Skip to content

v1.10.0 - Note History

Choose a tag to compare

@CSCSoftware CSCSoftware released this 28 Feb 11:49
· 112 commits to master since this release

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.