Skip to content

Commit 8fc21f9

Browse files
claude-code-bestglm-5.2
andcommitted
feat(artifact): register /artifacts command
Co-Authored-By: glm-5.2 <zai-org@claude-code-best.win>
1 parent 6e6a741 commit 8fc21f9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/commands.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ import privacySettings from './commands/privacy-settings/index.js'
179179
import hooks from './commands/hooks/index.js'
180180
import files from './commands/files/index.js'
181181
import branch from './commands/branch/index.js'
182+
import artifacts from './commands/artifacts/index.js'
182183
import agents from './commands/agents/index.js'
183184
import plugin from './commands/plugin/index.js'
184185
import reloadPlugins from './commands/reload-plugins/index.js'
@@ -305,6 +306,7 @@ const COMMANDS = memoize((): Command[] => [
305306
localMemoryCommand,
306307
autonomy,
307308
provider,
309+
artifacts,
308310
agents,
309311
branch,
310312
btw,

0 commit comments

Comments
 (0)