Conversation
…search # Conflicts: # cli/src/agent/messageConverter.ts # hub/src/store/index.ts # hub/src/store/messages.test.ts # hub/src/store/messages.ts # hub/src/store/migration-v13.test.ts # hub/src/store/migration-v15.test.ts # hub/src/store/migration-v18.test.ts # hub/src/store/migration-v19.test.ts # hub/src/store/migration-v20.test.ts # hub/src/store/migration-v23.test.ts # hub/src/store/migration-v24.test.ts # shared/src/messages.test.ts # shared/src/messages.ts # web/src/components/SessionList.tsx
…search # Conflicts: # web/src/lib/assistant-runtime.ts
Add a header find-in-conversation control that reuses session-scoped FTS and the message jump / prev-next locate path from tiann#1598. Hit cards show role, age, query marks, and a two-line excerpt window. Fixes tiann#1756 Co-authored-by: Cursor <cursoragent@cursor.com>
This was referenced Sep 3, 2026
Upstream FueCallout / useFue lack disableAllFue and onSecondaryAction; keep the tip typecheck-clean when stacked on tiann#1598. Co-authored-by: Cursor <cursoragent@cursor.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
GET /api/sessions/:id/content-search).Depends on
Blocked by / stacks on #1598 (sidebar Content search + FTS index). This branch is based on that PR tip so CI can exercise the shared APIs. Until #1598 merges, the file list vs
mainalso includes #1598 — please review the delta with:techotaku39:feat/session-content-search...heavygee:feat/in-session-content-search
Test plan
bun run --cwd web test -- SessionInChatSearch highlightSearchSnippet SessionHeader.testbun run --cwd hub test -- messageContentSearchIssues
Fixes #1756
Related: #1554 / #1598