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

@@ -1,5 +1,11 @@
# Changelog
## 2026-01-20 - 1.15.1 - fix(tests)
enable progress events in invoice tests and bump @push.rocks/smartagent devDependency to ^1.5.4
- Added an onProgress handler in test/test.invoices.nanonets.ts to log progress events (console.log(event.logMessage)) so tool calls and progress are visible during tests.
- Bumped devDependency @push.rocks/smartagent from ^1.5.2 to ^1.5.4 in package.json.
## 2026-01-20 - 1.15.0 - feat(tests)
integrate SmartAi/DualAgentOrchestrator into extraction tests and add JSON self-validation