mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-22 16:25:51 +00:00
fix(artifact): drop userFacingName override so display matches /artifacts
This commit is contained in:
@@ -6,7 +6,6 @@ const artifacts = {
|
|||||||
description:
|
description:
|
||||||
'List HTML artifacts uploaded to cloud-artifacts in this session',
|
'List HTML artifacts uploaded to cloud-artifacts in this session',
|
||||||
isEnabled: () => true,
|
isEnabled: () => true,
|
||||||
userFacingName: () => 'Artifacts',
|
|
||||||
load: () => import('./artifacts.js'),
|
load: () => import('./artifacts.js'),
|
||||||
} satisfies Command
|
} satisfies Command
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user