suebi76/local-cli-agent — reverse-engineered prompt
Reverse engineered prompt
Build me a Python terminal app called local cli that works like a local AI coding assistant. I want it to run fully on my machine with Ollama or LM Studio as the model backend, with no cloud, no account, and no API key. It should be able to chat in the terminal, read and edit files, run shell commands, search project files, use git safely, and optionally search or fetch web pages.
Please make it feel useful for real coding work. Add mission mode for high level goals, an orchestrator that can break bigger jobs into steps with different specialist profiles, auto testing after file changes, watch mode for reacting to file updates, undo checkpoints for edits, saved memory between sessions, conversation export, model switching, and a self improvement feature where it can update its own source with backups and basic safety checks.
I also want simple slash commands for the main actions, plus install scripts for Windows and for macOS or Linux so I can run it with a local cli command. Look up current docs online if you need to.
Want more depth? Deep Reverse