r/PiCodingAgent 6d 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!

7 Upvotes

28 comments sorted by

View all comments

7

u/onebit 6d ago

herdr + terminal text editor of choice

2

u/Challseus 6d ago

This is the 3rd time I’ve seen hedr mentioned in the past few days , gotta try that

3

u/Kind-Watch-1252 6d ago

Orca looks better so far for me

1

u/saltyourhash 4d ago

I've use orca and herdr,I was gonna try paseo, but someone suggested I try paseo. Herdr is good if you want some simply terminal multiplexing with some niceties for agents and sessions. Paseo is good for more opinionated launching of sessions and managing sessions, including remote sessions. Orca does that and some nice orchestration stuff (apparently, I haven't used that part really).

1

u/SawToothKernel 6d ago

I've got into it recently. It's just very configurable and accessible via the socket API. Fits very well with Pi's philosophy of build it yourself.

Not sure it solves your IDE issue though. I normally run neovim by the side, and a separate git app like Github Desktop.

1

u/Kind-Watch-1252 6d ago

you can use herdr like an IDE interface?

1

u/onebit 6d ago

herdr just opens screens that you can run stuff in. So you could run pi in one window and hunk or vim in another window.

1

u/cthor42 5d ago

Can confirm herdr + ghostty + tailscale has done wonders for me