code-ollama
v0.15.1
Published
Ollama coding agent that runs in your terminal
Maintainers
Readme
[!NOTE] TUI is under active development. APIs may change.
Code Ollama
🦙 Ollama coding agent that runs in your terminal. Read the wiki.
Quick Start
npx code-ollamaInstall
Install the CLI globally:
npm install --global code-ollamaUsage
TUI
Open the TUI:
code-ollamaOr use the alias:
collamaCLI
Show 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"