diff --git a/.release-please-manifest.json b/.release-please-manifest.json index bb72c2f82..1a60fd603 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.1.67"} +{".":"0.1.68"} diff --git a/CHANGELOG.md b/CHANGELOG.md index ca3f4fcbd..5d0148dcd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [0.1.68](https://github.com/iOfficeAI/AionCore/compare/v0.1.67...v0.1.68) (2026-08-17) + + +### Features + +* **codex:** auto-name sessions and label command steps ([#868](https://github.com/iOfficeAI/AionCore/issues/868)) ([7aedbbd](https://github.com/iOfficeAI/AionCore/commit/7aedbbdcaf2835f8675db8cea87381aed4a91f10)) +* **conversation:** mid-turn interjection — deliver messages while a turn is in flight ([#836](https://github.com/iOfficeAI/AionCore/issues/836)) ([484327d](https://github.com/iOfficeAI/AionCore/commit/484327dbbcd44ca8752c133dfe2fe04c901bafbb)) + + +### Bug Fixes + +* **acp:** give a first-run npx agent room to install before initialize times out ([#854](https://github.com/iOfficeAI/AionCore/issues/854)) ([f6131a4](https://github.com/iOfficeAI/AionCore/commit/f6131a4ace14c90946de009ec8315f1c37f44e0f)) +* **acp:** stop collapsing agent failures into an opaque -32603 ([#869](https://github.com/iOfficeAI/AionCore/issues/869)) ([27fc006](https://github.com/iOfficeAI/AionCore/commit/27fc006a9811bdb55153741cfb549ad1b42c3751)) +* **agents:** launch omp through its local CLI instead of the npx bridge ([#855](https://github.com/iOfficeAI/AionCore/issues/855)) ([13b5dd4](https://github.com/iOfficeAI/AionCore/commit/13b5dd42f941e9dd8a9f3ff06498a3df4449452f)) +* **antigravity:** read the HTTP status before parsing the hook decision ([#867](https://github.com/iOfficeAI/AionCore/issues/867)) ([60bab79](https://github.com/iOfficeAI/AionCore/commit/60bab79d4a10844fb2dc4397cd89c2da09a6548d)) +* **auth:** stop CSRF rejecting agy's PreToolUse callback ([#860](https://github.com/iOfficeAI/AionCore/issues/860)) ([1d91312](https://github.com/iOfficeAI/AionCore/commit/1d913129d71b2a253f42d9c644d844c3c3213fe7)) +* **runtime:** find agent CLIs installed by bun and by vendor installers ([#856](https://github.com/iOfficeAI/AionCore/issues/856)) ([8881980](https://github.com/iOfficeAI/AionCore/commit/8881980401da402eaa6ecf73e884c104635b34ff)) + ## [0.1.67](https://github.com/iOfficeAI/AionCore/compare/v0.1.66...v0.1.67) (2026-08-14) diff --git a/Cargo.lock b/Cargo.lock index 5d192952f..5fd2db40b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -334,7 +334,7 @@ dependencies = [ [[package]] name = "aionui-ai-agent" -version = "0.1.67" +version = "0.1.68" dependencies = [ "agent-client-protocol", "aion-agent", @@ -387,7 +387,7 @@ dependencies = [ [[package]] name = "aionui-api-types" -version = "0.1.67" +version = "0.1.68" dependencies = [ "aionui-common", "serde", @@ -396,7 +396,7 @@ dependencies = [ [[package]] name = "aionui-app" -version = "0.1.67" +version = "0.1.68" dependencies = [ "aion-config", "aionui-ai-agent", @@ -455,7 +455,7 @@ dependencies = [ [[package]] name = "aionui-assets" -version = "0.1.67" +version = "0.1.68" dependencies = [ "aionui-common", "axum", @@ -470,7 +470,7 @@ dependencies = [ [[package]] name = "aionui-assistant" -version = "0.1.67" +version = "0.1.68" dependencies = [ "aionui-api-types", "aionui-auth", @@ -496,7 +496,7 @@ dependencies = [ [[package]] name = "aionui-auth" -version = "0.1.67" +version = "0.1.68" dependencies = [ "aionui-api-types", "aionui-common", @@ -521,7 +521,7 @@ dependencies = [ [[package]] name = "aionui-channel" -version = "0.1.67" +version = "0.1.68" dependencies = [ "aionui-ai-agent", "aionui-api-types", @@ -553,7 +553,7 @@ dependencies = [ [[package]] name = "aionui-common" -version = "0.1.67" +version = "0.1.68" dependencies = [ "aes-gcm", "async-trait", @@ -570,7 +570,7 @@ dependencies = [ [[package]] name = "aionui-conversation" -version = "0.1.67" +version = "0.1.68" dependencies = [ "aionui-ai-agent", "aionui-api-types", @@ -601,7 +601,7 @@ dependencies = [ [[package]] name = "aionui-cron" -version = "0.1.67" +version = "0.1.68" dependencies = [ "aionui-ai-agent", "aionui-api-types", @@ -630,7 +630,7 @@ dependencies = [ [[package]] name = "aionui-db" -version = "0.1.67" +version = "0.1.68" dependencies = [ "aionui-common", "async-trait", @@ -646,7 +646,7 @@ dependencies = [ [[package]] name = "aionui-extension" -version = "0.1.67" +version = "0.1.68" dependencies = [ "aionui-api-types", "aionui-auth", @@ -679,7 +679,7 @@ dependencies = [ [[package]] name = "aionui-file" -version = "0.1.67" +version = "0.1.68" dependencies = [ "aionui-api-types", "aionui-auth", @@ -710,7 +710,7 @@ dependencies = [ [[package]] name = "aionui-mcp" -version = "0.1.67" +version = "0.1.68" dependencies = [ "aionui-api-types", "aionui-auth", @@ -738,7 +738,7 @@ dependencies = [ [[package]] name = "aionui-office" -version = "0.1.67" +version = "0.1.68" dependencies = [ "aionui-api-types", "aionui-auth", @@ -766,7 +766,7 @@ dependencies = [ [[package]] name = "aionui-process" -version = "0.1.67" +version = "0.1.68" dependencies = [ "aionui-common", "aionui-runtime", @@ -786,7 +786,7 @@ dependencies = [ [[package]] name = "aionui-project" -version = "0.1.67" +version = "0.1.68" dependencies = [ "aionui-api-types", "aionui-auth", @@ -813,7 +813,7 @@ dependencies = [ [[package]] name = "aionui-realtime" -version = "0.1.67" +version = "0.1.68" dependencies = [ "aionui-api-types", "axum", @@ -828,7 +828,7 @@ dependencies = [ [[package]] name = "aionui-runtime" -version = "0.1.67" +version = "0.1.68" dependencies = [ "dirs", "flate2", @@ -854,7 +854,7 @@ dependencies = [ [[package]] name = "aionui-session" -version = "0.1.67" +version = "0.1.68" dependencies = [ "aionui-common", "aionui-process", @@ -874,7 +874,7 @@ dependencies = [ [[package]] name = "aionui-shell" -version = "0.1.67" +version = "0.1.68" dependencies = [ "aionui-api-types", "aionui-auth", @@ -907,7 +907,7 @@ dependencies = [ [[package]] name = "aionui-system" -version = "0.1.67" +version = "0.1.68" dependencies = [ "aionui-api-types", "aionui-auth", @@ -937,7 +937,7 @@ dependencies = [ [[package]] name = "aionui-team" -version = "0.1.67" +version = "0.1.68" dependencies = [ "agent-client-protocol", "aionui-ai-agent", @@ -966,7 +966,7 @@ dependencies = [ [[package]] name = "aionui-team-prompts" -version = "0.1.67" +version = "0.1.68" dependencies = [ "aionui-api-types", "serde", diff --git a/Cargo.toml b/Cargo.toml index 9d74dd443..d0d11d425 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ members = [ ] [workspace.package] -version = "0.1.67" +version = "0.1.68" edition = "2024" license = "MIT"