From 5200f56eaf4b7808508621b43179c9ea9891d7c5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 10:02:05 +0000 Subject: [PATCH 1/2] chore(main): release 0.1.58 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 18 ++++++++++++++++++ Cargo.toml | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 625c3afb3..31a6fc800 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.1.57"} +{".":"0.1.58"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 383ac02c7..350d10e9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [0.1.58](https://github.com/iOfficeAI/AionCore/compare/v0.1.57...v0.1.58) (2026-08-04) + + +### Features + +* **conversation:** agent-driven session auto-naming (ACP session_info_update + claude generate_session_title) ([#768](https://github.com/iOfficeAI/AionCore/issues/768)) ([c551c66](https://github.com/iOfficeAI/AionCore/commit/c551c6614270ba6bf045627a1598e71bbf77d63d)) +* **conversation:** fork a conversation into a new one at a chosen message ([#772](https://github.com/iOfficeAI/AionCore/issues/772)) ([bb7c14e](https://github.com/iOfficeAI/AionCore/commit/bb7c14ef26f5af1157946841d12c5027c486cc21)) +* **fs:** add ChatFileRef content endpoints ([#757](https://github.com/iOfficeAI/AionCore/issues/757)) ([e8b6f4c](https://github.com/iOfficeAI/AionCore/commit/e8b6f4c825e04bc2c454ac75005d6f7f7642926d)) +* **fs:** pdf stream endpoint + office ChatFileRef resolve + retire fs/resolve & WS fs/read ([#762](https://github.com/iOfficeAI/AionCore/issues/762)) ([e4e991a](https://github.com/iOfficeAI/AionCore/commit/e4e991afed637346e57578a3da48b6a3c62ce960)) + + +### Bug Fixes + +* **agent:** keep the thought-level picker on a resumed conversation ([#763](https://github.com/iOfficeAI/AionCore/issues/763)) ([dcf015e](https://github.com/iOfficeAI/AionCore/commit/dcf015eda00a1a5fe3952fc7eaa1c3236a5b8e9b)) +* **runtime:** add bounded retry to managed node version probe ([#771](https://github.com/iOfficeAI/AionCore/issues/771)) ([1dee9f1](https://github.com/iOfficeAI/AionCore/commit/1dee9f1e961a529f7aae701f97ddb1deeab64655)) +* **session:** keep claude session cost cumulative across process respawns ([#767](https://github.com/iOfficeAI/AionCore/issues/767)) ([f498e9d](https://github.com/iOfficeAI/AionCore/commit/f498e9d2deb57d3491d5a107b622d24d5c8df7df)) +* **session:** settle cards through teardown and resume so no stored row spins forever ([#766](https://github.com/iOfficeAI/AionCore/issues/766)) ([3f61cc4](https://github.com/iOfficeAI/AionCore/commit/3f61cc490ec589f6602eeeb30487443cd9d1061e)) + ## [0.1.57](https://github.com/iOfficeAI/AionCore/compare/v0.1.56...v0.1.57) (2026-08-03) diff --git a/Cargo.toml b/Cargo.toml index 4a70177c6..37ef3c726 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ members = [ ] [workspace.package] -version = "0.1.57" +version = "0.1.58" edition = "2024" license = "MIT" From 89e7f710bdc2a658c60c1de8f864a9f8856a6080 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 4 Aug 2026 10:02:21 +0000 Subject: [PATCH 2/2] chore: update Cargo.lock for workspace version bump --- Cargo.lock | 48 ++++++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8cb2fcab3..036c925b6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -334,7 +334,7 @@ dependencies = [ [[package]] name = "aionui-ai-agent" -version = "0.1.57" +version = "0.1.58" dependencies = [ "agent-client-protocol", "aion-agent", @@ -385,7 +385,7 @@ dependencies = [ [[package]] name = "aionui-api-types" -version = "0.1.57" +version = "0.1.58" dependencies = [ "aionui-common", "serde", @@ -394,7 +394,7 @@ dependencies = [ [[package]] name = "aionui-app" -version = "0.1.57" +version = "0.1.58" dependencies = [ "aion-config", "aionui-ai-agent", @@ -453,7 +453,7 @@ dependencies = [ [[package]] name = "aionui-assets" -version = "0.1.57" +version = "0.1.58" dependencies = [ "aionui-common", "axum", @@ -468,7 +468,7 @@ dependencies = [ [[package]] name = "aionui-assistant" -version = "0.1.57" +version = "0.1.58" dependencies = [ "aionui-api-types", "aionui-auth", @@ -494,7 +494,7 @@ dependencies = [ [[package]] name = "aionui-auth" -version = "0.1.57" +version = "0.1.58" dependencies = [ "aionui-api-types", "aionui-common", @@ -519,7 +519,7 @@ dependencies = [ [[package]] name = "aionui-channel" -version = "0.1.57" +version = "0.1.58" dependencies = [ "aionui-ai-agent", "aionui-api-types", @@ -551,7 +551,7 @@ dependencies = [ [[package]] name = "aionui-common" -version = "0.1.57" +version = "0.1.58" dependencies = [ "aes-gcm", "async-trait", @@ -568,7 +568,7 @@ dependencies = [ [[package]] name = "aionui-conversation" -version = "0.1.57" +version = "0.1.58" dependencies = [ "aionui-ai-agent", "aionui-api-types", @@ -599,7 +599,7 @@ dependencies = [ [[package]] name = "aionui-cron" -version = "0.1.57" +version = "0.1.58" dependencies = [ "aionui-ai-agent", "aionui-api-types", @@ -628,7 +628,7 @@ dependencies = [ [[package]] name = "aionui-db" -version = "0.1.57" +version = "0.1.58" dependencies = [ "aionui-common", "async-trait", @@ -644,7 +644,7 @@ dependencies = [ [[package]] name = "aionui-extension" -version = "0.1.57" +version = "0.1.58" dependencies = [ "aionui-api-types", "aionui-auth", @@ -677,7 +677,7 @@ dependencies = [ [[package]] name = "aionui-file" -version = "0.1.57" +version = "0.1.58" dependencies = [ "aionui-api-types", "aionui-auth", @@ -708,7 +708,7 @@ dependencies = [ [[package]] name = "aionui-mcp" -version = "0.1.57" +version = "0.1.58" dependencies = [ "aionui-api-types", "aionui-auth", @@ -736,7 +736,7 @@ dependencies = [ [[package]] name = "aionui-office" -version = "0.1.57" +version = "0.1.58" dependencies = [ "aionui-api-types", "aionui-auth", @@ -764,7 +764,7 @@ dependencies = [ [[package]] name = "aionui-process" -version = "0.1.57" +version = "0.1.58" dependencies = [ "aionui-common", "aionui-runtime", @@ -784,7 +784,7 @@ dependencies = [ [[package]] name = "aionui-project" -version = "0.1.57" +version = "0.1.58" dependencies = [ "aionui-api-types", "aionui-auth", @@ -809,7 +809,7 @@ dependencies = [ [[package]] name = "aionui-realtime" -version = "0.1.57" +version = "0.1.58" dependencies = [ "aionui-api-types", "axum", @@ -824,7 +824,7 @@ dependencies = [ [[package]] name = "aionui-runtime" -version = "0.1.57" +version = "0.1.58" dependencies = [ "dirs", "flate2", @@ -850,7 +850,7 @@ dependencies = [ [[package]] name = "aionui-session" -version = "0.1.57" +version = "0.1.58" dependencies = [ "aionui-common", "aionui-process", @@ -870,7 +870,7 @@ dependencies = [ [[package]] name = "aionui-shell" -version = "0.1.57" +version = "0.1.58" dependencies = [ "aionui-api-types", "aionui-auth", @@ -902,7 +902,7 @@ dependencies = [ [[package]] name = "aionui-system" -version = "0.1.57" +version = "0.1.58" dependencies = [ "aionui-api-types", "aionui-auth", @@ -932,7 +932,7 @@ dependencies = [ [[package]] name = "aionui-team" -version = "0.1.57" +version = "0.1.58" dependencies = [ "agent-client-protocol", "aionui-ai-agent", @@ -961,7 +961,7 @@ dependencies = [ [[package]] name = "aionui-team-prompts" -version = "0.1.57" +version = "0.1.58" dependencies = [ "aionui-api-types", "serde",