0.50.0
takahirom/arbigent0.50.0Jun 4, 2025by takahirom
AI Summary
To speed up debugging, this release introduces a UI button that allows users to run a specific scenario independently of its dependencies. It also refines the system prompt for better scenario generation.
Key Highlights
- Add Run only this scenario button
- Modify system prompt for scenario generation
New Features
- Isolated scenario execution
- System prompt optimization
Full Release Notes
When debugging a scenario, repeatedly running it with its dependent scenarios can be time-consuming. Therefore, we have added a button in the UI to run only the specific task without its dependent scenarios. Please check it out.  ## What's Changed * Modify system prompt for scenario generation by @takahirom in https://github.com/takahirom/arbigent/pull/294 * Add Run only this scenario button by @takahirom in https://github.com/takahirom/arbigent/pull/295 **Full Changelog**: https://github.com/takahirom/arbigent/compare/0.49.0...0.50.0