From 4f493c83fcd695e5d7a3d4811b30e9049e25de10 Mon Sep 17 00:00:00 2001 From: claude-code-best Date: Sat, 9 May 2026 23:04:44 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E7=A7=BB=E9=99=A4=E5=BA=9F=E5=BC=83?= =?UTF-8?q?=E7=9A=84=20ctx=5Fviz=20=E7=B1=BB=E5=9E=8B=E5=A3=B0=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: glm-5-turbo --- src/commands/ctx_viz/index.d.ts | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 src/commands/ctx_viz/index.d.ts diff --git a/src/commands/ctx_viz/index.d.ts b/src/commands/ctx_viz/index.d.ts deleted file mode 100644 index 292a8d3fb..000000000 --- a/src/commands/ctx_viz/index.d.ts +++ /dev/null @@ -1,3 +0,0 @@ -import type { Command } from '../../types/command.js' -declare const _default: Command -export default _default