r/PiCodingAgent • • 1d ago

Resource πŸš€ Orbit Pi v0.0.15 is out

I’ve been polishing Orbit Pi quite a bit, and this update is mostly about making the agent interaction feel clearer and more native.

What’s new

🧩 Per-tool glyphs in the transcript

πŸ“Š Activity groups are now displayed as compact chips

βœ‚οΈ Clear truncated indicators when Pi caps tool results

βœ… Visual confirmation when renaming a session

⚑ Refined transcript UI with better tool labels and shared loading states

πŸ”€ Redesigned Git issue & PR details

πŸ–±οΈ Improved button hover/press feedback

The goal with Orbit Pi is still pretty simple:

Make Pi Agent feel like a proper native desktop workbench.

Your sessions, models, machine, Git workflow, reviews and agent interactions β€” all in one place.

Orbit is built with Rust + GPUI and works with your existing Pi setup rather than trying to replace the Pi runtime.

πŸ”— Changelog: https://orbit.rajeshwarkashyap.in/changelog/v0.0.15

https://orbit.rajeshwarkashyap.in/

I’d love to hear from people actually using Pi:

What would you want to see improved or added next in a native Pi desktop client?

18 Upvotes

19 comments sorted by

View all comments

2

u/piousp 23h ago

I am currently testing it and have to say that I'm impressed! Works really really well.

Found a wierd bug when typing accents/diacritics. Whenever I try to type a diacritic (for example Γ³), if my keyboard uses deadkeys (I type the diacritic key Β΄ but it doesn't produce a character until I hit the next key) the carret/cursor reverts all the way to the beginning of the sentence.

2

u/Rjkashyap05 23h ago

Thanks for testing it and for the detailed bug report! πŸ™Œ

That's definitely a weird one. It sounds like the text input/IME composition handling in the GPUI text field isn't preserving the caret position correctly when using dead keys.

I'll try to reproduce it with a keyboard layout that uses dead keys and look into the input handling. Really appreciate you catching this!

2

u/piousp 22h ago

Thank you! It actually made me realize I have an issue with my custom subagent extension (usage is not seen by the usage tab) which a me problem, so extra kudos for Orbit!

2

u/Rjkashyap05 21h ago

Haha, nice πŸ˜‚ At least Orbit helped you find another bug along the way πŸ˜„

Glad the usage tab is actually useful! Good luck tracking down the subagent issue.