0.55.0
takahirom/arbigent0.55.0Jul 5, 2025by takahirom
AI Summary
Improves logging readability to help users understand the tree structure and flow of test execution, including support for concurrency.
Key Highlights
- Added tree task log
- Organized important logs
- Refactored scenario logs
- Added concurrency to GHA
New Features
- Improved logging visibility
- Concurrency support in GitHub Actions
Full Release Notes
You can now see logs like this to understand how the tests are running. ``` 02:41:47 I: 🔄 Running: 5f221744-6a45-4ff2-a980-eaba77049dc6 - task: 2/2 02:41:47 I: └ 🟢 f9c17741-093e-49f0-ad45-8311ba68c1a6: Completed 02:41:47 I: └ 🔄 5f221744-6a45-4ff2-a980-eaba77049dc6: Running ``` ## What's Changed * Reduce MCP logs by @takahirom in https://github.com/takahirom/arbigent/pull/321 * Organize important logs by @takahirom in https://github.com/takahirom/arbigent/pull/320 * Add tree task log by @takahirom in https://github.com/takahirom/arbigent/pull/322 * Refactor scenario logs by @takahirom in https://github.com/takahirom/arbigent/pull/323 * Add concurrency to GHA by @takahirom in https://github.com/takahirom/arbigent/pull/325 * Fix ui logger by @takahirom in https://github.com/takahirom/arbigent/pull/324 **Full Changelog**: https://github.com/takahirom/arbigent/compare/0.54.0...0.55.0