Skip to content

Releases: iOfficeAI/AionCore

v0.1.19.test

03 Jun 08:51

Choose a tag to compare

v0.1.19.test Pre-release
Pre-release

What's Changed

  • Fix ACP recovery for stale model state by @piorpua in #385
  • fix: enforce workspace path whitespace errors across create and runtime by @kaizhou-lab in #381
  • fix(startup): add startup phase diagnostics by @piorpua in #388
  • fix: classify missing MCP launcher runtimes by @kaizhou-lab in #387
  • fix(aionui-ai-agent): classify aionrs API connection errors by @piorpua in #389

Full Changelog: v0.1.18...v0.1.19.test

v0.1.19

02 Jun 11:59
414ddf5

Choose a tag to compare

0.1.19 (2026-06-02)

Bug Fixes

  • aionui-ai-agent: classify aionrs API connection errors (#389) (c3f16f7)
  • classify missing MCP launcher runtimes (#387) (fd8c20c)
  • enforce workspace path whitespace errors across create and runtime (#381) (9448a36)
  • startup: add startup phase diagnostics (#388) (d24d027)

v0.1.18

01 Jun 11:20
c4d1b40

Choose a tag to compare

0.1.18 (2026-06-01)

Bug Fixes

  • agent: classify Bedrock 'model identifier is invalid' as model-not-found (AIO-12) (#377) (07dc3ac)
  • agent: preserve process-group cleanup after leader exit (#369) (73d4fb4)
  • agent: tighten send_error classifier (AIO-87, AIO-89, AIO-90) (#375) (d9a2f76)
  • aionui-ai-agent: strip HTML body from sanitized error detail (AIO-13) (#380) (9fc5d8c)
  • recover deleted conversation workspaces (#379) (759afb8)

v0.1.17

30 May 14:59
5a23052

Choose a tag to compare

0.1.17 (2026-05-30)

Bug Fixes

  • agent: make codex sandbox sync non-fatal (#370) (8916faa)

v0.1.16

29 May 13:52
3693855

Choose a tag to compare

0.1.16 (2026-05-29)

Features

  • agent: classify structured agent send errors (#356) (f52e8cd)
  • mcp: support session scoped MCP injection (#363) (2974f47)

Bug Fixes

v0.1.15

28 May 13:30
990a369

Choose a tag to compare

0.1.15 (2026-05-28)

Bug Fixes

  • agent: add provider health check probe (#358) (d3a8702)

v0.1.14

27 May 14:12
0ad2769

Choose a tag to compare

0.1.14 (2026-05-27)

Bug Fixes

  • preserve cron timezone on legacy schedule updates (#344) (6328b76)
  • startup: add backend readiness diagnostics (#346) (ae8e01c)

Code Refactoring

  • four-layer architecture (connect / conv / biz) (#349) (2a11285)

v0.1.13

26 May 14:33
54be9a5

Choose a tag to compare

What's Changed

Full Changelog: v0.1.12...v0.1.13

v0.1.12

26 May 13:40
676aa1f

Choose a tag to compare

What's Changed

  • Fix Windows release CRT linkage by @piorpua in #332
  • Fix startup materialization and migration races by @piorpua in #333
  • fix(conversation): unify provider/model resolution across send/cron paths (ELECTRON-1HX, ELECTRON-1HM) by @TCP404 in #326
  • fix(aionrs): drop orphaned tool_call history on session resume (ELECTRON-1HV, ELECTRON-1J6) by @TCP404 in #330
  • fix(aionrs): preserve tool call correlation across aborts by @piorpua in #335
  • fix(team-mcp): use fixed server name to stay within 64-char tool limit (ELECTRON-1JY) by @zhuqingyv in #336
  • fix: split streamed message segments around tool boundaries by @kaizhou-lab in #339
  • chore: release 0.1.12 by @piorpua in #341

Full Changelog: v0.1.11...v0.1.12

v0.1.11

25 May 13:55
7fd799e

Choose a tag to compare

0.1.11 (2026-05-25)

Bug Fixes

  • acp: load user MCP servers and emit empty-finish diagnostic (ELECTRON-1JG) (#327) (2a6c2e9)
  • acp: track close reason to avoid reporting user cancel as crash (ELECTRON-1K0) (#328) (9506f9d)
  • ai-agent: rebuild ACP session when CLI rejects stale sid (ELECTRON-1HQ) (#320) (b4d8a75)
  • assistant: default agent_type to aionrs and resolve by provider (ELECTRON-1J1, ELECTRON-1KV) (#325) (5c7fa04)
  • db: serialize migrations with fs2 file lock to avoid concurrent race (ELECTRON-1KK) (#329) (8550851)
  • extension: fall back to directory copy when Windows symlink fails (Sentry I1) (#331) (d65a0a1)
  • realtime: forward id and read nested data in subscribe-show-open (#323) (7dc222f)