bump: version 0.4.0 → 0.5.0 [skip ci]
This commit is contained in:
@@ -1,3 +1,15 @@
|
|||||||
|
## v0.5.0 (2026-05-27)
|
||||||
|
|
||||||
|
### Feat
|
||||||
|
|
||||||
|
- rename Loki to Coyote
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
- bash-based user interactions in agents accidentally regressed in graph implementation
|
||||||
|
- Claude function calling in agent contexts
|
||||||
|
- Claude code rate limit error per new Claude changes
|
||||||
|
|
||||||
## v0.4.0 (2026-05-23)
|
## v0.4.0 (2026-05-23)
|
||||||
|
|
||||||
### Feat
|
### Feat
|
||||||
|
|||||||
Generated
+1
-1
@@ -1398,7 +1398,7 @@ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "coyote-ai"
|
name = "coyote-ai"
|
||||||
version = "0.4.0"
|
version = "0.5.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ansi_colours",
|
"ansi_colours",
|
||||||
"anyhow",
|
"anyhow",
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "coyote-ai"
|
name = "coyote-ai"
|
||||||
version = "0.4.0"
|
version = "0.5.0"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
authors = ["Alex Clarke <alex.j.tusa@gmail.com>"]
|
authors = ["Alex Clarke <alex.j.tusa@gmail.com>"]
|
||||||
description = "An all-in-one, batteries included LLM CLI Tool"
|
description = "An all-in-one, batteries included LLM CLI Tool"
|
||||||
|
|||||||
Reference in New Issue
Block a user