diff --git a/CHANGELOG.md b/CHANGELOG.md index 47a287a..9ba536e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) ### Refactor diff --git a/Cargo.lock b/Cargo.lock index 98b47a4..f5a9533 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3090,7 +3090,7 @@ dependencies = [ [[package]] name = "loki-ai" -version = "0.1.3" +version = "0.1.2" dependencies = [ "ansi_colours", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 557077b..6568d76 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "loki-ai" -version = "0.1.3" +version = "0.1.2" edition = "2024" authors = ["Alex Clarke "] description = "An all-in-one, batteries included LLM CLI Tool"