Skip to content

Kodiqa v1.0.0 β€” Local AI Coding Agent

Choose a tag to compare

@eniz1806 eniz1806 released this 01 Mar 07:51

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 β€” /model and /key show 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