From 737fc42ec12fec7a479ea6ec59e386f4b21fe322 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 3 Aug 2026 21:28:32 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.8.2=20=E2=86=92=200.8.3=20[?= =?UTF-8?q?skip=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24e00e0..5d132d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## v0.8.3 (2026-08-03) + +### Fix + +- infinite loop bug when attempting to interrupt a prompt exchange right before a session compression +- ctrl-c inside of an auto-continue loop created an infinite loop + ## v0.8.2 (2026-07-31) ### Fix diff --git a/Cargo.lock b/Cargo.lock index a2694f0..92a8e6c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1444,7 +1444,7 @@ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" [[package]] name = "coyote-ai" -version = "0.8.2" +version = "0.8.3" dependencies = [ "ansi_colours", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 323bb0e..32c56cb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "coyote-ai" -version = "0.8.2" +version = "0.8.3" edition = "2024" authors = ["Alex Clarke "] description = "An all-in-one, batteries included LLM CLI Tool"