From 861c2e4586904c22472b351368de866d280ac794 Mon Sep 17 00:00:00 2001 From: Shooksie Date: Tue, 14 Jul 2026 04:20:06 -0600 Subject: [PATCH] chore: repin animus-protocol v0.1.13.6 + bump v0.2.9 (codex --sandbox workspace-write) Repins all four animus-protocol deps to v0.1.13.6 (which replaces the deprecated codex --full-auto flag with --sandbox workspace-write + preserved network/approval behavior) and bumps the provider to v0.2.9. --- Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index dcd1703..35eca7f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "animus-provider-codex" -version = "0.2.8" +version = "0.2.9" edition = "2021" license = "MIT" description = "OpenAI Codex CLI provider plugin for Animus" @@ -18,10 +18,10 @@ name = "animus-provider-codex" path = "src/main.rs" [dependencies] -animus-plugin-protocol = { git = "https://github.com/launchapp-dev/animus-protocol", tag = "v0.1.13.5" } -animus-provider-protocol = { git = "https://github.com/launchapp-dev/animus-protocol", tag = "v0.1.13.5" } -animus-plugin-runtime = { git = "https://github.com/launchapp-dev/animus-protocol", tag = "v0.1.13.5" } -animus-session-backend = { git = "https://github.com/launchapp-dev/animus-protocol", tag = "v0.1.13.5" } +animus-plugin-protocol = { git = "https://github.com/launchapp-dev/animus-protocol", tag = "v0.1.13.6" } +animus-provider-protocol = { git = "https://github.com/launchapp-dev/animus-protocol", tag = "v0.1.13.6" } +animus-plugin-runtime = { git = "https://github.com/launchapp-dev/animus-protocol", tag = "v0.1.13.6" } +animus-session-backend = { git = "https://github.com/launchapp-dev/animus-protocol", tag = "v0.1.13.6" } serde = { version = "1", features = ["derive"] } serde_json = "1"