This release adds 2 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+10 more
Summary
AI summaryTasks 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
summaryparameter onaidex_taskcreate/update aidex_tasksshows 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
summaryparameter onaidex_notewhen 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
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.
Related context
Beta — feedback welcome: [email protected]