Hi :)
This is my fork of Pi. I created it because I thought the features I'm thinking of might be too niche and not make it too the official Pi, and also because those features can't be implemented as an extension, and need a source patch.
Fork based on upstream Pi v0.80.3
This was inspired by Codex. It shows this:
I mirrored it in Pi, and it now shows like this:
See #1 for the PR that implemented this.
This was also inspired by Codex. It was implemented in #2
It has all commands that Pi has, even your extensions. You can start a new session directly from the bot, instead of starting it from the terminal and continuing in telegram. See PR #3 to see how it was implemented.
Some sessions are more important than others and you go back and forth between them. It's nice to be able to pin them. See PR #8 for how it was implemented.
Just wanted to be import opencode sessions directly in pi so I can continue there. Implemented via #9 and #10. Checkout the extension's README. Watch the demo below.
As you can see, the first two features are implemented were inspired by Codex CLI, so it only makes sense to add support for it here. This was implemented via PR #12. You can watch the demo below. Detailed README for the extension can be found here.