mirror of
https://github.com/aljazceru/claude-code-viewer.git
synced 2026-01-04 22:24:22 +01:00
feat: add some default commands
This commit is contained in:
@@ -58,6 +58,7 @@ export const CommandCompletion = forwardRef<
|
||||
// メモ化されたコマンドフィルタリング
|
||||
const { shouldShowCompletion, filteredCommands } = useMemo(() => {
|
||||
const allCommands = [
|
||||
...(commandData?.defaultCommands || []),
|
||||
...(commandData?.globalCommands || []),
|
||||
...(commandData?.projectCommands || []),
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user