Skip to content

CSCSoftware/AiDex

v1.15.0 Feature

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

Published 2mo 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

Tasks and archived notes now support a one‑sentence summary field for quick table‑of‑contents entries.

Full changelog

What's New

Summary Layer — Tasks and archived notes now support a one-sentence summary field that serves as a quick table-of-contents entry.

Task Summaries

  • New summary parameter on aidex_task create/update
  • aidex_tasks shows summaries inline — scan your backlog without reading full details
  • Viewer shows task summaries in italic between title and description
aidex_task({ path: ".", action: "create", 
  title: "Fix parser bug", 
  summary: "Parser crashes on nested generics in C#",
  priority: 1, tags: "bug" })

Note History Summaries

  • New summary parameter on aidex_note when writing/clearing
  • The archived note gets this one-sentence description
  • History and search show summaries instead of truncated text
aidex_note({ path: ".", note: "New session focus",
  summary: "Previous session: finished parser refactoring" })

Auto-Migration

  • Existing databases are automatically upgraded via ALTER TABLE ADD COLUMN — no manual steps needed
  • Backward compatible: entries without summaries show null / fallback preview

npm: npm install -g [email protected]
Full changelog: CHANGELOG.md

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]