github iOfficeAI/AionUi v2.1.53

6 hours ago

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 #3918
  • Revert "ci: create source-only draft release upstream while keeping builds gated" by @kaizhou-lab in #3927
  • Revert "Revert "ci: create source-only draft release upstream while keeping builds gated"" by @kaizhou-lab in #3928
  • feat(scm): add collapsible sections and tree/list view to SCM panel by @tcp404 in #3926
  • feat(explorer): add copy relative/absolute path context-menu items by @tcp404 in #3929
  • fix(build): merge React vendors into one chunk to fix white screen by @tcp404 in #3938
  • fix(conversation): render preview on narrow width for project chats by @tcp404 in #3934
  • fix(sendbox): let a folder / pe root added to chat produce a chip by @tcp404 in #3869
  • fix(packaging): stop requiring bundled claude/codex, generalize drift copy by @kaizhou-lab in #3916
  • feat(channel): add Slack channel configuration UI by @tcp404 in #3935
  • fix(chat): copy button copies the whole AI turn, not just its last text segment by @kaizhou-lab in #3949
  • fix(skills): support skill file browsing in webui by @pooya79 in #3946
  • fix(assistants): let the editor drive Antigravity by @kaizhou-lab in #3951
  • fix(preview): resolve project markdown relative images via fileRef by @tcp404 in #3948
  • fix(explorer): re-subscribe a rejected fs subscribe instead of stranding it by @tcp404 in #3954
  • chore: bump version to 2.1.53 by @piorpua in #3955

New Contributors

Full Changelog: v2.1.52...v2.1.53


📦 Download

Installers are no longer published on GitHub. Download the latest build from the official website — https://www.aionui.com/

Don't miss a new AionUi release

NewReleases is sending notifications on new releases.