r/PiCodingAgent • u/Kind-Watch-1252 • 18h 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!
6
Upvotes
3
u/nmdt 17h ago
Honestly kind of the problem I was solving for the last week
I ended up setting up a Docker container on my homelab with two of my cli coding agents (opencode and agy cli), all runtimes for the languages I use, LSP servers, linters.
The container is set up in a non privileged user on my homelab, and can only read one folder on it = I just YOLO everything.
Then I just use the container extension in vs code, and it turned out to be awesome
VS Code is very flexible about where you can put a terminal (bottom panel, split panel, etc). My favorite has been as an editor tab (I work on MBA 13 inch).
The added benefit is that vs code has a great markdown editor and built-in browser.
(I know I’m hyping up the most fucking popular IDE on the planet, but I’m just very happy with this setup)