Highlights
Team Mode Improvements
- Team mode now supports file attachments end-to-end. Files added by paste or "Add to Chat" from workspace are preserved through the full Team pipeline, stored correctly, and surfaced in teammate prompts for Claude, Codex, and Gemini.
- Team and cron channels can now be drag-sorted in the sidebar, and the order is persisted between sessions.
- Team-capable agents are now resolved from ACP initialize capabilities instead of a static whitelist, improving compatibility with more ACP backends. Claude, Codex, and Gemini also remain available by default right after upgrade, before capability cache is populated.
- Removed the auto-shutdown confirmation prompt when a team task completes, reducing friction during longer collaborative runs.
- Fixed workspace overwrite when converting a solo chat into Team mode, preserving the original working directory.
Aionrs Improvements
- Aionrs now matches the ACP and Gemini manager pipeline much more closely: cron command feedback loops, thinking message display and persistence, buffered stream writes, turn completion notifications, token usage persistence, event bus emission, and skill suggestion hooks behave more consistently.
- Hardened mode and model switching behavior for Aionrs. Model changes now reliably restart with the new config instead of continuing on a stale session.
New Languages
- Added full Russian (
ru-RU) localization across desktop, mobile, assistant resources, example extensions, and documentation. - Added Ukrainian (
uk-UA) localization across app surfaces, assistant presets, docs, and related tests.
UX & Reliability Fixes
- Clicking sidebar
New Chatwhile inside a preset assistant now resets back to a normal default agent instead of keeping the preset selection. - The
+action in the Guid assistant selector now routes correctly to the Assistants page. Save to Workspaceis now enabled by default for uploads.- Improved WeCom long-connection adaptation for more reliable channel behavior.
- Updated
@office-ai/aioncli-coreto0.30.5.
What's Changed
- docs(readme): add LINUX DO community link by @IceyLiu in #2379
- fix(guid): correct plus button route to assistants page by @IceyLiu in #2380
- feat(upload): enable save-to-workspace by default by @IceyLiu in #2381
- chore(deps): bump @office-ai/aioncli-core to ^0.30.4 by @piorpua in #2383
- fix Wecom uses long connection adaptation by @nextdoorUncleLiu in #2386
- refactor(team): dynamic team capability from ACP initialize by @kaizhou-lab in #2376
- refactor(team): remove dead TeamConfirmOverlay by @cdxiaodong in #2388
- fix(team): remove auto-shutdown prompt on task completion by @zhuqingyv in #2393
- feat(aionrs): align protocol with mode/model switching fixes by @piorpua in #2395
- feat(team): support drag sorting for team and cron channels by @cdxiaodong in #2394
- fix(guid): reset preset assistant when clicking sidebar new chat by @ringringlin in #2387
- feat(i18n): Add Ukrainian (uk-UA) language support and documentation by @pavver in #2307
- feat: add full Russian (ru-RU) localization by @DrMaks22 in #2306
- fix(team): add file sending support to team mode pipeline by @zhuqingyv in #2385
- fix(team): hardcode claude/codex as known team-capable backends by @kaizhou-lab in #2403
- chore(deps): bump @office-ai/aioncli-core to 0.30.5 by @piorpua in #2404
- chore: bump version to 1.9.15 by @piorpua in #2405
New Contributors
Full Changelog: v1.9.14...v1.9.15