fix(artifact): drop userFacingName override so display matches /artifacts

This commit is contained in:
claude-code-best
2026-06-20 17:30:19 +08:00
parent 1c29b571c5
commit 6234bad6af

View File

@@ -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