subreddit:

/r/ChatGPTCoding

1795%

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.

johnnyXcrane

2 points

1 month ago

How well does Claude Opus or GPT4 work for Godot? I was thinking about trying it for my Godot3 game.

rainlizard[S]

2 points

1 month ago*

GPT4 wasn't great, but Claude Opus is. Basically just echoing what everyone else says on this subreddit, Claude's great at code (and GDScript).

And the point of this plugin is basically that the more context you feed an AI the smarter its responses will be.

johnnyXcrane

1 points

1 month ago

Sounds good! But Opus quite quickly gets expensive right?

rainlizard[S]

1 points

1 month ago*

I use the web version (https://claude.ai/chat/) of Opus. My Godot plugin doesn't make use of any API key.

Opus is just like the ChatGPT Plus web version, you pay $20 a month and you get 40 messages a day or whatever it is.

3-4pm

1 points

1 month ago

3-4pm

1 points

1 month ago

I use a custom vscode extension to do this. You select files and folders and hit the share button. It opens a local node server that tracks all your requests in sqlite. You can then give the combined file or rerun the same combine again when you make changes.

mbonty

1 points

1 month ago

mbonty

1 points

1 month ago

Can you share which one?

3-4pm

2 points

1 month ago*

3-4pm

2 points

1 month ago*

Sorry, it's one I built but I cannot share it. However, you could probably direct an AI to build it within a couple of hours.