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
feat: support showInPalette 'without-children' value
Allow showInPalette to accept 'without-children' alongside boolean.
When set, the command appears in the palette but its children are not
flattened into top-level search results — they remain accessible only
via drill-down when the parent is selected.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|`showInPalette`|`boolean`| Whether to show in command palette (default: `true`) |
72
+
|`showInPalette`|`boolean \| 'without-children'`| Whether to show in command palette (default: `true`). `'without-children'` shows the command but doesn't flatten children into search — they're only accessible via drill-down.|
73
73
|`when`|`string`| Conditional visibility expression (see [When Clauses](/kit/when-clauses)) |
0 commit comments