This release fixes issues for SREs watching stability and regressions.
✓ No known CVEs patched in this version
Topics
+2 more
Summary
AI summaryFixed CLI crash on failed model requests by initializing _stream_interrupted and making the REPL resilient to unexpected errors.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| 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_interruptedflag and raisedAttributeError, 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
About Kodiqa Agent
All releases →Related context
Related tools
Beta — feedback welcome: [email protected]