feat(command-palette): add settings, navigation, message search, and ⌘K hints

This commit is contained in:
simosmik
2026-04-30 07:16:58 +00:00
parent 50b35ea9f5
commit 66dd81976f
4 changed files with 219 additions and 10 deletions

View File

@@ -288,6 +288,15 @@ export default function ProviderSelectionEmptyState({
}
</p>
<p className="mt-3 flex items-center justify-center gap-1.5 text-center text-xs text-muted-foreground/60">
<span>Press</span>
<kbd className="inline-flex items-center gap-0.5 rounded border border-border/60 bg-muted/40 px-1.5 py-0.5 font-mono text-[10px]">
{typeof navigator !== "undefined" && /Mac|iPhone|iPad/.test(navigator.platform) ? "⌘" : "Ctrl"}
<span>K</span>
</kbd>
<span>to search sessions, files, and commits</span>
</p>
{provider && tasksEnabled && isTaskMasterInstalled && (
<div className="mt-5">
<NextTaskBanner