Skip to content

Releases: iOfficeAI/AionCore

v0.1.33

18 Jun 17:21
1a9297e

Choose a tag to compare

What's Changed

Full Changelog: v0.1.32...v0.1.33

v0.1.31

17 Jun 12:06
e831f9f

Choose a tag to compare

0.1.31 (2026-06-17)

Features

  • assistant: add built-in AionUi self-management assistant (#474) (eea941e)
  • assistant: expand AionUi assistant into a butler with remote-access (#481) (794c21a)
  • enforce TeamRun ownership for agent turns (#483) (4cc168a)
  • team: support queued team_send_message semantics (#479) (a57a079)

Bug Fixes

  • acp: persist runtime model and mode into assistant preferences (#482) (b9bcad9)
  • harden ACP image path handling (#477) (c79b5a8)
  • team: retry handoff turns after runtime release (#480) (77d252f)

v0.1.30

15 Jun 14:31
f2f3d5b

Choose a tag to compare

0.1.30 (2026-06-15)

Features

  • acp: use observed config options for preferences (#468) (fd2d5c2)
  • align team shared workspace resolution (#475) (06b8e71)
  • team: support slot-scoped team pause and wake flow (#472) (398b20f)

Bug Fixes

  • agent: send non-empty clientInfo in ACP initialize handshake (#471) (5a8df22)
  • agent: wait for task shutdown during clear (#446) (bea814e)
  • assistant: remove star office helper remnants (#470) (eec23d9)
  • office: fetch officecli installer from official mirror before GitHub (#463) (08fbc6f)
  • preserve assistant snapshot and skill wiring for cron (#473) (2d47d8c)
  • shell: reveal file via FileManager1 D-Bus on Linux (#466) (98c75ec)

v0.1.29

12 Jun 14:40
ba590b6

Choose a tag to compare

0.1.29 (2026-06-12)

Features

  • converge team mode runtime architecture (#464) (abeb9a1)
  • stt: streaming transcription proxy over websocket (#455) (1c19a8b)

Bug Fixes

  • agent: validate managed ACP platform binaries (#462) (651c79f)
  • cron: retry busy jobs from runtime state (#459) (9918058)
  • isolate ACP cancel turn completion (#461) (ea01ee6)
  • office: probe star-office preferred_url host as given (#456) (3c2149c)

Code Refactoring

  • assistant: finalize unified governance storage (#449) (aba2d2a)

Documentation

v0.1.28

11 Jun 13:13
cdfcde6

Choose a tag to compare

0.1.28 (2026-06-11)

Bug Fixes

  • auth: allow same-origin framing on office preview proxy routes (#454) (3543dbd)
  • file: strip Windows verbatim prefix from /api/fs/browse paths (#453) (f8c3f95)
  • stt: STT compatibility fixes for Groq Whisper and AionUI web frontend (#400) (4c3fa09)
  • stt: treat blank base_url as unset and log malformed config (#448) (f6b653b)

v0.1.27

10 Jun 13:32
a8fa790

Choose a tag to compare

0.1.27 (2026-06-10)

Bug Fixes

  • ai-agent: auto approve team mcp permissions (#447) (096953e)
  • ai-agent: trim stderr buffer at UTF-8 char boundary (#443) (7380c7c)
  • office: resolve officecli shim from node_modules/.bin after npm prefix install (#440) (2fe76ee)
  • office: restore OfficeCLI installer resolution (#444) (009e133)

v0.1.26-aio156-a7f67aa

11 Jun 02:38

Choose a tag to compare

What's Changed

  • fix(office): resolve officecli shim from node_modules/.bin after npm prefix install by @lornestack in #440
  • Revert "fix(office): resolve officecli shim from node_modules/.bin after npm prefix install" by @piorpua in #442
  • fix(ai-agent): trim stderr buffer at UTF-8 char boundary by @lornestack in #443
  • fix(office): restore OfficeCLI installer resolution by @piorpua in #444

Full Changelog: v0.1.26...v0.1.26-aio156-a7f67aa

v0.1.26

09 Jun 14:19
afd2396

Choose a tag to compare

0.1.26 (2026-06-09)

Bug Fixes

  • app: use process synchronize access for parent watcher (#438) (95571f1)

v0.1.25

09 Jun 13:41
b676825

Choose a tag to compare

0.1.25 (2026-06-09)

Features

  • enforce agent runtime policy and turn-aware state (#436) (b7099fe)

Bug Fixes

  • acp: preserve confirmed model selection (#437) (e16e11f)
  • app: stop backend when desktop exits (#433) (d300235)

v0.1.24

08 Jun 13:48
f09d949

Choose a tag to compare

0.1.24 (2026-06-08)

Bug Fixes

  • acp: prefer config options catalogs (#425) (9d89cc9)
  • expose managed resource preparation failure details (#430) (e010024)
  • handle Hermes yolo fallback correctly (#428) (e10d264)
  • harden managed ACP bundle preparation and builtin CLI availability (#426) (e0121f9)
  • scope bundled ACP output under tool directories (#431) (d079395)
  • shell: support UNC paths in Windows terminal (#411) (a041953)
  • validate managed ACP packages via real entrypoints (#429) (77221dd)

Code Refactoring

  • app: organize CLI command boundaries (#423) (cc84d52)