From 8fc21f9f9a5b54dea875e304fca5f08700d70f56 Mon Sep 17 00:00:00 2001 From: claude-code-best Date: Sat, 20 Jun 2026 16:58:11 +0800 Subject: [PATCH] feat(artifact): register /artifacts command Co-Authored-By: glm-5.2 --- src/commands.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/commands.ts b/src/commands.ts index 3d2144493..bcfb6399f 100644 --- a/src/commands.ts +++ b/src/commands.ts @@ -179,6 +179,7 @@ import privacySettings from './commands/privacy-settings/index.js' import hooks from './commands/hooks/index.js' import files from './commands/files/index.js' import branch from './commands/branch/index.js' +import artifacts from './commands/artifacts/index.js' import agents from './commands/agents/index.js' import plugin from './commands/plugin/index.js' import reloadPlugins from './commands/reload-plugins/index.js' @@ -305,6 +306,7 @@ const COMMANDS = memoize((): Command[] => [ localMemoryCommand, autonomy, provider, + artifacts, agents, branch, btw,