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
Adds a shared `<label>: <text>` grammar (shared/facetQuery.ts) so the
command palette, Quick Panel, and Atlas jump dialog all scope a search
to one type the same way -- a suggestion-chip row (shared/FacetChipRow.tsx)
completes the token on click, with typing the token itself as the
primary path. filterJumpCards gains a scope parameter for kind/area
scoping in the Atlas jump.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01FW5GkkAG8du7tNdYLk2zSd
// convention: an empty query shows a short, useful default rather than
78
106
// every command/workflow/tab at once). Nav commands are every
@@ -318,7 +346,29 @@ export function CommandPalette() {
318
346
// eslint-disable-next-line react-hooks/exhaustive-deps -- commandEntry/workflowEntries/tabEntries close over workflows/nodeTypes/requests/workTabs/mostUsedRank/hotkeyCombos/pinnedWorkflowIds/togglePinnedWorkflow/t, already listed
0 commit comments