BuilderIO/ai-shell ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple terminal app that turns plain English into shell commands.
I want to type something like ai list all log files and get back a suggested command, a short explanation of what it does, and a prompt asking if I want to run it, revise it, or cancel. It should also have a chat mode so I can ask normal questions in the terminal and get helpful answers back.
Please include a basic config flow for things like my OpenAI key, API endpoint, silent mode, model, and language, and make it feel friendly and interactive in the terminal. It should save settings locally so I do not have to enter them every time.
If you need current details for the API or terminal libraries, look up the latest docs online. Keep it clean, polished, and easy to use from the command line.
Are you gonna build this?
make sure you review the code using coderabbit