Highlights
Manual teammate management
- You can now add teammates to a Team manually after creation via a new "add member" popover in the Team tab, with an explicit leader selection and support for multiple members.
Send draft box
- The message queue shown while the AI is replying has been redesigned as a clearer "send draft box." Every queued message now has three always-visible actions — send now, edit, and remove — instead of burying edit in an overflow menu. "Send now" interrupts the current reply and delivers that message immediately, leaving the rest of the queue untouched.
Two-level model selector
- The model selector dropdown no longer stacks everything in one long list. It now shows two top-level rows — Model and Reasoning — and expands each on demand. This applies everywhere the selector appears: Claude Code, Codex, Gemini, Aion CLI, single and group chat, and the home page.
Mobile home input
- On mobile, the home (new conversation) page collapses model and permission selectors plus file/skill/MCP access into the "+" button as a bottom action sheet, matching how the in-conversation input already works and removing the cramped horizontal-scroll layout.
New language: French
- Added a complete French (fr-FR) translation across all modules. AionUi detects and switches to French automatically when it matches your system language.
Bug Fixes
- When submitting a bug report, AionUi now attaches database diagnostics from the backend (non-blocking — the report still goes through if diagnostics can't be fetched), making issues easier to diagnose.
- Windows installer: improved failure reporting and handling of self-lock situations during updates.
- Assistant pills on the home page now adapt to narrow widths instead of overflowing.
- Fixed a tooltip crash on the Skills settings page.
- Fixed backend startup directory preparation.
- Updated Russian localization.
What's Changed
- feat(settings): assistant editor and settings UI polish by @IceyLiu in #3528
- feat(feedback): attach core diagnostics to reports by @piorpua in #3529
- chore(docs): update WeChat group QR code to wx-15 by @IceyLiu in #3527
- WIP: feat(team): add manual teammate management by @piorpua in #3532
- fix(installer): harden Windows failure reporting and self-lock handling by @tcp404 in #3533
- fix(settings): avoid Arco tooltip crash in skills page by @kaizhou-lab in #3535
- fix: prepare backend startup directories by @kaizhou-lab in #3536
- fix(guid): adapt assistant pills to narrow widths by @kaizhou-lab in #3537
- chore: bump version to 2.1.31 by @piorpua in #3538
- fix(i18n): update Russian localization by @DrMaks22 in #3541
- feat(conversation): rework message queue into a send draft box by @IceyLiu in #3547
- feat(conversation): rework model selector into a two-level menu by @IceyLiu in #3550
- refactor(conversation): fold draft box help into the mode toggle by @IceyLiu in #3553
- feat(guid): move mobile home input controls into a + action sheet by @IceyLiu in #3554
- feat(i18n): add French (fr-FR) locale by @Siridyx in #2731
- chore: bump version to 2.1.32 by @piorpua in #3555
New Contributors
Full Changelog: v2.1.30...v2.1.32