refactor: point agent sdk imports at ts source

This commit is contained in:
2026-04-03 13:30:57 +08:00
parent 20523234e0
commit 9410e2f394
51 changed files with 52 additions and 52 deletions

View File

@@ -8,7 +8,7 @@ import type {
ToolResultBlockParam,
ToolUseBlock,
} from '@anthropic-ai/sdk/resources'
import type { SDKMessage } from '../../entrypoints/agentSdkTypes.js'
import type { SDKMessage } from '../../entrypoints/agentSdkTypes.ts'
import { EXIT_PLAN_MODE_V2_TOOL_NAME } from '../../tools/ExitPlanModeTool/constants.js'
import { logForDebugging } from '../debug.js'
import { sleep } from '../sleep.js'