0.44.0
takahirom/arbigent0.44.0May 4, 2025by takahirom
AI Summary
This release adjusts the configuration structure by moving `appUiStructure` and `scenarioGenerationCustomInstruction` from the root `/settings` directory to `/settings/prompt`.
Key Highlights
- Move settings to /settings/prompt directory
Breaking Changes
- Move appUiStructure and scenarioGenerationCustomInstruction into prompt in yaml
New Features
- Configuration directory restructuring
Full Release Notes
## Breaking Changes from 0.42.0 Version 0.42.0 introduced significant changes, necessitating some follow-up adjustments. We introduced `appUiStructure` and `scenarioGenerationCustomInstruction`. These were initially saved in `/settings` within the project YAML file, but they should be saved under `/settings/prompt`. We believe these settings are not widely used yet, so we are correcting their location. ## What's Changed * Move appUiStructure and scenarioGenerationCustomInstruction into prompt in yaml by @takahirom in https://github.com/takahirom/arbigent/pull/272 **Full Changelog**: https://github.com/takahirom/arbigent/compare/0.43.0...0.44.0