prabhutvasingh/julescode-cli ? reverse-engineered prompt

Reverse engineered prompt

Build me a polished terminal app called JulesCode that acts like an AI coding assistant in the shell. I want it to feel nice to use, with a rich looking interface, streaming responses, markdown rendering, syntax highlighted code, live thinking indicators, and a simple chat style history. It should have a first run setup wizard that helps me pick an OpenAI compatible provider, enter an API key if needed, choose a model, and save the config locally so I can reuse it later.

Inside the app, I want slash commands like help, setup, clear, model, config, tokens, and exit. It should also be able to help with real coding work by reading files, searching through code, editing files, writing new files, running shell commands, and looking up docs or web results when needed. Please make it work with OpenAI, OpenRouter, Ollama, and any other OpenAI compatible endpoint, and keep the config flexible with env vars too. If you need current docs for any APIs or libraries, look them up online.