Highlights
This is a stability and polish release that builds on the assistant and conversation improvements from v2.1.25.
Improvements
- AionUi now remembers the last assistant you selected on the home page and restores it on your next visit and on New Chat, so you don't have to re-pick it every time. (The choice is saved in your settings rather than browser storage, so it survives more reliably.)
- The agent repair panel gives clearer feedback: "Save and test" now reports the actual backend health-check result instead of a generic message, edits for the internal Aion CLI runtime are hidden where they don't apply, and empty submissions are blocked while you can still clear existing overrides.
- Assistant default model and mode options now prefer the runtime's own configuration, so the defaults shown match what each runtime actually supports.
Bug Fixes
- Team chat is full width again — the v2.1.25 fluid-width change accidentally narrowed team-mode conversations, and standalone chats keep their wide-screen layout.
- Fixed a race where a restored, ready-to-install update could be overwritten by a fresh update check, causing the "update ready" notification to disappear.
- File operations (write, rename, delete, zip) in custom workspace folders now correctly target the right workspace root.
- Tidied up the assistant card's more-options button in settings.
What's Changed
- fix(conversation): restore team chat full width by @kaizhou-lab in #3464
- style(settings): clean up assistant card more-button by @IceyLiu in #3458
- fix: pass workspace roots to local fs routes by @kaizhou-lab in #3451
- fix(assistant): prefer runtime config options for defaults by @kaizhou-lab in #3466
- docs(contributing): document local development setup by @piorpua in #3467
- fix(guid): remember last selected assistant by @kaizhou-lab in #3468
- fix(agent): tighten repair save and test flow by @kaizhou-lab in #3470
- chore: bump version to 2.1.26 by @piorpua in #3471
- fix(update): prevent restored notification race by @piorpua in #3473
Full Changelog: v2.1.25...v2.1.26