Skip to content

CSCSoftware/AiDex

v2.2.0 Feature

This release adds 3 notable features for engineering teams evaluating rollout.

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

✓ No known CVEs patched in this version

Topics

ai-coding claude claude-code code-indexing code-search copilot
+10 more
cursor developer-tools gemini gemini-cli mcp mcp-server sqlite tree-sitter vscode windsurf

Summary

AI summary

Interactive sliders and numbers make the Debug Dashboard a two‑way control surface.

Full changelog

Turns the Debug Dashboard from a one-way display into a two-way control surface: a source can expose interactive sliders/numbers whose values flow back to it, and both the user and the AI can tune a running program live.

Added

  • Interactive controls + /control back-channel — new widget types slider and number are editable in the viewer; changing one sends the new value back to the source. First path on which data travels from AiDex to the program.
    • HTTP: POST /control (set one value) and GET /control (flat { id: value } map the source polls for current set-points).
    • MCP: the AI can drive controls tooaidex_log gains control_get / control_set, so Claude can tune a live program (e.g. a barge-in threshold, a gain) and watch the effect.
    • New step field; new file src/loghub/control-store.ts. First consumer: GeminiPod (ESP32) barge-in tuning.
  • Sender-controlled plot Y-axisscale (linear/log), autoMin (lower bound follows the data minimum), decimals (footer precision). Audio recipe: scale:"log" + autoMin:true + fixed max + decimals:0.
  • Panel-Dashboard user guide (docs/loghub-panel-dashboard.md) — full walkthrough: HTTP API, all six widget types, field reference, plot-scaling deep-dive, end-to-end example.

Changed

  • Gauge LED colour separated from its text — new state field drives the LED colour independently of value (the free display text).
  • npm package trimmed — ships only build/ + the postinstall hook.

Fixed

  • Dashboard no longer flickers on unchanged values.
  • aidex_global_guideline list token overflow — now a compact one-line-per-guideline index (1,246 → 17 lines).

npm install -g [email protected]

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 CSCSoftware/AiDex

Get notified when new releases ship.

Sign up free

About CSCSoftware/AiDex

Persistent code index MCP server using Tree-sitter for fast, precise code search. Replaces grep with ~50 token responses instead of 2000+. Supports 11 languages including C#, TypeScript, Python, Rust, and Go.

All releases →

Beta — feedback welcome: [email protected]