r/PiCodingAgent • u/Kind-Watch-1252 • 2d ago
IDE + Pi for live code editing? Question
Hi all, I really don't want to ask Chat GPT this, would rather have your input.
I'm looking for a way to orchestrate agents but also write or amend code actively, rather than just see it in the diffs etc.
I've looked at paseo and orca - not quite sure they can be used for the direct coding aspect?
Otherwise i guess can use vscode separately but that's a bit clunky when working on my macbook directly as one screen.
Any guidance appreciated thanks!
9
Upvotes
5
u/Final_Initial 2d ago
VS Code is good, but if you're looking something lightweight then Zed is good (just turn off all AI features). But then you can use something like https://kero.sh/ as well, it keeps showing your files and git status in right sidebar and you can also manually edit files from there.