feat: searchable case picker + Command-K session palette (COD-151/153/157/192)#146
Open
aakhter wants to merge 10 commits into
Open
feat: searchable case picker + Command-K session palette (COD-151/153/157/192)#146aakhter wants to merge 10 commits into
aakhter wants to merge 10 commits into
Conversation
Pins a "Browse all sessions…" item at the bottom of the command palette list (after "New session"). Activating it closes the palette and opens the Session Manager modal, bridging the gap between the fast in-memory switcher and the full server-side history browser. The item gets a distinct visual treatment (≡ icon, muted title/icon color, 4px top gap) so it reads as a secondary action separate from the primary session rows. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…mote-case shell - app.js: getShortcutRegistry()/matchesShortcutEvent()/showShortcutOverlay()/ renderShortcutOverlay()/closeShortcutOverlay() (needed for DEFAULT_SHORTCUTS action dispatch + shortcut-registry-overlay tests) - settings-ui.js: renderShortcutSettingsList()/startShortcutCapture()/ onShortcutCaptureKeydown()/resetShortcutOverride()/toggleShortcutEnabled() (Settings → Shortcuts tab, needed for shortcut-registry-overlay tests) - index.html: Shortcuts modal tab + shortcut overlay modal; remove Ctrl+Enter hint text (help-modal-shortcuts test asserts absence) - session-ui.js: remote-case detection in runShell() (caseName vs workingDir); saveLastUsedCase after deleting selected case - test/command-palette-ui.test.ts: expect browse-sessions item (COD-192 adds it) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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
<select>for quick-start with a filterable input + dropdown, so users can type to find a case by name across a large listCtrl+K(orCmd+K) opens a floating palette that lets you switch between live sessions, start a new one, or open a case picker, without leaving the keyboardIncludes a shortcut settings UI (App Settings → Shortcuts tab) required by COD-157 test coverage: a list of all bindings with capture-to-rebind and per-shortcut enable/disable. No CSS for
.shortcut-setting-row/.shortcut-capture-btnwas added here — styling is left for a follow-up.Conflicts resolved
Cherry-picks off
origin/masterdiverged in the hot frontend files. Resolved:app.jsDEFAULT_SHORTCUTSblockindex.htmlpanels-ui.jssession-ui.jsloadQuickStartCases()vsgetCasePickerOptions()refactorstyles.csssettings-ui.jscloseAllPanels()additionsREADME.mdtest/run-mode-ui.test.tstest/help-modal-shortcuts.test.tstest/shortcut-registry-overlay.test.tsTest plan
tsc --noEmit— cleannpm test -- test/command-palette-ui.test.ts test/run-mode-ui.test.ts test/keyboard-shortcuts.test.ts test/help-modal-shortcuts.test.ts test/shortcut-registry-overlay.test.ts— 34/34 passnpm run build— clean🤖 Generated with Claude Code