This release includes breaking changes for platform teams planning a safe upgrade.
Published 29d
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 summarySelf‑update check added to notify of newer Kodiqa releases.
Full changelog
Make local models smaller to download, faster to run, and lighter on RAM — and let Kodiqa keep itself up to date. Backed by docs/model-optimization-research.md.
Added — local model optimization
- Flash attention + KV-cache quantization on by default for Kodiqa-spawned Ollama servers (
OLLAMA_FLASH_ATTENTION=1,OLLAMA_KV_CACHE_TYPE=q8_0) — ~half the KV-cache RAM, faster long contexts, negligible quality loss. Tune via configflash_attention/kv_cache_type; your ownOLLAMA_*env vars win. - "Fits my machine" — detects your VRAM/RAM budget and annotates the model list + HuggingFace quant picker with ✓ fits / ⚠ tight / ✗ too big; flags sub-4-bit quants as low-bit (may hurt coding).
- Better quant sourcing — the HuggingFace fallback prefers imatrix/dynamic uploaders (Unsloth UD-, bartowski) and labels them.
/tune— set local runtime knobs (num_ctx, KV-cache type, flash attention, GPU layers)./quantize— build a smaller variant on-device viaollama create --quantize./recommend— strong local coding models (Qwen-Coder + a REAP-pruned MoE), with size + fit.
Added — self-update
- Startup PyPI check (once/day, offline-safe) notifies when a newer Kodiqa release exists; new
/upgraderunspip install -U kodiqa. Disable viacheck_app_update: false.
Fixed
save_settingsno longer silently drops API keys on a partial save (preserves on-disk*_api_keyvalues unless explicitly cleared) and keeps asettings.json.bak.
566 tests pass, ruff clean.
🤖 Generated with Claude Code
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]