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