feat(palette): Ctrl/Cmd+K command palette - search, navigation, actions - #320
Merged
Conversation
…ons (#294) - utekeServer.recallUnified: memories + documents, debounced 180ms,\n top 8; memory hits open the detail panel, doc hits deep-link into\n Documents\n- View navigation: Home, Memories, Documents, Namespaces, Rooms, Graph,\n Lifecycle, Tools\n- Actions: new memory, open settings\n- Keyboard-first: arrows/enter/esc, hover syncs highlight; type-to-\n filter narrows static entries\n\nLive-verified on uteke 0.17.0 sandbox: empty state groups (10 entries),\nsemantic hits render under Search results, Enter opens detail, text\nnavigation lands on #documents. tsc clean, 91/91 tests, build green.\n\nCloses #294, epic #289.
🔍 Cora AI Code Review✅ No issues found. Code looks good! Review powered by cora-code · BYOK · MIT |
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
Command palette (#294) —
Ctrl/Cmd+Kopens a universal launcher:utekeServer.recallUnified): memories AND documents, debounced 180 ms, top 8 hits; memory hits open the detail panel, doc hits deep-link into DocumentsWired in
App.sveltevia the existing keydown handler; settings/palette are independent overlays.Why
The 3-item rail IA made deep views (Lifecycle, Tools, Rooms, Graph) reachable but not discoverable; a palette restores one-keystroke access to everything without re-cluttering the rail (owner request #294, epic #289).
Testing
#documents— all vision-verifiedCloses #294 · Epic #289