This release keeps dependencies and maintenance posture current for teams operating this tool.
Published 1mo
AI Agents & Assistants
✓ No known CVEs patched
✓ No known CVEs patched in this version
Topics
ai-coding-agent
claude
cli
coding-assistant
developer-tools
ollama
+2 more
openai
python
Summary
AI summaryMinor fixes and improvements.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| 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
About Kodiqa Agent
All releases →Related context
Related tools
Beta — feedback welcome: [email protected]