We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e6a741 commit 8fc21f9Copy full SHA for 8fc21f9
1 file changed
src/commands.ts
@@ -179,6 +179,7 @@ import privacySettings from './commands/privacy-settings/index.js'
179
import hooks from './commands/hooks/index.js'
180
import files from './commands/files/index.js'
181
import branch from './commands/branch/index.js'
182
+import artifacts from './commands/artifacts/index.js'
183
import agents from './commands/agents/index.js'
184
import plugin from './commands/plugin/index.js'
185
import reloadPlugins from './commands/reload-plugins/index.js'
@@ -305,6 +306,7 @@ const COMMANDS = memoize((): Command[] => [
305
306
localMemoryCommand,
307
autonomy,
308
provider,
309
+ artifacts,
310
agents,
311
branch,
312
btw,
0 commit comments