Comment by ep103
4 days ago
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?
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.
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.
Haven't used Windsurf yet, but in other tools this is called 'Agent' mode. So you open up the chat modal to talk to an LLM, then select 'Agent' mode and send your prompt.