Skip to content

Commit 2ea503a

Browse files
chore(main): release 0.1.44 (#580)
🤖 I have created a release *beep* *boop* --- ## [0.1.44](v0.1.43...v0.1.44) (2026-07-08) ### Features * **agent:** use aionrs runtime env API ([#586](#586)) ([2f6f43f](2f6f43f)) * **ai-agent:** surface upstream 429 body in AgentSendError detail ([#591](#591)) ([b8fe5b6](b8fe5b6)) * **system:** add feedback diagnostics report ([#585](#585)) ([a3eb1e4](a3eb1e4)) ### Bug Fixes * **agent:** preserve ACP error cause detail ([#581](#581)) ([220f682](220f682)) * **skills:** correct aionui-config butler skill drift (2026-07) ([#584](#584)) ([e72e03f](e72e03f)) * use provider and model protocol to determine llm request. ([37f76a8](37f76a8)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b8fe5b6 commit 2ea503a

4 files changed

Lines changed: 39 additions & 23 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.1.43"}
1+
{".":"0.1.44"}

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [0.1.44](https://github.com/iOfficeAI/AionCore/compare/v0.1.43...v0.1.44) (2026-07-08)
4+
5+
6+
### Features
7+
8+
* **agent:** use aionrs runtime env API ([#586](https://github.com/iOfficeAI/AionCore/issues/586)) ([2f6f43f](https://github.com/iOfficeAI/AionCore/commit/2f6f43f305221701ca2baa58123180caf2342055))
9+
* **ai-agent:** surface upstream 429 body in AgentSendError detail ([#591](https://github.com/iOfficeAI/AionCore/issues/591)) ([b8fe5b6](https://github.com/iOfficeAI/AionCore/commit/b8fe5b6f3c6f93f7b8fc730b658772da3f4f83fa))
10+
* **system:** add feedback diagnostics report ([#585](https://github.com/iOfficeAI/AionCore/issues/585)) ([a3eb1e4](https://github.com/iOfficeAI/AionCore/commit/a3eb1e49396e715ce8464700dca5e50a966552ee))
11+
12+
13+
### Bug Fixes
14+
15+
* **agent:** preserve ACP error cause detail ([#581](https://github.com/iOfficeAI/AionCore/issues/581)) ([220f682](https://github.com/iOfficeAI/AionCore/commit/220f6823c1d29fde640427cfdd77de7e981758b2))
16+
* **skills:** correct aionui-config butler skill drift (2026-07) ([#584](https://github.com/iOfficeAI/AionCore/issues/584)) ([e72e03f](https://github.com/iOfficeAI/AionCore/commit/e72e03ff6e1366f705352bcefec474887a85adfa))
17+
* use provider and model protocol to determine llm request. ([37f76a8](https://github.com/iOfficeAI/AionCore/commit/37f76a8bf1ba8aafabb5dd6b6062da40173ef010))
18+
319
## [0.1.43](https://github.com/iOfficeAI/AionCore/compare/v0.1.42...v0.1.43) (2026-07-06)
420

521

Cargo.lock

Lines changed: 21 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ members = [
2525
]
2626

2727
[workspace.package]
28-
version = "0.1.43"
28+
version = "0.1.44"
2929
edition = "2024"
3030
license = "MIT"
3131

0 commit comments

Comments
 (0)