docs: updated the Coyote tagline

This commit is contained in:
2026-08-27 15:30:30 -06:00
parent 93e90106a8
commit 895ecc812f
+10 -11
View File
@@ -3,7 +3,7 @@ name = "coyote-ai"
version = "0.8.3" version = "0.8.3"
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 CLI runtime for LLMs"
keywords = ["chatgpt", "llm", "cli", "ai", "repl"] keywords = ["chatgpt", "llm", "cli", "ai", "repl"]
homepage = "https://github.com/Dark-Alex-17/coyote" homepage = "https://github.com/Dark-Alex-17/coyote"
repository = "https://github.com/Dark-Alex-17/coyote" repository = "https://github.com/Dark-Alex-17/coyote"
@@ -51,7 +51,13 @@ textwrap = "0.16.0"
ansi_colours = "1.2.2" ansi_colours = "1.2.2"
eventsource-stream = "0.2.3" eventsource-stream = "0.2.3"
log = "0.4.28" log = "0.4.28"
log4rs = { version = "1.4.0", features = ["file_appender", "rolling_file_appender", "compound_policy", "fixed_window_roller", "size_trigger"] } log4rs = { version = "1.4.0", features = [
"file_appender",
"rolling_file_appender",
"compound_policy",
"fixed_window_roller",
"size_trigger",
] }
shell-words = "1.1.0" shell-words = "1.1.0"
sha2 = "0.10.8" sha2 = "0.10.8"
unicode-width = "0.2.0" unicode-width = "0.2.0"
@@ -113,14 +119,7 @@ qrcode = "0.14"
[dependencies.reqwest] [dependencies.reqwest]
version = "0.13.3" version = "0.13.3"
features = [ features = ["json", "multipart", "stream", "form", "socks", "rustls"]
"json",
"multipart",
"stream",
"form",
"socks",
"rustls",
]
default-features = false default-features = false
[dependencies.syntect] [dependencies.syntect]
@@ -154,4 +153,4 @@ path = "src/main.rs"
[profile.release] [profile.release]
lto = true lto = true
strip = true strip = true
opt-level = "z" opt-level = "z"