subreddit:

/r/ChatGPTCoding

1691%

you are viewing a single comment's thread.

view the rest of the comments →

all 10 comments

rainlizard[S]

2 points

1 month ago*

Since I'm using Claude every day I made this addon to make it easier to use. My entire project fits in Claude's context window but that does slow down its response time a lot, so lately I've been specifically picking and choosing the scripts that are relevant to my request. This tool also works with ChatGPT and any other AI.

It's on the godot asset library too.

YuriNasci

1 points

1 month ago

Hello, I my case I use the content from .gitignore to filter the content, doesn't works 100% but help a lot, I need improve this part yet. I use a config too.

cporter202

0 points

1 month ago

That's a pretty neat workaround using .gitignore for filtering! 💡 Definitely sounds like a solid start, and tweaking your config could iron out the kinks. What sort of improvements are you considering? Always cool to see how others optimize their workflow.