feat: zod support v3/4

This commit is contained in:
Simon
2026-03-05 19:13:18 +08:00
parent 121104e13d
commit 53db2069ce
15 changed files with 54 additions and 18 deletions

View File

@@ -6,7 +6,7 @@
* - switch_to_tab: Switch to an existing tab
* - close_tab: Close a tab (optionally switch to another)
*/
import * as z from 'zod'
import * as z from 'zod/v4'
import type { TabsController } from './TabsController'