fix: resolve pre-existing typecheck errors (zod v4 compat + RCS web exclude)

This commit is contained in:
claude-code-best
2026-05-28 21:12:02 +08:00
parent 124e3219d1
commit 0e39283631
9 changed files with 11 additions and 11 deletions

View File

@@ -47,7 +47,7 @@ export function useIdeAtMentioned(
// If we found a connected IDE client, register our handler
if (ideClient) {
ideClient.client.setNotificationHandler(
AtMentionedSchema(),
AtMentionedSchema() as any,
notification => {
if (ideClientRef.current !== ideClient) {
return