summaryrefslogtreecommitdiffhomepage
path: root/packages/desktop/src/context/command.tsx
diff options
context:
space:
mode:
authorAdam <[email protected]>2025-12-15 06:34:08 -0600
committerAdam <[email protected]>2025-12-15 10:20:19 -0600
commit5fbcb203f5a2cab13c2f7468430b25be4989063b (patch)
tree48cde9871667189f86e54a04aff4692d01a6a4da /packages/desktop/src/context/command.tsx
parent34db7394426d0a016fe4c1596501b68541fac321 (diff)
downloadopencode-5fbcb203f5a2cab13c2f7468430b25be4989063b.tar.gz
opencode-5fbcb203f5a2cab13c2f7468430b25be4989063b.zip
wip(desktop): progress
Diffstat (limited to 'packages/desktop/src/context/command.tsx')
-rw-r--r--packages/desktop/src/context/command.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/desktop/src/context/command.tsx b/packages/desktop/src/context/command.tsx
index 26b03f980..dcc4b6007 100644
--- a/packages/desktop/src/context/command.tsx
+++ b/packages/desktop/src/context/command.tsx
@@ -139,6 +139,7 @@ function DialogCommand(props: { options: CommandOption[] }) {
emptyMessage="No commands found"
items={() => props.options.filter((x) => !x.id.startsWith("suggested.") || !x.disabled)}
key={(x) => x?.id}
+ filterKeys={["title", "description", "category"]}
groupBy={(x) => x.category ?? ""}
onSelect={(option) => {
if (option) {