Skip to content

Commit e58ad3c

Browse files
authored
chore: update aionrs to v0.2.3 (#611)
## Summary - Update AionCore workspace aionrs dependencies from v0.2.2 to v0.2.3. - Refresh Cargo.lock to resolve aionrs crates at v0.2.3 (e884400a). - Pulls in the merged aionrs tool-call failure fingerprint fix from iOfficeAI/aionrs#223. ## Related - iOfficeAI/aionrs#223 ## Test Plan - cargo fmt --all -- --check - cargo test -p aionui-ai-agent - cargo clippy -p aionui-ai-agent -- -D warnings - cargo tree -p aionui-ai-agent -i aion-agent ## Notes - Tried `just push -u origin chore/update-aionrs-v0.2.3`, but the local workspace has an existing nested `crates/aionui-app/data/conversations/...` path that makes Cargo fail before lint with `File name too long (os error 63)`. The branch was pushed after the targeted checks above passed. Co-authored-by: zk <>
1 parent df51fcf commit e58ad3c

2 files changed

Lines changed: 30 additions & 30 deletions

File tree

Cargo.lock

Lines changed: 24 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@ aionui-cron = { path = "crates/aionui-cron" }
5353
aionui-assistant = { path = "crates/aionui-assistant" }
5454
aionui-app = { path = "crates/aionui-app" }
5555

56-
aion-agent = { git = "https://github.com/iOfficeAI/aionrs.git", tag = "v0.2.2" }
57-
aion-providers = { git = "https://github.com/iOfficeAI/aionrs.git", tag = "v0.2.2" }
58-
aion-types = { git = "https://github.com/iOfficeAI/aionrs.git", tag = "v0.2.2" }
59-
aion-protocol = { git = "https://github.com/iOfficeAI/aionrs.git", tag = "v0.2.2" }
60-
aion-config = { git = "https://github.com/iOfficeAI/aionrs.git", tag = "v0.2.2" }
61-
aion-mcp = { git = "https://github.com/iOfficeAI/aionrs.git", tag = "v0.2.2" }
56+
aion-agent = { git = "https://github.com/iOfficeAI/aionrs.git", tag = "v0.2.3" }
57+
aion-providers = { git = "https://github.com/iOfficeAI/aionrs.git", tag = "v0.2.3" }
58+
aion-types = { git = "https://github.com/iOfficeAI/aionrs.git", tag = "v0.2.3" }
59+
aion-protocol = { git = "https://github.com/iOfficeAI/aionrs.git", tag = "v0.2.3" }
60+
aion-config = { git = "https://github.com/iOfficeAI/aionrs.git", tag = "v0.2.3" }
61+
aion-mcp = { git = "https://github.com/iOfficeAI/aionrs.git", tag = "v0.2.3" }
6262

6363
# Core framework
6464
tokio = { version = "1", features = ["full"] }

0 commit comments

Comments
 (0)