← Back to context

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.

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.