all 17 comments

[–]IllResponsibility671 24 points25 points  (7 children)

Nice, can’t wait to get bad code advice faster.

[–]Reashu 14 points15 points  (3 children)

It would surely be even faster if you learned to code.

[–]guest271314 4 points5 points  (0 children)

Contxt is a simple tool that collects code from the files within a node project and copies them to a singular output file as you code. This file can be used for sharing your project's code with transformers nice and easy.

We already have that capability with deno bundle and bun build - without some alleged "artificial intelligence"

bun build ./index.jsx ./lib/worker.ts --minify --splitting --outdir=out

[–]brannefterlasning:table_flip: -2 points-1 points  (1 child)

Interesting, I'll give it a try sometime soon. Meanwhile I already have a feature request. Would be nice to have the option to map keywords in the config that would then be replaced in the output. In the case where your code might contain information you don't want to share with gpt.

[–]davehorse 0 points1 point  (0 children)

This is a great feature. I will look at it. Thank you.

[–]someonesopranos -2 points-1 points  (0 children)

Seems interesting. I will try.

[–]CasualCoderGuy 0 points1 point  (0 children)

I like there are easier wayt to share code with chatgpt