From 6234bad6aff1e02050ff84b60554544b98c1bf25 Mon Sep 17 00:00:00 2001 From: claude-code-best Date: Sat, 20 Jun 2026 17:30:19 +0800 Subject: [PATCH] fix(artifact): drop userFacingName override so display matches /artifacts --- src/commands/artifacts/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/commands/artifacts/index.ts b/src/commands/artifacts/index.ts index 15065058c..862e73c0a 100644 --- a/src/commands/artifacts/index.ts +++ b/src/commands/artifacts/index.ts @@ -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