mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-22 16:25:51 +00:00
feat(artifact): register /artifacts command
Co-Authored-By: glm-5.2 <zai-org@claude-code-best.win>
This commit is contained in:
@@ -179,6 +179,7 @@ import privacySettings from './commands/privacy-settings/index.js'
|
|||||||
import hooks from './commands/hooks/index.js'
|
import hooks from './commands/hooks/index.js'
|
||||||
import files from './commands/files/index.js'
|
import files from './commands/files/index.js'
|
||||||
import branch from './commands/branch/index.js'
|
import branch from './commands/branch/index.js'
|
||||||
|
import artifacts from './commands/artifacts/index.js'
|
||||||
import agents from './commands/agents/index.js'
|
import agents from './commands/agents/index.js'
|
||||||
import plugin from './commands/plugin/index.js'
|
import plugin from './commands/plugin/index.js'
|
||||||
import reloadPlugins from './commands/reload-plugins/index.js'
|
import reloadPlugins from './commands/reload-plugins/index.js'
|
||||||
@@ -305,6 +306,7 @@ const COMMANDS = memoize((): Command[] => [
|
|||||||
localMemoryCommand,
|
localMemoryCommand,
|
||||||
autonomy,
|
autonomy,
|
||||||
provider,
|
provider,
|
||||||
|
artifacts,
|
||||||
agents,
|
agents,
|
||||||
branch,
|
branch,
|
||||||
btw,
|
btw,
|
||||||
|
|||||||
Reference in New Issue
Block a user