Skip to content

Kodiqa Agent

v3.16.2 Bugfix

This release fixes issues for SREs watching stability and regressions.

✓ 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

Fixed CLI crash on failed model requests by initializing _stream_interrupted and making the REPL resilient to unexpected errors.

Changes in this release

Bugfix Medium

A failed request no longer crashes the whole CLI.

A failed request no longer crashes the whole CLI.

Source: llm_adapter@2026-06-07

Confidence: low

Bugfix Medium

The REPL becomes crash‑resistant to unexpected errors.

The REPL becomes crash‑resistant to unexpected errors.

Source: llm_adapter@2026-06-07

Confidence: low

Full changelog

Fixed

  • A failed request no longer crashes the whole CLI. When a model request failed early (e.g. a 404 for an unavailable model, or a 401), the failover path checked an uninitialized _stream_interrupted flag and raised AttributeError, which bubbled all the way up and dropped you back to the shell — losing your session. The flag is now initialized at startup.
  • The REPL is crash-resistant in general. Any unexpected error while handling one input is now logged to ~/.kodiqa/error.log, shown as a friendly message, and returns you to the prompt with your session intact — instead of exiting. (Ctrl+C still quits.)

Tests

Regression tests for the failover early-failure path and _stream_interrupted initialization. 473 total, ruff clean.

🤖 Generated with Claude Code

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]