bump: version 0.4.0 → 0.5.0 [skip ci]

This commit is contained in:
github-actions[bot]
2026-05-27 21:27:49 +00:00
parent fa4c8de554
commit d76defdad3
3 changed files with 14 additions and 2 deletions
+12
View File
@@ -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)
### Feat
Generated
+1 -1
View File
@@ -1398,7 +1398,7 @@ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
[[package]]
name = "coyote-ai"
version = "0.4.0"
version = "0.5.0"
dependencies = [
"ansi_colours",
"anyhow",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "coyote-ai"
version = "0.4.0"
version = "0.5.0"
edition = "2024"
authors = ["Alex Clarke <alex.j.tusa@gmail.com>"]
description = "An all-in-one, batteries included LLM CLI Tool"