This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+2 more
Summary
AI summaryUpdates Highlights, Requirements, and local/free across a mixed release.
Full changelog
Kodiqa v1.0.0
A Claude Code clone that runs locally with free Ollama models, with optional Claude API and Qwen API support.
Install
git clone https://github.com/eniz1806/Kodiqa-agent.git
cd Kodiqa-agent
pip install .
kodiqa
Highlights
- 26 tools — file ops, git, search, web, memory, clipboard, multi-edit, undo, diff apply
- 3 API providers — Ollama (local/free), Claude API, Qwen API
- MCP server support — connect external tool servers via Model Context Protocol
- Auto model discovery — new Claude/Qwen models appear automatically from APIs
- Interactive pickers —
/modeland/keyshow numbered menus - Tab autocomplete — slash commands, model names, file paths
- Compact streaming — hides code output, shows progress instead
- Thinking display — spinner for
<think>reasoning blocks - Multi-model consensus — query multiple models, merge best answers
- 3 permission modes — default, relaxed, auto
- Plan mode — AI explores + plans, you approve, then it implements
- Batch edit review — queue edits, accept/reject per file
- Context window management — warns at 70%, auto-compacts at 85%
- Conversation branching — save/switch between conversation states
- 156 tests — full pytest test suite
API Models
Claude: sonnet-4.6, opus-4.6, haiku-4.5, plus legacy 4.5/4.1/4.0
Qwen: qwen3.5-plus, qwen3.5-flash, qwen-max, qwen-coder, qwq, qwen-long (10M ctx), qwen-math, qwen-turbo
Live discovery: new models appear automatically
Requirements
- Python 3.9+
- Ollama installed (for local models)
- Optional: Claude API key, DashScope API key
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]