Skip to content

Kodiqa Agent

v3.8.1 Feature

This release adds 1 notable feature 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

Fixed --no-update flag being silently ignored and related shutdown/discovery bugs.

Changes in this release

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-update was silently ignored (regression since v3.7.3). The God-class split left a bare self inside getattr(self, "_skip_updates", …) in the extracted OllamaManager, 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

Track Kodiqa Agent

Get notified when new releases ship.

Sign up free

About Kodiqa Agent

All releases →

Related context

Beta — feedback welcome: [email protected]