This release adds 3 notable features for engineering teams evaluating rollout.
Published 26d
AI Agents & Assistants
✓ No known CVEs patched
✓ No known CVEs patched in this version
Topics
ai-coding-agent
claude
cli
coding-assistant
developer-tools
ollama
+2 more
openai
python
Summary
AI summaryDefault max_iterations raised from 15 to 40 for longer multi-step tasks.
Full changelog
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.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About Kodiqa Agent
All releases →Related context
Related tools
Beta — feedback welcome: [email protected]