mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-22 16:25:51 +00:00
feat: 全部类型问题解决
This commit is contained in:
@@ -463,8 +463,8 @@ const loadAllCommands = memoize(async (cwd: string): Promise<Command[]> => {
|
||||
...bundledSkills,
|
||||
...builtinPluginSkills,
|
||||
...skillDirCommands,
|
||||
...workflowCommands,
|
||||
...pluginCommands,
|
||||
...(workflowCommands as Command[]),
|
||||
...(pluginCommands as Command[]),
|
||||
...pluginSkills,
|
||||
...COMMANDS(),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user