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
Web search currently filters only the bounded client snapshot by Session title and cwd. It does not search transcript content, tool evidence, archived Sessions, or Sessions omitted from the current snapshot limit.
As the number and length of Sessions grow, users cannot reliably recover prior decisions, errors, commands, or code changes.
Value
Find relevant prior work without loading every Session into the browser.
Keep search useful beyond the current snapshot window.
Preserve Session files as source of truth while treating the search index as derived and recoverable.
Approach constraints
Search must be server-side, bounded, cancellable, and workspace-aware.
A cache/index may accelerate lookup but cannot become authoritative Session storage.
Results retain Session, message/turn, workspace, source, timestamp, and snippet provenance.
Enforce query length, result count, scanned bytes/files, concurrency, and time limits.
Parent
Problem
Web search currently filters only the bounded client snapshot by Session title and cwd. It does not search transcript content, tool evidence, archived Sessions, or Sessions omitted from the current snapshot limit.
As the number and length of Sessions grow, users cannot reliably recover prior decisions, errors, commands, or code changes.
Value
Approach constraints
Acceptance criteria
Out of scope