0.27.0
takahirom/arbigent0.27.0Feb 26, 2025by takahirom
AI Summary
This release adds support for multiline goal text and allows users to customize the user prompt template directly within project settings.
Key Highlights
- Added support for multiline goal text input.
- Made the user prompt template changeable in project settings.
- Updated UI layout with a 48dp height for the goal text field.
New Features
- Multiline goal text support
- Customizable user prompt template
- UI layout adjustments for goal text
Full Release Notes
## Multiline goal text support and make it possible to change the user prompt template As we grow our Arbigent tests, we sometimes think the simple "goal" is not enough. We might want to have some template for the goal prompt. However, Arbigent used to use the 'Goal:""' template, which makes it difficult to change. So I made it changeable in project settings.  ## What's Changed * Fix test by @takahirom in https://github.com/takahirom/arbigent/pull/167 * Add junie guidelines by @takahirom in https://github.com/takahirom/arbigent/pull/168 * Fix to use twoline goal text field by @takahirom in https://github.com/takahirom/arbigent/pull/169 * Make prompt template changeable by @takahirom in https://github.com/takahirom/arbigent/pull/170 * Use 48dp for goal height by @takahirom in https://github.com/takahirom/arbigent/pull/171 **Full Changelog**: https://github.com/takahirom/arbigent/compare/0.26.1...0.27.0