Skip to content

CSCSoftware/AiDex

v1.10.0 Feature

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

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

Session 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

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]