Skip to content

feat(chat): add sidebar conversation history search - #743

Merged
su-fen merged 1 commit into
Stack-Cairn:mainfrom
yovinchen:feat/sidebar-conversation-search
Sep 4, 2026
Merged

feat(chat): add sidebar conversation history search#743
su-fen merged 1 commit into
Stack-Cairn:mainfrom
yovinchen:feat/sidebar-conversation-search

Conversation

@yovinchen

@yovinchen yovinchen commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

Summary

  • add a Codex-style search entry beside the sidebar conversation controls
  • search persisted conversation titles and message history across workspaces, prioritize the current workspace, and open results directly
  • add an optional configurable desktop global shortcut and keep WebUI button-only
  • cover search semantics, shortcut registration, and the sidebar integration with tests

Screenshots / preview

Conversation history search dialog

Verification

  • make check-all: 19 of 21 steps passed locally
  • mise exec -- cargo test --workspace --all-targets: 1000 passed, 3 ignored, 0 failed outside the restricted sandbox
  • Biome checks passed for all changed TypeScript and JavaScript files
  • git diff --check passed

The two local make failures are baseline/environment-only: Shared UI lint reports formatting in three untouched origin/main files, and the sandboxed Rust test step could not perform process and user-directory operations; the same Rust suite passes outside the sandbox.

Closes #741

@StackCairn
StackCairn marked this pull request as draft September 4, 2026 13:03
@github-actions

github-actions Bot commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

PR governance checks passed. Awaiting human review.

@yovinchen
yovinchen marked this pull request as ready for review September 4, 2026 13:10
@su-fen
su-fen merged commit ef5209c into Stack-Cairn:main Sep 4, 2026
11 of 12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature] 左侧栏支持搜索并直接打开历史会话

2 participants