Skip to content

Kodiqa v1.1.0 β€” Claude Code-style UI

Choose a tag to compare

@eniz1806 eniz1806 released this 01 Mar 08:08

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 /model picker and /models list
  • 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/list commands
  • 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

Full Changelog

v1.0.0...v1.1.0