hirotomasato/hiroto ? reverse-engineered prompt
Reverse engineered prompt
Build me a terminal based AI assistant called Hiroto that feels like a real coding partner, not a chat app.
I want to run it from the command line, ask it to fix bugs, explain code, write files, run shell commands, and help automate little workflows while I work. It should remember sessions so I can quit and come back later, and it should have an interactive terminal interface plus a one shot mode for quick questions. Please also add a local API server that speaks an OpenAI compatible format, and a Telegram mode so I can talk to it there too.
Make it safe enough for real use, with session saving, rollback support, and basic checks before dangerous commands. It should work on Linux, macOS, and Windows, and be built in Go with a small fast binary. If you need to look up current docs for any libraries or integrations, go ahead and do that.
Are you gonna build this?
make sure you review the code using coderabbit