0.25.0
takahirom/arbigent0.25.0Feb 19, 2025by takahirom
AI Summary
This release introduces disk caching for AI calls to share cache across CI builds and adds a new execution scenario type for initializing data without an AI agent.
Key Highlights
- Added disk cache feature for AI calls to share cache across CI builds.
- Added new execution scenario type for clear data initialization.
- Added version name to the UI.
New Features
- Disk caching for AI calls
- Execution scenario type
- Version name display in UI
Full Release Notes
## Add disk cache feature You can now use disk caching for AI calls, which allows you to share the cache across CI builds. The cache key consists of the simplified UI tree text and the current context texts. https://github.com/user-attachments/assets/3961dcd6-69be-4269-9843-5d379333f83b You can see how to enable this in the CI YAML file: https://github.com/takahirom/arbigent/blob/main/.github/workflows/build-cli.yaml#L125-L131 ## Add execution scenario type Sometimes we want to launch a scenario using only clear data, but a goal for the AI is required. With the new execution scenario type, you can use an initialization method without an AI agent. English Tip: Use commas to separate independent clauses joined by conjunctions, which improves clarity and readability. <img width="912" alt="image" src="https://github.com/user-attachments/assets/f99b845f-d771-4b36-9fc4-e3e4ccae85f5" /> ## What's Changed * Fix focus log by @takahirom in https://github.com/takahirom/arbigent/pull/157 * Add version name to UI by @takahirom in https://github.com/takahirom/arbigent/pull/158 * Add Arbigent disk cache to e2e and fixes for caches by @takahirom in https://github.com/takahirom/arbigent/pull/161 * Introduce disk cache by @takahirom in https://github.com/takahirom/arbigent/pull/160 * Prepare for caching in disk by @takahirom in https://github.com/takahirom/arbigent/pull/159 * Add execution scenario type by @takahirom in https://github.com/takahirom/arbigent/pull/163 **Full Changelog**: https://github.com/takahirom/arbigent/compare/0.24.0...0.25.0