# AionUi v2.1.53 - Product: AionUi (https://whatsnew.fyi/product/aionui) - Vendor: iOfficeAI - Date: 2026-08-10 - Version: v2.1.53 - Original notes: https://github.com/iOfficeAI/AionUi/releases/tag/v2.1.53 - Permalink: https://whatsnew.fyi/product/aionui/releases/v2.1.53 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **added** — Configure Slack as a chat channel with Bot Token and App-Level Token in Settings → Channels, test the connection, pick a model, and manage authorized Slack users - **changed** — Claude and Codex now run your existing install instead of using pinned copies, with AionUi reporting when your version differs from the verified release version - **changed** — Source Control Panel restructured into collapsible sections with drag-to-resize dividers and double-click-to-reset, mirroring VS Code sidebar design - **added** — Source Control Panel Changes section now includes a tree / list view toggle - **changed** — Repositories are now discovered one level down from workspace roots, enabling multi-repo projects without manual setup - **added** — Right-click any file or folder in the project Explorer to copy its relative path or absolute path on desktop - **fixed** — Fixed white screen on packaged desktop builds and web build caused by bad vendor-chunk split - **fixed** — Clicking a file in a project conversation's tree now opens the preview on narrow windows - **fixed** — Right-clicking a folder and choosing Add to chat now produces a chip and sends the folder to the agent - **fixed** — Copy button on AI replies now copies the whole turn including tool calls and thinking segments - **fixed** — Relative-path images in project markdown previews now render correctly - **fixed** — Skill file browsing now works in WebUI - **fixed** — Antigravity appears in the assistant editor's Agent dropdown and shows the name instead of raw id - **fixed** — Failed file-watch subscriptions are now retried instead of silently leaving folders stale - **fixed** — Agents running background work are no longer killed by the idle scanner while mid-flight - **fixed** — Agents now receive the real-case absolute path of your project instead of a case-folded one - **removed** — One-time migration of fork-era theme settings has been removed ##### Highlights ###### Slack as a Chat Channel - Slack moves out of "coming soon": configure a Bot Token and App-Level Token in Settings → Channels, test the connection, pick a model, and manage which Slack users are authorized to talk to your agent. ###### Claude and Codex Now Run Your Own Install - AionUi used to ship its own pinned copies of claude and codex, so the same prompt could behave differently in AionUi than in your terminal — invisibly. Both now run the install you already have, the same way Antigravity always has, and AionUi tells you when your version differs from the one this release was verified against. ###### Source Control Panel, Round Two - The panel is restructured into collapsible sections with drag-to-resize dividers and double-click-to-reset, closely following the VS Code sidebar. - The Changes section gains a tree / list view toggle. - Repositories are now discovered one level down from your workspace roots, so multi-repo projects are picked up without manual setup. ###### Copy Path from the Explorer - Right-click any file or folder in the project Explorer to copy its relative path, or (on desktop) its absolute path. ###### Bug Fixes - Fixed a full white screen on packaged desktop builds, the WebUI toggle, and the web build — caused by a bad vendor-chunk split. - On narrow windows, clicking a file in a project conversation's tree now actually opens the preview. - Right-clicking a folder and choosing "Add to chat" now produces a chip and actually sends the folder to the agent, instead of just showing a success toast. - The copy button on an AI reply now copies the whole turn. Replies interleaved with tool calls or thinking previously lost everything before the last text segment. - Relative-path images in project markdown previews no longer render broken. - Browsing skill files now works in WebUI, not just on desktop. - Antigravity shows up in the assistant editor's Agent dropdown again, and its Agent field shows the name instead of a raw id. - A file-watch subscription that failed (offline, or a socket closing right after reconnect) is now retried, instead of silently leaving that folder stale forever. ###### Engine updates (AionCore v0.1.62 → v0.1.63) - Agents running background work — a workflow, a background shell, a background subagent — are no longer killed by the idle scanner while still mid-flight. - Agents now receive the real-case absolute path of your project instead of a case-folded one. ###### Note - The one-time migration of fork-era theme settings has been removed. Themes created before the current theme system are no longer carried over automatically. ##### What's Changed * refactor(theme): drop legacy theme migration by @tcp404 in https://github.com/iOfficeAI/AionUi/pull/3918 * Revert "ci: create source-only draft release upstream while keeping builds gated" by @kaizhou-lab in https://github.com/iOfficeAI/AionUi/pull/3927 * Revert "Revert "ci: create source-only draft release upstream while keeping builds gated"" by @kaizhou-lab in https://github.com/iOfficeAI/AionUi/pull/3928 * feat(scm): add collapsible sections and tree/list view to SCM panel by @tcp404 in https://github.com/iOfficeAI/AionUi/pull/3926 * feat(explorer): add copy relative/absolute path context-menu items by @tcp404 in https://github.com/iOfficeAI/AionUi/pull/3929 * fix(build): merge React vendors into one chunk to fix white screen by @tcp404 in https://github.com/iOfficeAI/AionUi/pull/3938 * fix(conversation): render preview on narrow width for project chats by @tcp404 in https://github.com/iOfficeAI/AionUi/pull/3934 * fix(sendbox): let a folder / pe root added to chat produce a chip by @tcp404 in https://github.com/iOfficeAI/AionUi/pull/3869 * fix(packaging): stop requiring bundled claude/codex, generalize drift copy by @kaizhou-lab in https://github.com/iOfficeAI/AionUi/pull/3916 * feat(channel): add Slack channel configuration UI by @tcp404 in https://github.com/iOfficeAI/AionUi/pull/3935 * fix(chat) _[Truncated at 4000 characters — full notes: https://github.com/iOfficeAI/AionUi/releases/tag/v2.1.53]_