fix(tests): enable progress events in invoice tests and bump @push.rocks/smartagent devDependency to ^1.5.4

This commit is contained in:
2026-01-20 03:19:58 +00:00
parent da2b827ba3
commit 969d21c51a
4 changed files with 16 additions and 6 deletions

View File

@@ -665,6 +665,10 @@ CRITICAL RULES:
process.stdout.write(token);
}
},
// Enable progress events to see tool calls
onProgress: (event: { logMessage: string }) => {
console.log(event.logMessage);
},
});
// Register JsonValidatorTool for self-validation