Skip to content

Commit 0627249

Browse files
chore(main): release 0.1.34 (#493)
🤖 I have created a release *beep* *boop* --- ## [0.1.34](v0.1.33...v0.1.34) (2026-06-22) ### Bug Fixes * **agent:** expose aionrs mode config option ([#501](#501)) ([d1a360d](d1a360d)) * **agent:** surface OpenClaw Gateway unreachable errors ([#498](#498)) ([90d34ae](90d34ae)) * **aionrs:** classify engine errors structurally ([#494](#494)) ([8552b0a](8552b0a)) * **aionrs:** drop malformed tool-call events ([#486](#486)) ([67ffbd0](67ffbd0)) * **channel:** reuse stored credentials when re-enabling a plugin ([#458](#458)) ([3920c58](3920c58)) --- 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 d1a360d commit 0627249

4 files changed

Lines changed: 34 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.33"}
1+
{".":"0.1.34"}

CHANGELOG.md

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

3+
## [0.1.34](https://github.com/iOfficeAI/AionCore/compare/v0.1.33...v0.1.34) (2026-06-22)
4+
5+
6+
### Bug Fixes
7+
8+
* **agent:** expose aionrs mode config option ([#501](https://github.com/iOfficeAI/AionCore/issues/501)) ([d1a360d](https://github.com/iOfficeAI/AionCore/commit/d1a360de17114dad5e1834ab2fc8531672ffd17b))
9+
* **agent:** surface OpenClaw Gateway unreachable errors ([#498](https://github.com/iOfficeAI/AionCore/issues/498)) ([90d34ae](https://github.com/iOfficeAI/AionCore/commit/90d34aee81d484c949b3fc4358447095752e2b8d))
10+
* **aionrs:** classify engine errors structurally ([#494](https://github.com/iOfficeAI/AionCore/issues/494)) ([8552b0a](https://github.com/iOfficeAI/AionCore/commit/8552b0a30f0eb323d62032986919170c05374c6a))
11+
* **aionrs:** drop malformed tool-call events ([#486](https://github.com/iOfficeAI/AionCore/issues/486)) ([67ffbd0](https://github.com/iOfficeAI/AionCore/commit/67ffbd03d3aa17a46b47d6eafe08277edaaacdc4))
12+
* **channel:** reuse stored credentials when re-enabling a plugin ([#458](https://github.com/iOfficeAI/AionCore/issues/458)) ([3920c58](https://github.com/iOfficeAI/AionCore/commit/3920c583db1c6a49d3209f685a8fb510967ca48a))
13+
314
## [0.1.33](https://github.com/iOfficeAI/AionCore/compare/v0.1.32...v0.1.33) (2026-06-19)
415

516

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

0 commit comments

Comments
 (0)