0.36.0
Add Historical Step Limit option
When the history of agent steps is long, the context consumes a lot of resources and hinders the quality of the AI response. Therefore, I added a Historical Step Limit to restrict the number of steps passed to the AI.
Add option of force disable cache for scenario
In some cases, image information is critical, and we cannot rely on UI tree information for caching. To address this, I added an option called force disable cache for scenario, which allows us to disable the AI decision cache for specific scenarios.
What's Changed
- Add scenario caching options and UI integration by @takahirom in #195
- Update AI options column width for improved layout by @takahirom in #200
- Make test deterministic by setting default scenario ID in expandOptions by @takahirom in #204
- Update timestamp retrieval in AI-decision cache to use TimeProvider by @takahirom in #201
- Update ExpandableSection default expansion logic for screenshots by @takahirom in #202
- Add logging option
--ai-api-loggingfor AI API for CLI by @takahirom in #203 - Refactor scenario options UI to separate fundamental and other options by @takahirom in #206
- Add last step count option to AI options and update related methods by @takahirom in #205
- Rename lastStepCount to historicalStepLimit in AI options and update … by @takahirom in #207
Full Changelog: 0.35.0...0.36.0