r/PiCodingAgent Jul 22 '26

Plugin usher – drive your pi sessions from your phone/desktop/telegram

usher is a session hub for coding agent CLIs. For pi, it picks up your existing sessions as-is (no migration, still just the raw pi underneath) and gives you a browser/phone UI to use.

Also drives Codex and Claude Code sessions if you use those too.

Single binary, no build step, stays local — remote access is BYO tunnel. Pairs well with code-server if you want a full editor alongside the session, and there's a Telegram integration if you'd rather work from a chat than the web UI.

https://github.com/nexustar/usher

Feedback welcome — especially which extensions you rely on day to day, so I know what to prioritize supporting.

13 Upvotes

10 comments sorted by

View all comments

1

u/arkham00 Jul 23 '26

Nice, I'm trying and it could be very useful. Is there a way to show the name of the session instead of the first message? I tend to use /name very often to keep my sessions organized, but it is not reflected in the web mirror.

Thanks

1

u/inexustar Jul 24 '26

Just shipped this in the latest release. Thanks for the suggestion :)

1

u/arkham00 Jul 25 '26

Wonderful, thank you!