From 40996a06febbc74f214c838a960e33d4ad2fa8fa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 31 Aug 2026 20:08:39 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.10.0=20=E2=86=92=200.10.1?= =?UTF-8?q?=20[skip=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1d8e2e..f527c1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.10.1 (2026-08-31) + +### Fix + +- make binary shims for custom tools cross-device compatible so users can't accidentally break sandboxes via `sbx cp ~/.config/coyote :/home/agent/.config` + ## v0.10.0 (2026-08-29) ### BREAKING CHANGE diff --git a/Cargo.lock b/Cargo.lock index a20fd2f..cddadbf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1663,7 +1663,7 @@ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" [[package]] name = "coyote-ai" -version = "0.10.0" +version = "0.10.1" dependencies = [ "ansi_colours", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index e658d98..a80bbc2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "coyote-ai" -version = "0.10.0" +version = "0.10.1" edition = "2024" authors = ["Alex Clarke "] description = "The batteries-included runtime for LLMs"