Skip to content

Kodiqa Agent

v3.7.0 Feature

This release adds 5 notable features for engineering teams evaluating rollout.

✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

ai-coding-agent claude cli coding-assistant developer-tools ollama
+2 more
openai python

Summary

AI summary

Added session resume flags, redo command, live cost ticker, diffstat summary, and a first-run provider picker.

Changes in this release

Feature Low

Adds "kodiqa -c" / "--continue" to resume most recent session immediately.

Adds "kodiqa -c" / "--continue" to resume most recent session immediately.

Source: llm_adapter@2026-06-07

Confidence: high

Feature Low

Adds "--resume [ID]" to resume a specific saved history session by ID.

Adds "--resume [ID]" to resume a specific saved history session by ID.

Source: llm_adapter@2026-06-07

Confidence: high

Feature Low

Adds "/redo" to re-apply the most recently undone edit with per‑file redo stack.

Adds "/redo" to re-apply the most recently undone edit with per‑file redo stack.

Source: llm_adapter@2026-06-07

Confidence: high

Feature Low

Adds live cost/token ticker showing estimated token usage and dollar cost during streaming responses.

Adds live cost/token ticker showing estimated token usage and dollar cost during streaming responses.

Source: llm_adapter@2026-06-07

Confidence: high

Feature Low

Adds end‑of‑turn diffstat rollup displaying file change summary after each turn.

Adds end‑of‑turn diffstat rollup displaying file change summary after each turn.

Source: llm_adapter@2026-06-07

Confidence: high

Feature Low

Adds first‑run provider picker offering all 7 providers via arrow‑key selector.

Adds first‑run provider picker offering all 7 providers via arrow‑key selector.

Source: llm_adapter@2026-06-07

Confidence: high

Bugfix Medium

Improves API error messages to provide actionable hints instead of raw exceptions.

Improves API error messages to provide actionable hints instead of raw exceptions.

Source: llm_adapter@2026-06-07

Confidence: high

Full changelog

Quick-win batch — session resume, redo, live cost ticker, diffstat, and a friendlier first run.

Added

  • `kodiqa -c` / `--continue` — resume the most recent session immediately, skipping the prompt.
  • `--resume [ID]` — resume a specific saved history session by id (most recent when no id is given).
  • `/redo` — re-apply the most recently undone edit. Per-file redo stack alongside `/undo`; any fresh edit invalidates redo.
  • Live cost/token ticker — while a response streams, the status line shows an estimated `~N tok ~$X` (reconciled from real usage at end of turn). Hidden for local/free models.
  • End-of-turn diffstat — a `✎ N files changed, +x −y` rollup after each turn (per-file breakdown when >1 file), across all permission modes.
  • First-run provider picker — first launch offers all 7 providers (Claude + OpenAI/DeepSeek/Groq/Mistral/Qwen + local-only) via the arrow-key selector, and sets the chosen provider's default model.

Changed

  • Friendlier API errors — connection failures and timeouts print an actionable hint instead of a raw exception; the Ollama connection error suggests `ollama serve`.

Tests

  • Added regressions for redo, the change-log/diffstat rollup, the live ticker, and `--resume` history loading (317 total).

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

Track Kodiqa Agent

Get notified when new releases ship.

Sign up free

About Kodiqa Agent

All releases →

Related context

Beta — feedback welcome: [email protected]