Move thread search into the command palette - #2474
Open
brsbl wants to merge 14 commits into
Open
Conversation
…43' into bb/build-search-palette-layer-thr_z45dnp4jyw # Conflicts: # apps/app/src/components/sidebar/AppSidebar.tsx # apps/app/src/components/sidebar/ProjectList.tsx # apps/app/src/components/sidebar/SidebarThreadSearchPanel.test.tsx
brsbl
changed the base branch from
bb/sidebar-lifecycle-drafts-search-thr_2e2gbjx943
to
bb/sidebar-splits-thr_2e2gbjx943
August 26, 2026 11:35
…43' into bb/build-search-palette-layer-thr_z45dnp4jyw
…palette-layer-thr_z45dnp4jyw # Conflicts: # apps/app/src/components/commands/CommandPalette.test.tsx # apps/app/src/components/sidebar/AppSidebar.tsx # apps/app/src/lib/command-palette/palette-app-commands.test.ts
# Conflicts: # apps/app/src/app.css # apps/app/src/components/commands/CommandPalette.test.tsx # apps/app/src/components/commands/CommandPalette.tsx # apps/app/src/components/layout/app-chrome-selection.test.tsx # apps/app/src/components/sidebar/AppSidebar.tsx # apps/app/src/components/sidebar/ProjectList.tsx
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.
What was wrong
Thread search lived in the sidebar while the command palette had no reusable mode boundary. Root commands and searchable content were mixed, and thread search disappeared with the sidebar.
What changed
No wire, daemon protocol, CLI, SDK, plugin API, or keybinding contract changes are introduced by this layer.
Visual evidence
Exact comparison:
fd1c3ea60b4ffeafefeab4c5bff8b893d8364531→4a70ddfa811e1cbc2e9f59be17beb4b1ce84d6f8.Before — exact base
fd1c3ea60b4ffeafefeab4c5bff8b893d8364531The palette is an undifferentiated command stream.
After — exact head
4a70ddfa811e1cbc2e9f59be17beb4b1ce84d6f8The same root state is grouped by Threads, Actions, and Plugins.
After — flat ranked query
After — Threads mode
How you verified
scripts/bb-dev-app, light theme,/, 1440×900.togand observed one flat ranked result list without bucket headings.Fixes: N/A — Updated Sidebar command-palette search layer.
BB-Thread-ID: thr_z45dnp4jyw