Skip to content

Kodiqa Agent

v3.7.1 Maintenance

This release keeps dependencies and maintenance posture current for teams operating this tool.

✓ 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

Minor fixes and improvements.

Changes in this release

Refactor Low

Refactored command dispatch to a registry system.

Refactored command dispatch to a registry system.

Source: llm_adapter@2026-06-07

Confidence: high

Full changelog

Internal refactor — no user-facing behavior change (only `/help` has a nicer grouped layout).

Changed

  • Command dispatch is now a registry. The ~850-line `if/elif` chain in `_handle_slash` is replaced by an 18-line dispatcher over a `_COMMAND_HANDLERS` table; each of the 73 commands is its own `cmd*` method. A single `_COMMAND_SPECS` registry (name, aliases, handler, group, args, description) is the source of truth — the dispatch table, the tab-completion list, and `/help` all derive from it, so they can no longer drift out of sync. Adding a command is now two steps (a method + one registry row).

Tests

  • Added `TestCommandRegistry` integrity tests. 326 total; 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]