Kodiqa v2.0.0 β Plugins, Sub-Agents, LSP, Themes & More
What's New in v2.0.0
The biggest Kodiqa release yet β 15 new features, 2 new modules, and a fresh identity. Kodiqa is no longer a clone of anything. It's its own thing.
The AI coding agent that runs anywhere β free locally with Ollama, or supercharged by 7 cloud APIs. One agent, every model, zero limits.
New Features
| Feature | Commands | Description |
|---|---|---|
| Pinned Context | /pin, /unpin |
Pin files to always include in AI context |
| Command Aliases | /alias, /unalias |
Create shortcuts for frequent commands |
| Desktop Notifications | /notify |
macOS alerts when long tasks finish (>10s) |
| Cost Optimizer | /optimizer |
Suggests cheaper models for simple questions |
| 5 UI Themes | /theme |
dark, light, dracula, monokai, nord |
| Session Sharing | /share |
Export conversation as styled HTML |
| GitHub PR Workflow | /pr, /review, /issue |
Create PRs, review diffs, view issues via gh CLI |
| Project Templates | /init |
Scaffold projects: cli-python, fastapi, flask, react, node-express |
| Custom Plugins | /plugins |
Load tool plugins from ~/.kodiqa/plugins/*.py |
| Sub-Agents | /agent, /agents |
Spawn background AI workers (max 3 concurrent) |
| LSP Integration | /lsp |
Language Server Protocol for Python, TypeScript, Go |
| Voice Input | /voice |
Record with sox, transcribe with OpenAI Whisper |
| Mermaid Diagrams | Auto-detect | Renders mermaid code blocks to PNG via mmdc |
Stats
| Metric | v1.7.0 | v2.0.0 |
|---|---|---|
| Slash commands | 34 | 49 |
| Tests | 165 | 196 |
| Source files | 7 | 9 |
| Total lines | ~5,796 | ~6,791 |
New Files
templates.pyβ 5 project scaffolding templateslsp.pyβ LSP client with JSON-RPC over stdiotests/test_features_v2.pyβ 31 tests covering all new features
Branding
Dropped the "Claude Code clone" label. Kodiqa stands on its own β with features no other agent offers together: free local models, 7 API providers, multi-model consensus, custom plugins, sub-agents, LSP, 5 themes, project templates, and more.
Install / Upgrade
git pull && pip install -e .Full Changelog: v1.5.0...v2.0.0