Skip to content

Releases: iOfficeAI/AionCore

v0.1.47

Choose a tag to compare

@github-actions github-actions released this 14 Jul 08:59
073f0ff

0.1.47 (2026-07-14)

Features

  • cron: deduplicate and protect scheduled executions (#601) (b189de0)
  • diagnostics: expand feedback runtime evidence (#612) (08426dc)

Bug Fixes

  • assistant: skip dirty assistant bootstrap records (#615) (f48cbc7)
  • managed-resources: emit bundled resource manifest (#617) (64b5062)

v0.1.46

Choose a tag to compare

@github-actions github-actions released this 13 Jul 12:00
7431b9f

0.1.46 (2026-07-13)

Bug Fixes

  • acp: normalize Codex full-access mode (#608) (df51fcf)
  • butler: correct three breaking field mismatches + update rule to CLI model (#607) (b02bce6)

v0.1.45

Choose a tag to compare

@github-actions github-actions released this 10 Jul 11:36
928f91c

0.1.45 (2026-07-10)

Features

  • ai-agent: adapt to aionrs v0.2.2 config changes (4f71bf2)
  • cli: add agent-facing config and diagnose commands (#595) (e80177e)

Bug Fixes

  • ai-agent: cap provider health check tokens (1021b63)
  • ai-agent: set default aionrs thinking cli args (de240a4)
  • model_fetcher: extract first key from multi-line api_key for HTTP requests (#593) (1161647)
  • runtime: update Claude ACP package (#599) (cf69332)
  • runtime: update managed Codex ACP package (#598) (1bb2be7)
  • stop defaulting aionrs max tokens (22bc24b)

v0.1.44-test2

Choose a tag to compare

@github-actions github-actions released this 10 Jul 08:36

What's Changed

Full Changelog: v0.1.44...v0.1.44-test2

v0.1.44-test

Choose a tag to compare

@github-actions github-actions released this 10 Jul 06:27

What's Changed

  • feat(cli): add agent-facing config and diagnose commands by @kaizhou-lab in #595

Full Changelog: v0.1.44...v0.1.44-test

v0.1.44

Choose a tag to compare

@github-actions github-actions released this 08 Jul 11:17
2ea503a

0.1.44 (2026-07-08)

Features

  • agent: use aionrs runtime env API (#586) (2f6f43f)
  • ai-agent: surface upstream 429 body in AgentSendError detail (#591) (b8fe5b6)
  • system: add feedback diagnostics report (#585) (a3eb1e4)

Bug Fixes

  • agent: preserve ACP error cause detail (#581) (220f682)
  • skills: correct aionui-config butler skill drift (2026-07) (#584) (e72e03f)
  • use provider and model protocol to determine llm request. (37f76a8)

v0.1.43

Choose a tag to compare

@github-actions github-actions released this 06 Jul 12:17
e14be00

0.1.43 (2026-07-06)

Features

  • assistant: persist thought-level defaults (#574) (dd9f299)

Bug Fixes

  • agent: project available commands in management rows (#579) (689ee8f)
  • assistant: filter generated assistants by installed agents (#578) (5b7c366)
  • cron: enforce full-auto mode for scheduled tasks (#576) (cf0a9bd)

v0.1.42

Choose a tag to compare

@github-actions github-actions released this 03 Jul 12:36
75a945d

0.1.42 (2026-07-03)

Features

  • assistant: 官方助手默认关闭 + 固定顺序 + 一次性重置迁移 (#567) (3e30b02)

Bug Fixes

  • agent: align unchecked availability with team runtime selection (#571) (f80b0ce)
  • agent: avoid full availability refresh on reads (#566) (1ffb7aa)
  • cron: preserve existing conversation jobs across lifecycle changes (#572) (fa4217a)
  • mcp: support aionrs config path subcommand with legacy fallback (#568) (72cfba1)
  • preserve ACP config catalogs on resume (#570) (a9c1955)
  • preserve Linux GLIBC baselines (#573) (ab6e227)

v0.1.41

Choose a tag to compare

@github-actions github-actions released this 02 Jul 12:37
c0b50ba

0.1.41 (2026-07-02)

Bug Fixes

  • assistant: normalize avatar storage and identity (#558) (155c278)
  • conversation: derive assistant runtime type from metadata (#555) (236217d)
  • conversation: partition temp workspaces and logs by date (#560) (9bb1f33)
  • cron: apply custom assistant rules in scheduled runs (#495) (3840b77)
  • cron: lock team cron execution mode (#562) (56f3873)
  • cron: route skill scheduling through helper (#553) (c57970f)
  • database: require explicit corrupted database recovery (#563) (203bd1b)
  • resolve ACP backends from metadata (#559) (6c15bb7)
  • runtime: harden managed Node command resolution (#565) (e69b83a)
  • runtime: protect active ACP tasks from idle cleanup (#561) (1fa7a54)
  • skill: raise import size limits (#564) (50d9aff)
  • skills: correct AionUi Butler skill drift against current backend (#557) (41c2c94)

v0.1.40

Choose a tag to compare

@github-actions github-actions released this 30 Jun 14:25
174be67

0.1.40 (2026-06-30)

Features

  • team: add run state snapshot endpoint (#549) (2c7cfe8)

Bug Fixes

  • acp: preserve selectors for partial config snapshots (#548) (0cb3a9a)
  • cron: restore create command heading (#547) (1a30f77)
  • cron: run jobs through conversation service (#546) (b36fb5c)
  • skills: repair butler endpoint drift + add cron scheduling (#550) (88bcff3)
  • windows: handle runtime process lifecycle (399f920)