Command palette driven by entity search - #4
Merged
Conversation
TheGreatAxios
force-pushed
the
cl-command-palette
branch
from
August 9, 2026 01:46
b4ecb71 to
0763274
Compare
Contributor
Author
Self-critique (orchestrator)Verdict: likely merge-ready after CI + greybeard/bruckheimer Looks good
Verify
|
TheGreatAxios
force-pushed
the
cl-command-palette
branch
3 times, most recently
from
August 9, 2026 02:28
361214f to
628d219
Compare
Contributor
Author
|
Greybeard: MERGE — command-palette package + useEntitySearch; react-ui pin excludes test barrels. |
Covers building static navigation commands from the app's own route table, substring matching, and searching already-fetched channels and workflow runs with pagination — all UI-free.
Static commands come only from routes the app shell actually renders — never a fabricated destination. Entity search matches channels and workflow runs the app has already fetched for its own pages; artifacts and agent definitions have no cross-tenant search endpoint yet, so those two categories are left out rather than faked (see the accompanying docs).
Cmd/Ctrl-K now opens a global palette: static commands come from the routes the shell already renders, and results include the channels and workflow runs the Chat and Workflows pages already fetch. Composition only — matching and the static-command list live in @corbits/command-palette, the overlay and keyboard handling in react-ui.
Describes the react-ui/workbench split, what entity types are searchable today, and what changes once the data-driven react-ui CommandPalette is published.
ea97f13 re-exported co-located *.test modules from the package root, which pulled bun:test into the vite production build. 4b8952c filters them out of generate-exports.
TheGreatAxios
force-pushed
the
cl-command-palette
branch
from
August 9, 2026 03:25
0c20f3a to
48e3b07
Compare
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
Add @corbits/command-palette and wire a data-driven palette into the app shell via useEntitySearch.
Test plan