AiTerminalFoundation/ai-terminal — reverse-engineered prompt
Reverse engineered prompt
Build me a desktop terminal app called AI Terminal that feels like a normal terminal but has an AI helper built right into it. I want to be able to type plain English like “find large log files” or “create a new Rust project here” and have it suggest or run the right shell command, while still letting me use the terminal normally.
Please make it work on macOS, Windows, and Linux, with a clean modern UI. It should keep command history, support auto completion, and include a simple chat style assistant panel for asking terminal and coding questions. The AI side should connect to a local Ollama setup, and it would be great if the app can guide the user when Ollama or the model is missing, including support for the BetterBash3 model mentioned in the docs.
Use the stack that fits this repo, and make sure it runs locally in dev and is usable as a real app. Look up current docs online if you need to.
Want more depth? Deep Reverse