Skip to content

Commit 928f91c

Browse files
chore(main): release 0.1.45 (#596)
🤖 I have created a release *beep* *boop* --- ## [0.1.45](v0.1.44...v0.1.45) (2026-07-10) ### Features * **ai-agent:** adapt to aionrs v0.2.2 config changes ([4f71bf2](4f71bf2)) * **cli:** add agent-facing config and diagnose commands ([#595](#595)) ([e80177e](e80177e)) ### Bug Fixes * **ai-agent:** cap provider health check tokens ([1021b63](1021b63)) * **ai-agent:** set default aionrs thinking cli args ([de240a4](de240a4)) * **model_fetcher:** extract first key from multi-line api_key for HTTP requests ([#593](#593)) ([1161647](1161647)) * **runtime:** update Claude ACP package ([#599](#599)) ([cf69332](cf69332)) * **runtime:** update managed Codex ACP package ([#598](#598)) ([1bb2be7](1bb2be7)) * stop defaulting aionrs max tokens ([22bc24b](22bc24b)) --- 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 b7580c5 commit 928f91c

4 files changed

Lines changed: 41 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.44"}
1+
{".":"0.1.45"}

CHANGELOG.md

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

3+
## [0.1.45](https://github.com/iOfficeAI/AionCore/compare/v0.1.44...v0.1.45) (2026-07-10)
4+
5+
6+
### Features
7+
8+
* **ai-agent:** adapt to aionrs v0.2.2 config changes ([4f71bf2](https://github.com/iOfficeAI/AionCore/commit/4f71bf2c97de1bafc676906e26a5cf512ff94af9))
9+
* **cli:** add agent-facing config and diagnose commands ([#595](https://github.com/iOfficeAI/AionCore/issues/595)) ([e80177e](https://github.com/iOfficeAI/AionCore/commit/e80177e95a380c89f833b4302ff24b7359ac2a58))
10+
11+
12+
### Bug Fixes
13+
14+
* **ai-agent:** cap provider health check tokens ([1021b63](https://github.com/iOfficeAI/AionCore/commit/1021b631aa1b7b97d7b70d18284df21bf29dda41))
15+
* **ai-agent:** set default aionrs thinking cli args ([de240a4](https://github.com/iOfficeAI/AionCore/commit/de240a4435058bf349acd7897b2836cff49b884d))
16+
* **model_fetcher:** extract first key from multi-line api_key for HTTP requests ([#593](https://github.com/iOfficeAI/AionCore/issues/593)) ([1161647](https://github.com/iOfficeAI/AionCore/commit/116164756544306ef8ac257106a03e665c85cf3d))
17+
* **runtime:** update Claude ACP package ([#599](https://github.com/iOfficeAI/AionCore/issues/599)) ([cf69332](https://github.com/iOfficeAI/AionCore/commit/cf693323913c31d3276a5e103b434c6ca51b519e))
18+
* **runtime:** update managed Codex ACP package ([#598](https://github.com/iOfficeAI/AionCore/issues/598)) ([1bb2be7](https://github.com/iOfficeAI/AionCore/commit/1bb2be72a040d16f284d4a0b5b2de670aa2f864b))
19+
* stop defaulting aionrs max tokens ([22bc24b](https://github.com/iOfficeAI/AionCore/commit/22bc24b1f30ef4d475ccada7d36b3ee977054eba))
20+
321
## [0.1.44](https://github.com/iOfficeAI/AionCore/compare/v0.1.43...v0.1.44) (2026-07-08)
422

523

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.44"
28+
version = "0.1.45"
2929
edition = "2024"
3030
license = "MIT"
3131

0 commit comments

Comments
 (0)