Comment by ep103
Okay, so how do I set up the sort of agent / feedback loop he is describing? Can someone point me in the direction to do that?
So far all I've done is just open up the windsurf IDE.
Do I have to set this up from scratch?
Okay, so how do I set up the sort of agent / feedback loop he is describing? Can someone point me in the direction to do that?
So far all I've done is just open up the windsurf IDE.
Do I have to set this up from scratch?
Claude code does it. Goose does it. Cursor Composer (I think) does it. Thorsten Ball’s post does it in 400 lines of Go code: https://ampcode.com/how-to-build-an-agent
Basically every other IDE probably does it too by now.
I wrote a minimal implementation of this feedback loop here:
https://github.com/Ichigo-Labs/p90-cli
But if you’re looking for something robust and production ready, I think installing Claude Code with npm is your best bet. It’s one line to install it and then you plug in your login creds.