You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v0.42.0: session_search tool — browse, search, and recall past sessions
New native tool: session_search with 4 actions:
- list — recent N sessions with metadata
- search — keyword search across task, buffer, and full transcripts
- get — load full session by ID (metadata + buffer + message count)
- find — match sessions by task/title
Keyword search uses two-phase strategy:
1. Task + buffer match (uses session index, no file I/O)
2. Deep search — loads sessions and searches full messages when needed
Zero new dependencies (stdlib + existing session package)
21 new tests covering all actions, edge cases, empty store, limits
Narrator emoji already mapped (🧠 via existing render entry)
0 commit comments