Kodiqa v1.1.0 β Claude Code-style UI
Kodiqa v1.1.0
Major UI and feature update β now feels like Claude Code.
What's New
Claude Code-style UI
- β― prompt instead of "You:" β cleaner, modern look
- Status bar showing accept edits, plan mode, permission mode
- Arrow-key navigation for all interactive prompts (ββ or j/k)
- Permission confirm: Yes / Don't ask again / No
- Edit review: Accept / Reject / Diff / Accept all / Reject all
- Plan approval: Approve / Revise / Reject
Auto Model Discovery
- Fetches live model lists from Claude and Qwen API endpoints
- New models appear automatically in
/modelpicker and/modelslist - Cached for 10 minutes β no slowdown
Interactive Pickers
/modelβ numbered list of all models, pick by number or arrow keys/keyβ choose provider (Claude or Qwen) interactively
All Claude 4.6 + Qwen 3.5 Models
- Claude: opus-4.6, sonnet-4.6, haiku-4.5, plus legacy 4.5/4.1/4.0 (11 aliases)
- Qwen: qwen3.5-plus, qwen3.5-flash, qwen-max, qwen-coder, qwq, qwen-long (10M), qwen-math, qwen-turbo (13 aliases)
MCP Server Support
- Connect external tool servers via Model Context Protocol
/mcp add/remove/listcommands- MCP tools available to both Claude and Qwen API
More Features
- Tab autocomplete for slash commands, models, file paths
- Context window management (70% warning, 85% auto-compact)
- Conversation branching (
/branch save/switch/delete/list) - Thinking display for
<think>reasoning blocks - Git-aware context with diff stats
- Project indexing with symbol extraction
- Readline fallback for systems without readline
- 156 tests, all passing
Install
git clone https://github.com/eniz1806/Kodiqa-agent.git
cd Kodiqa-agent
pip install .
kodiqa