Skip to content

Commit abbcd78

Browse files
chore(main): release 0.1.37 (#511)
🤖 I have created a release *beep* *boop* --- ## [0.1.37](v0.1.36...v0.1.37) (2026-06-25) ### Features * **agent:** detect availability via session/new probe and assistant-first identity ([#500](#500)) ([6c9a721](6c9a721)) * **conversation:** add cursor pagination for messages ([#515](#515)) ([ba76273](ba76273)) ### Bug Fixes * **agent:** classify ACP and provider errors ([#518](#518)) ([ef573d0](ef573d0)) * **aionrs:** adapt runtime guard config ([#510](#510)) ([464f453](464f453)) * **conversation:** recover dead ACP turns after agent process loss ([#514](#514)) ([e0ce4f4](e0ce4f4)) * **db:** repair legacy handoff schema drift ([#516](#516)) ([292e5f2](292e5f2)) * validate skill frontmatter as yaml ([#512](#512)) ([6b46055](6b46055)) --- 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 ef573d0 commit abbcd78

4 files changed

Lines changed: 40 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.36"}
1+
{".":"0.1.37"}

CHANGELOG.md

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

3+
## [0.1.37](https://github.com/iOfficeAI/AionCore/compare/v0.1.36...v0.1.37) (2026-06-25)
4+
5+
6+
### Features
7+
8+
* **agent:** detect availability via session/new probe and assistant-first identity ([#500](https://github.com/iOfficeAI/AionCore/issues/500)) ([6c9a721](https://github.com/iOfficeAI/AionCore/commit/6c9a721fc4cf2b712f5c7b974f51b2935a0293b7))
9+
* **conversation:** add cursor pagination for messages ([#515](https://github.com/iOfficeAI/AionCore/issues/515)) ([ba76273](https://github.com/iOfficeAI/AionCore/commit/ba7627328ae8447afb7566e90cbb556fa381dff0))
10+
11+
12+
### Bug Fixes
13+
14+
* **agent:** classify ACP and provider errors ([#518](https://github.com/iOfficeAI/AionCore/issues/518)) ([ef573d0](https://github.com/iOfficeAI/AionCore/commit/ef573d0071acc0c9f4671da8a4029abea8ec2a57))
15+
* **aionrs:** adapt runtime guard config ([#510](https://github.com/iOfficeAI/AionCore/issues/510)) ([464f453](https://github.com/iOfficeAI/AionCore/commit/464f4533822c8959a4d0f4d4d81d2b998152498e))
16+
* **conversation:** recover dead ACP turns after agent process loss ([#514](https://github.com/iOfficeAI/AionCore/issues/514)) ([e0ce4f4](https://github.com/iOfficeAI/AionCore/commit/e0ce4f4b67c44dff196d122216bd81bb42ca9ea9))
17+
* **db:** repair legacy handoff schema drift ([#516](https://github.com/iOfficeAI/AionCore/issues/516)) ([292e5f2](https://github.com/iOfficeAI/AionCore/commit/292e5f2d6fc727f41f4164d5f51cfa37c103b060))
18+
* validate skill frontmatter as yaml ([#512](https://github.com/iOfficeAI/AionCore/issues/512)) ([6b46055](https://github.com/iOfficeAI/AionCore/commit/6b460552b63cdb6242703831c25443d9153fc25e))
19+
320
## [0.1.36](https://github.com/iOfficeAI/AionCore/compare/v0.1.35...v0.1.36) (2026-06-23)
421

522

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

0 commit comments

Comments
 (0)