ci: Prep for 0.1.3 release

This commit is contained in:
2025-12-13 13:38:09 -07:00
parent cec04c4597
commit 7259e59d2a
3 changed files with 2 additions and 8 deletions
-6
View File
@@ -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
View File
@@ -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
View File
@@ -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"