v3.19.0
Six Tier-1 quick-win features focused on long-task reliability, interop, and reach β plus drag-and-drop and a bigger iteration budget.
Added
- Live task list (
todo_writetool). The model maintains a checkable plan during long multi-step tasks and re-grounds itself each turn; rendered as a panel (βdone /βΈin-progress /β»pending). The biggest quality lever for long agentic runs, especially on smaller local models. Works on native + Ollama providers; resets on/clear. AGENTS.mdinterop. Reads the cross-tool AGENTS.md project-instructions standard (walks to the repo root; nearest wins), withCLAUDE.mdas a fallback β so Kodiqa respects instruction files already present in repos set up for other agents.- OpenRouter provider.
/key openrouterunlocks hundreds of models by theirvendor/modelid (auto-discovered;openrouter/autoroutes for you). Its/modelsreportscontext_length, so the context window is auto-detected. /effortreasoning dial. Setlow/medium/highβ applied to OpenAI reasoning models (o-series/gpt-5) and OpenRouter; other providers use their default (no 400 risk).- Per-persona model binding.
/persona <name> <model>binds a model to a persona so switching personas auto-switches the model (strong model forarchitect, cheap one forcode). Persisted. - Per-category auto-approve.
/approve write|command|delete|clipboard [on|off]auto-approves a whole category without dropping to fullautomode. - Drag-and-drop images & files. Dropping a file into the terminal now attaches it β images are sent to the model to view β instead of erroring as an "unknown command." Handles the backslash-escaped / quoted paths terminals paste, plus multiple files.
Changed
/recommendrefreshed with Devstral (Mistral Γ OpenHands agentic coder) and the expert-pruned Cerebras Qwen3-Coder-REAP-25B-A3B (~coding-lossless, ~20% lighter), each fit-annotated; both pull via the HuggingFace GGUF fallback.- Default
max_iterationsraised 15 β 40 so long multi-step tasks don't stop early. Still overridable in~/.kodiqa/config.json;/budgetremains the cost backstop, andcontinueresumes past the cap.
84 commands, 27 tools, 7 cloud providers. 637 tests passing.