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