Note
TUI is under active development. APIs may change.
π¦ Ollama coding agent that runs in your terminal.
npx code-ollamaInstall the CLI globally:
npm install --global code-ollamaOpen the TUI:
code-ollamaOr use the alias:
collamaShow the version:
code-ollama --versionShow the help:
code-ollama --helpRun a one-off prompt:
# code-ollama run <model> <prompt>
code-ollama run gemma4 "review diff"