Skip to content

Kodiqa Agent

v3.15.0 Feature

This release adds 2 notable features 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

Custom slash commands can be defined from Markdown files with argument substitution.

Changes in this release

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

Track Kodiqa Agent

Get notified when new releases ship.

Sign up free

About Kodiqa Agent

All releases →

Related context

Beta — feedback welcome: [email protected]