mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-24 01:05:49 +00:00
feat: 全部类型问题解决
This commit is contained in:
@@ -55,7 +55,7 @@ export async function call(
|
||||
AgentTool.call(
|
||||
input,
|
||||
context,
|
||||
context.canUseTool,
|
||||
context.canUseTool!,
|
||||
lastAssistantMessage
|
||||
).catch(error => {
|
||||
logForDebugging(`Fork subagent async error: ${error}`, { level: 'error' })
|
||||
|
||||
Reference in New Issue
Block a user