Skip to content

lyonzin/knowledge-rag

v3.6.0 Breaking

This release includes breaking changes for platform teams planning a safe upgrade.

Published 1mo MCP Developer Tools
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

antigravity claude claude-code claude-code-cli codex cursor-ai
+14 more
document-search hybrid-search inteligencia-artificial knowledge-base local-ai mcp mcp-server llm rag-chatbot rag-pipeline reranking retrieval-augmented-generation semantic-search vector-db

Summary

AI summary

Added multi‑language code parsing support for C, C++, JavaScript, TypeScript, and XML.

Full changelog

What's New

Multi-Language Code Parsing

  • C (.c), C++ (.cpp), C/C++ Headers (.h) — functions, structs, #include extraction
  • JavaScript (.js), JSX (.jsx) — functions, arrow functions, classes, import/require
  • TypeScript (.ts), TSX (.tsx) — functions, classes, interfaces, enums, type aliases, imports
  • XML (.xml) — root element and namespace metadata extraction

Improvements

  • Code parser now reports correct language metadata per file type (was hardcoded to "python" for .mqh/.mq4)
  • All 8 new formats default enabled — no config change needed
  • Updated presets: developer.yaml and cybersecurity.yaml include new formats

Stats

  • Supported formats: 12 → 20
  • New tests: 14 (regression guard + per-language validation)
  • Zero breaking changes

Full Changelog

https://github.com/lyonzin/knowledge-rag/compare/v3.5.2...v3.6.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 lyonzin/knowledge-rag

Get notified when new releases ship.

Sign up free

About lyonzin/knowledge-rag

Local RAG system for Claude Code with hybrid search (BM25 + semantic), cross-encoder reranking, markdown-aware chunking, query expansion, and 12 MCP tools. Runs entirely offline with zero external servers.

All releases →

Beta — feedback welcome: [email protected]