This release adds 1 notable feature for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+2 more
Summary
AI summaryFixed --no-update flag being silently ignored and related shutdown/discovery bugs.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Bugfix | Medium |
Ollama server is properly terminated on agent exit Ollama server is properly terminated on agent exit Source: llm_adapter@2026-06-07 Confidence: high |
— |
| Bugfix | Medium |
Live-model discovery cache correctly identifies API models again Live-model discovery cache correctly identifies API models again Source: llm_adapter@2026-06-07 Confidence: high |
— |
| Bugfix | Medium |
`--no-update` flag now correctly disables update check `--no-update` flag now correctly disables update check Source: llm_adapter@2026-06-07 Confidence: low |
— |
Full changelog
Fixed
--no-updatewas silently ignored (regression since v3.7.3). The God-class split left a bareselfinsidegetattr(self, "_skip_updates", …)in the extractedOllamaManager, so the flag (which lives on the agent) was never read and the startup model-update check ran anyway. The same bug class from that refactor is fixed in two more places: Ollama shutdown (the spawned server is now actually stopped on exit) and the live-model discovery cache (live API models are recognized again). Regression tests added.
Added
- A demo GIF of lazy MCP tools (toggle on/off, tools discovered on demand) on the landing page and in the README.
387 tests, ruff + CI green.
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]