From 52e4522ed0c3c7f1be5e38cc3503676d77638370 Mon Sep 17 00:00:00 2001 From: XiaoFeng <117837368+Fzhiyu1@users.noreply.github.com> Date: Sat, 10 Jan 2026 21:45:33 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=20ToolName=20?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B=E7=BC=BA=E5=B0=91=20iverilog?= 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"