KingDownloads

AionUi version history

17 releases tracked, newest first.

v2.1.33

Jul 11, 2026
- Fix build alignment for Codex installer verifier - Bump version to 2.1.33

13 downloads

v2.1.32

Jul 11, 2026
- Added manual teammate management with leader selection - Redesigned message queue as a clearer "send draft box" with quick actions - Reorganized model selector into two-level dropdown (Model and Reasoning) - Added French language support and improved mobile home input layout

13 downloads

v2.1.31

Jul 8, 2026
- Updated WeChat group QR code - Polished assistant editor and settings UI - Added core diagnostics to feedback reports - Fixed various issues including tooltip crashes and startup directories

13 downloads

v2.1.30

Jul 6, 2026
- Assistants are now a top-level entry with My / Official tabs for better organization. - Settings revamp includes landing on the Agents tab and improved image settings. - Added a slash command menu on the home page for easier access to commands. - Assistants can now set default thought levels, and bug fixes improved stability and usability.

13 downloads

v2.1.28

Jul 3, 2026
- Added complete Spanish (es-ES) and Persian (fa-IR) translations across the app. - Skills in conversations now appear in the `/` command menu for easier access. - Conversation sidebar now expands and scrolls to active conversations automatically. - Fixed various bugs, including database corruption handling and team chat capabilities.

13 downloads

v2.1.27

Jul 1, 2026
- Show ACP model descriptions in agent - Isolate backend cwd for stdio tools - Restore and preserve scheduled conversations - Reconcile stale run state in team

13 downloads

v2.1.26

Jun 30, 2026
## 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.

13 downloads

v2.1.25

Jun 26, 2026
- Added "via chat" options for setup tasks with the Butler, including bug report troubleshooting. - Improved scheduled task UI with cleaner entry points and a split "Create" button. - Made conversation width fluid and fixed various UI/UX issues. - Updated runtime catalog and skill defaults to reflect installed models and skills.

13 downloads

v2.1.24

Jun 25, 2026
## Highlights ### Faster, Smoother Long Conversations - Conversations now load instantly by showing the most recent messages first, then fetching older history as you scroll up. Long chats no longer hang while the whole thread loads, and in-progress agent replies stay live while older history is brought in. ### Smarter Assistant & Connection Management - You can now test an assistant's connection right from settings, and assistants stay visible even when their backing agent is temporarily offline — instead of silently disappearing, they show a clear "unavailable" warning with a self-repair entry point. - The Skills and Tools settings now read from one unified skill catalog, so what you see in the UI stays consistent with what's actually installed. ### Bug Fixes - Agent and provider errors now show clear, localized messages (including expired AWS SSO sessions) across all supported languages, instead of raw or English-only text. - Fixed flickering when switching tabs in the Capabilities settings page. - Repaired startup for users upgrading from older versions whose local database had drifted — the app now repairs the database on first launch instead of failing to start. - Fixed ma

13 downloads

v2.1.23

Jun 24, 2026
## Highlights ### WebUI Browser Notifications - The WebUI now sends a browser notification when an agent needs your confirmation or finishes a turn — but only when the tab is in the background, so it never interrupts you while you're actively working. Click the notification to jump straight back to that conversation. Toggle it from Settings → System → Notifications. ### Bug Fixes - Fixed the OfficeCLI install link and the outdated German (de-DE) install hint — OfficeCLI is now downloaded as a prebuilt binary from the official releases instead of pointing at the old npm command. ## What's Changed * fix(preview): correct OfficeCLI repo slug casing and de-DE install hint by @goworm in https://github.com/iOfficeAI/AionUi/pull/3399 * feat(webui): add browser notifications for permission requests and turn completion (#3371) by @lornestack in https://github.com/iOfficeAI/AionUi/pull/3401 * chore(docs): update WeChat group QR code to wx-13 by @IceyLiu in https://github.com/iOfficeAI/AionUi/pull/3403 * chore: bump version to 2.1.23 by @piorpua in https://github.com/iOfficeAI/AionUi/pull/3407 **Full Changelog**: https://github.com/iOfficeAI/AionUi/compare/v2.1.22...v2.1.23

11 downloads

v2.1.22

Jun 22, 2026
## Highlights ### Improvements - Local Markdown file links now open inside the AionUi preview panel instead of a browser tab, and support GitHub-style line references (e.g. `#L10` or `#L10-L20`) to jump to a specific line or range. ### Bug Fixes - Hardened the Windows ARM64 installer: a broken/partial install now fails clearly instead of silently leaving you with a shortcut but no working app. - Fixed file-change diff previews that could show misleading empty diffs, and added a clearer state when a file can no longer be found. - Fixed a crash in the Tools settings when MCP connection tests or image-generation toggles finished after you navigated away from the tab. - The OpenClaw Gateway connection error now shows a localized, actionable recovery tip (with the exact status/start commands) in every supported language. ## What's Changed * fix(installer): harden win arm64 install by @TCP404 in https://github.com/iOfficeAI/AionUi/pull/3387 * fix(preview): improve file diffs and local file links by @CottChen in https://github.com/iOfficeAI/AionUi/pull/3379 * fix(mcp): guard message calls against use-after-unmount crash by @lornestack in https://github.com/iOfficeAI/AionUi/pull/3376 *

13 downloads

v2.1.21

Jun 19, 2026
## Highlights ### More Languages - Added a complete German (de-DE) interface for both the desktop and mobile apps, so German-speaking users can now use AionUi fully in their own language. - Brazilian Portuguese (pt-BR) is now selectable in the settings and login language pickers — the translation existed but couldn't actually be chosen before. Main-process text (tray, notifications) now also shows correctly in Portuguese and Ukrainian instead of falling back to English. ### Bug Fixes - Fixed blank PDF previews on Windows — opening a PDF from the workspace file tree now renders inline instead of showing an empty panel. - Fixed local HTML previews so browser storage works and the loading overlay completes correctly. - You can now click an already-selected workspace file to reopen its preview after the preview panel was closed. ## What's Changed * fix(i18n): wire pt-BR into language pickers and main-process loader by @lornestack in https://github.com/iOfficeAI/AionUi/pull/3361 * fix(preview): build valid file:// URL for PDF preview on Windows by @lornestack in https://github.com/iOfficeAI/AionUi/pull/3366 * fix(preview): restore local html and selected file reopen by @piorpua in ht

13 downloads

v2.1.20

Jun 17, 2026
## Highlights ### ⭐ Meet the AionUi Butler — your built-in assistant for AionUi itself <img width="2820" height="1712" alt="image" src="https://github.com/user-attachments/assets/c215b077-999c-4392-81f9-6baa1de681dc" /> This release bundles AionCore v0.1.31, which introduces a brand-new built-in assistant: the **AionUi Butler**. Instead of digging through settings menus, you can now just talk to it in plain language to manage AionUi itself — across three areas: - **Configure** — create and edit assistants, attach skills, manage MCP servers and LLM providers, and change app/UI settings, all by asking. - **Diagnose** — when something isn't working, the Butler can inspect your conversations, read logs, and check the health of your providers, scheduled tasks, teams, and MCP connections to tell you what went wrong. - **Remote access** — ask it to put your local WebUI online and it walks you through a one-click public link (via an automatic Cloudflare tunnel) — no networking knowledge needed, no jargon. It even sets everything up and verifies the link works before handing it to you. Just pick the **AionUi Butler** assistant and start chatting — it's the easiest way to se

13 downloads

v2.1.19

Jun 15, 2026
## Highlights This release sharpens team mode and assistants, and fixes Office preview on web-server deployments. ### Team Mode - Stop controls are now slot-scoped: pausing one teammate no longer cancels the whole team, and each pane's send box is gated independently. - Team chats now prefer the assistant's identity (avatar/name) when one is set, and the team workspace display correctly prefers the persisted team workspace, falling back to the leader's only when empty. ### Assistants - Fixed assistant cron and Guid flows: cron tasks now show the right assistant avatar/name, selected skills are kept on Aionrs conversations, and assistant metadata is preserved through team creation. - Removed leftover Star Office UI remnants from the assistant area. ### Auto-Updates - Stable auto-updates now read their metadata from the CDN instead of the GitHub API, for more reliable update checks and downloads, plus a desktop "report installation diagnostics" action next to "download latest" when an install looks broken. ### Web-Server Deployment Fixes - Office (PPT/Word/Excel/CSV) preview now works on Linux server deployments — the auto-installed officecli component requires l

13 downloads

v2.1.18

Jun 12, 2026
## Highlights This release adds live streaming voice input, a redesigned Assistant governance page, and significant team-mode and update-flow reliability work. ### Streaming Voice Input - Speech now transcribes live as you talk — partial and final text appears in the input box in real time, in both the chat send box and the home page (powered by streaming-capable presets like Deepgram and OpenAI). - macOS fix: the microphone now works under the hardened runtime. Previously Speech-to-Text silently recorded nothing and the app never appeared under Privacy & Security → Microphone. ### Assistant Governance (Phase 1) - Assistant Settings is now a full-page governance area: builtin and custom assistants live in one list, with a full-page editor replacing the old drawer, and assistant-bound conversations are clearly separated from plain agent chats. ### Team Mode Reliability - Team-mode conversations now share one message contract between live and restored sessions, so history renders consistently, with send-box gating kept in sync with the latest runtime state. ### Conversation UX Polish - More compact desktop defaults (smaller default fonts and 95% zoom, tighter line spacing) for a

13 downloads

v2.1.17

Jun 11, 2026
## What's Changed * fix(stt): send multipart request matching backend /api/stt contract by @lornestack in https://github.com/iOfficeAI/AionUi/pull/3274 * ci(build): support AionCore manual artifacts by @TCP404 in https://github.com/iOfficeAI/AionUi/pull/3280 * feat(theme): add Follow System theme mode to gallery by @lornestack in https://github.com/iOfficeAI/AionUi/pull/3282 * feat(settings): voice input settings revamp and home page mic button by @lornestack in https://github.com/iOfficeAI/AionUi/pull/3283 * polish: settings/titlebar/model-selector UX fixes (#16–#19) by @IceyLiu in https://github.com/iOfficeAI/AionUi/pull/3285 * fix(webui): normalize Windows verbatim paths from directory picker by @lornestack in https://github.com/iOfficeAI/AionUi/pull/3286 * chore: bump version to 2.1.17 by @piorpua in https://github.com/iOfficeAI/AionUi/pull/3288 **Full Changelog**: https://github.com/iOfficeAI/AionUi/compare/v2.1.16...v2.1.17

13 downloads

v2.1.16

Jun 10, 2026
## What's Changed * fix(ci): handle empty release prefix check by @TCP404 in https://github.com/iOfficeAI/AionUi/pull/3263 * fix(http): read error response body once to avoid double consumption by @lornestack in https://github.com/iOfficeAI/AionUi/pull/3262 * fix(preview): point OfficeCLI install help to official releases by @piorpua in https://github.com/iOfficeAI/AionUi/pull/3264 * chore: bump version to 2.1.16 and aioncore to v0.1.27 by @piorpua in https://github.com/iOfficeAI/AionUi/pull/3273 **Full Changelog**: https://github.com/iOfficeAI/AionUi/compare/v2.1.15...v2.1.16

13 downloads