From 939768986c658a25ca0986013a0a7aabc97a7617 Mon Sep 17 00:00:00 2001 From: Roe-xin Date: Sat, 10 Jan 2026 21:21:24 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E6=94=B9=E4=BA=86build=E7=9A=84?= =?UTF-8?q?=E9=94=99=E8=AF=AF=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/types/api.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/types/api.ts b/src/types/api.ts index 219ba76..3262139 100644 --- a/src/types/api.ts +++ b/src/types/api.ts @@ -484,6 +484,7 @@ export type ToolName = | "file_delete" | "file_list" | "syntax_check" + | "iverilog" | "simulation" | "waveform_summary" | "waveform_trace"