Skip to content

Kodiqa Agent

v3.19.1 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

Fixed LSP diagnostics implementation and MCP stdio desynchronization bug.

Full changelog

A correctness/UX bug-fix sweep (the "Tier-0" batch).

Fixed

  • LSP diagnostics actually work. diagnostics() was a no-op stub; it now reads the async textDocument/publishDiagnostics notification and returns a real list. New /lsp diagnostics <file> renders them, and the editor-bridge GET /diagnostics endpoint returns the documented list shape.
  • MCP stdio channel no longer desyncs. _send correlates responses by JSON-RPC id and skips notifications / server-initiated requests / non-JSON log lines — a notification arriving before the response used to be mistaken for it, permanently shifting every later reply by one.
  • Transient failover no longer sticks. self.model is restored after the turn instead of silently moving you off your chosen provider for the rest of the session.
  • /embed and /rag preflight the local embedding model (nomic-embed-text) and offer to pull it, instead of silently reporting Embedded 0 files.
  • /compact on Claude keeps its summary instruction, and the context estimate accounts for images + system/tool-schema overhead so auto-compact triggers in time.

Changed

  • UX: /search engine choice persists; /voice checks for an OpenAI key up front (and uses the system temp dir, not /tmp); file-watch #AI: triggers print a hint to press Enter; the regex repo map labels Java/C symbols by keyword/type, not a leading public/static.

667 tests passing.

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]