ci: Prep for 0.1.3 release
This commit is contained in:
@@ -1,9 +1,3 @@
|
|||||||
## v0.1.3 (2025-12-13)
|
|
||||||
|
|
||||||
### Feat
|
|
||||||
|
|
||||||
- Improved MCP implementation to minimize the tokens needed to utilize it so it doesn't quickly overwhelm the token space for a given model
|
|
||||||
|
|
||||||
## v0.1.2 (2025-11-08)
|
## v0.1.2 (2025-11-08)
|
||||||
|
|
||||||
### Refactor
|
### Refactor
|
||||||
|
|||||||
Generated
+1
-1
@@ -3090,7 +3090,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "loki-ai"
|
name = "loki-ai"
|
||||||
version = "0.1.3"
|
version = "0.1.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ansi_colours",
|
"ansi_colours",
|
||||||
"anyhow",
|
"anyhow",
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "loki-ai"
|
name = "loki-ai"
|
||||||
version = "0.1.3"
|
version = "0.1.2"
|
||||||
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