This release adds 2 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+2 more
Summary
AI summaryCustom slash commands can be defined from Markdown files with argument substitution.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Medium |
Adds support for custom commands from Markdown files. Adds support for custom commands from Markdown files. Source: llm_adapter@2026-06-07 Confidence: high |
— |
| Feature | Medium |
Adds `/commands` to list available custom slash commands with descriptions. Adds `/commands` to list available custom slash commands with descriptions. Source: llm_adapter@2026-06-07 Confidence: high |
— |
Full changelog
Your own reusable slash commands.
Added
- Custom commands from Markdown files. Drop a
.kodiqa/commands/<name>.md(project) or~/.kodiqa/commands/<name>.md(global) file and invoke it as/<name>. The file's text becomes the prompt, with$ARGUMENTS(all args) and$1,$2, … (positional) substitution; if there's no placeholder, the args are appended. Optional--- description: … ---frontmatter appears in the listing. Project commands override global. /commands— list your custom commands (source + description). They tab-complete like built-ins.
Example:
echo 'Review $ARGUMENTS for bugs and suggest fixes' > .kodiqa/commands/review.md
/review src/app.py
Tests
test_custom_commands.py— rendering ($ARGUMENTS/$N/append/frontmatter), discovery (project-over-global, path-traversal rejection), and dispatch. 462 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]