This commit is contained in:
decolua
2026-01-16 12:11:32 +07:00
parent 0f28920bbc
commit eff52f75ae
2 changed files with 59 additions and 89 deletions
-1
View File
@@ -162,7 +162,6 @@ export class KiroExecutor extends BaseExecutor {
// Handle toolUseEvent
if (eventType === "toolUseEvent" && event.payload) {
console.log("[KIRO DEBUG] toolUseEvent payload:", JSON.stringify(event.payload, null, 2));
state.hasToolCalls = true; // Track that we have tool calls
const toolUse = event.payload;