Skip to content

Kodiqa Agent

v3.0.0 Feature

This release adds 3 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

RAG search indexes codebase into SQLite vector store for context-aware answers.

Full changelog

What's New in v3.0.0

15 new features, 14 new slash commands (49 → 63 total), 232 tests.

New Slash Commands

| Command | Description |
|---------|-------------|
| /changelog | View version history |
| /stats | Session metrics (files, tools, time, cost) |
| /review-local | AI reviews staged git changes |
| /test <file> | Auto-generate unit tests |
| /persona <name> | Switch AI personality (5 presets) |
| /patch | Apply diff from clipboard |
| /profile | Save/load config profiles |
| /refactor | Multi-file rename/extract refactoring |
| /history | Browse and resume past sessions |
| /watch <path> | File watcher with change notifications |
| /embed + /rag | RAG search with embeddings |
| /debug <script> | Run, catch errors, debug with AI |
| /diagram <desc> | Generate Mermaid diagrams |

Highlights

  • RAG Search/embed indexes your codebase into a local SQLite vector store (using Ollama or OpenAI embeddings), then /rag <question> finds the most relevant code chunks and feeds them to the AI for context-aware answers.

  • 5 AI Personas/persona security-expert, code-reviewer, teacher, architect, debugger — each prepends a specialized system prompt to shape AI behavior.

  • Session Stats/stats shows real-time metrics: session time, messages sent, files read/edited, commands run, searches, cost, and top tools used.

  • Config Profiles/profile save work captures your current model, theme, persona, permission mode, and settings. /profile load work restores them instantly.

  • Session History — All sessions are saved to ~/.kodiqa/history/. Browse with /history, resume any past session with /history resume <id>.

  • Parallel Tool Calls — OpenAI-compatible providers now send parallel_tool_calls: true, enabling concurrent tool execution from the API side.

Install / Upgrade

git pull
pip install .

Full Changelog: https://github.com/eniz1806/Kodiqa-agent/compare/v2.0.0...v3.0.0

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]