varvarvarr/gemini-cli-original — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me an open source command line AI assistant that runs in the terminal and connects to Google Gemini. I want to start it with a simple gemini command, sign in with my Google account or use an API key, then chat with it about the folder I’m in.

It should be able to read and explain code, make file edits, run shell commands only after asking when needed, fetch web pages, and use Google Search for up to date answers. Include a normal chat mode plus a simple script mode where I can pass one prompt and get text, JSON, or streaming JSON back.

Please add support for saving and resuming conversations, using a project context file called GEMINI.md, including extra directories, choosing a model, and plugging in extra tools through MCP. Make it installable with npm and easy to run with npx. Look up current Gemini docs online if you need to.

Want more depth? Deep Reverse