Releases: iOfficeAI/AionCore
Releases · iOfficeAI/AionCore
v0.1.19.test
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
v0.1.18
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
v0.1.16
v0.1.15
v0.1.14
v0.1.13
What's Changed
- fix(conversation): avoid thinking/text segment id collision by @kaizhou-lab in #342
- chore: release 0.1.13 by @piorpua in #343
Full Changelog: v0.1.12...v0.1.13
v0.1.12
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
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)