cqs 1.26.0

Code intelligence and RAG for AI agents. Semantic search, call graphs, impact analysis, type dependencies, and smart context assembly — in single tool calls. 54 languages + L5X/L5K PLC exports, 91.2% Recall@1 (BGE-large), 0.951 MRR (296 queries). Local ML, GPU-accelerated.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[
  {
    "query": "retry with exponential backoff",
    "expected": "retry_with_backoff",
    "language": "rust",
    "also_accept": []
  },
  {
    "query": "validate email address format",
    "expected_name": "validate_email",
    "language": "rust"
  },
  {
    "query": "parse configuration file",
    "expected": "parse_json_config"
  }
]