# Features ## `super-ollama` CLI | Command | Description | |---------|-------------| | `ask [prompt...]` | Single completion; prompt from args or stdin | | `chat` | REPL with streaming assistant output | | `config` | Print config file path and effective `default_model` | | `runner` | Hidden; spawned internally for inference (do not run by hand) | Global flag: **`--model`** overrides `default_model` in config. Stub commands (planned): `email`, `todo`, `snap`, `learn`. ## `ollama` binary (same repository) Building the root module produces **`ollama`** with upstream-style commands: **`serve`**, **`pull`**, **`run`**, **`ls`**, etc. Use it to manage models; use **`super-ollama`** for zero-server ask/chat. ## Removed from this tree The legacy **desktop app** under `app/` was removed to keep the project terminal-first.