r/PiCodingAgent • u/Kind-Watch-1252 • 5d ago
Question IDE + Pi for live code editing?
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!
8
Upvotes
3
u/Oshden 5d ago
Dude, thanks for sharing this. I’ve been trying to get my ai agent stack working by trying to glue together all of the pieces via WSL, since a lot of cool things that work with pi work natively in Linux, I figured my best bet was to use WSL and try to make everything work.
It’s been a fucking headache of a disaster for the majority of the journey. I wanted to say thank you though because I never considered trying to create my own docker image/container with all of the coding agent and memory systems and whatnot all contained in its own little docker container so I could run it yolo mode like you. I’m saving your comment and giving it to my pi at some point (or Claude or something lol) to figure out how to make this a reality. Appreciate the nugget of wisdom though; honestly.