This release adds 2 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+10 more
Summary
AI summarySession notes are now automatically archived and can be browsed or searched with new history, search, and limit parameters.
Full changelog
What's New
Note History (v1.10.0)
Session notes are now automatically archived when overwritten or cleared. Browse and search past notes across sessions.
New parameters for aidex_note:
history: true— Show archived notes (newest first)search: "term"— Search note history (case-insensitive)limit: N— Max entries to return (default: 20)
Example:
```
aidex_note({ path: ".", history: true }) # Browse history
aidex_note({ path: ".", search: "glob fix" }) # Search history
```
Auto-migration: Existing databases are upgraded automatically on first use — no manual steps needed.
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]