Dark-Alex-17
|
a6b0acc35d
|
feat: Implemented a built-in task management system to help smaller LLMs complete larger multistep tasks and minimize context drift
|
2026-02-09 12:49:06 -07:00 |
|
Dark-Alex-17
|
cc7fcd0b5b
|
feat: Improved tool and MCP invocation error handling by returning stderr to the model when it is available
|
2026-02-04 12:00:21 -07:00 |
|
Dark-Alex-17
|
02fe59b913
|
feat: Added variable interpolation for conversation starters in agents
|
2026-02-04 10:51:59 -07:00 |
|
Dark-Alex-17
|
6fd5f47089
|
build: Upgraded to the most recent version of gman to fix vault vulnerabilities
|
2026-02-03 09:24:53 -07:00 |
|
Dark-Alex-17
|
2a2922760e
|
feat: Implemented retry logic for failed tool invocations so the LLM can learn from the result and try again; Also implemented chain loop detection to prevent loops
|
2026-02-01 17:06:16 -07:00 |
|
Dark-Alex-17
|
a3793460fd
|
fix: Claude tool calls work incorrectly when tool doesn't require any arguments or flags; would provide an empty JSON object or error on no args
|
2026-02-01 17:05:36 -07:00 |
|
Dark-Alex-17
|
e0927a04d9
|
feat: Added gemini-3-pro to the supported vertexai models
|
2026-01-30 19:03:41 -07:00 |
|
Dark-Alex-17
|
8665604bab
|
Fixed some typos in tool call error messages
|
2026-01-30 12:25:57 -07:00 |
|
Dark-Alex-17
|
d4c3c135b3
|
build: Created justfile to make life easier
|
2026-01-27 13:49:36 -07:00 |
|
Dark-Alex-17
|
60bd5e493c
|
docs: Created a CREDITS file to document the history and origins of Loki from the original AIChat project
|
2026-01-27 13:15:20 -07:00 |
|
Dark-Alex-17
|
0753b2d841
|
build: Support Claude Opus 4.5
|
2026-01-26 12:40:06 -07:00 |
|
Dark-Alex-17
|
17e6fbd692
|
feat: Added an environment variable that lets users bypass guard operations in bash scripts. This is useful for agent routing
|
2026-01-23 14:18:52 -07:00 |
|
Dark-Alex-17
|
0710441650
|
fix: Fixed a bug where --agent-variable values were not being passed to the agents
|
2026-01-23 14:15:59 -07:00 |
|
Dark-Alex-17
|
20a76cee3e
|
feat: Added support for thought-signatures for Gemini 3+ models
|
2026-01-21 15:11:55 -07:00 |
|
Dark-Alex-17
|
cb64785867
|
style: Cleaned up an anyhow error
|
2025-12-16 14:51:35 -07:00 |
|
github-actions[bot]
|
e6e26103c4
|
bump: version 0.1.2 → 0.1.3 [skip ci]
v0.1.3
|
2025-12-13 20:57:37 +00:00 |
|
Dark-Alex-17
|
15529a14f1
|
ci: Prep for 0.1.3 release
|
2025-12-13 13:38:09 -07:00 |
|
Dark-Alex-17
|
86839188e0
|
style: Improved error message for un-fully configured MCP configuration
|
2025-12-13 13:37:01 -07:00 |
|
github-actions[bot]
|
39701b378b
|
chore: bump Cargo.toml to 0.1.3
|
2025-12-13 20:28:10 +00:00 |
|
github-actions[bot]
|
45ff6da737
|
bump: version 0.1.2 → 0.1.3 [skip ci]
|
2025-12-13 20:27:58 +00:00 |
|
Dark-Alex-17
|
a260dd1503
|
chore: Updated the models
|
2025-12-11 09:05:41 -07:00 |
|
Dark-Alex-17
|
57859301df
|
docs: Removed the warning about MCP token usage since that has been fixed
|
2025-12-05 12:38:15 -07:00 |
|
Dark-Alex-17
|
8c968d3f53
|
docs: Fixed an unclosed backtick typo in the Environment Variables docs
|
2025-12-05 12:37:59 -07:00 |
|
Dark-Alex-17
|
0034bfbe46
|
docs: Fixed typo in vault readme
|
2025-12-05 11:05:14 -07:00 |
|
Dark-Alex-17
|
a733b9247a
|
style: Applied formatting
|
2025-12-03 15:06:50 -07:00 |
|
Dark-Alex-17
|
e0afa349b9
|
Merge branch 'main' of github.com:Dark-Alex-17/loki
|
2025-12-03 14:57:03 -07:00 |
|
Dark-Alex-17
|
7d0ce94907
|
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
|
2025-12-03 12:12:51 -07:00 |
|
Alex Clarke
|
9045763c35
|
ci: Updated the README to be a bit more clear in some sections
|
2025-11-26 15:53:54 -07:00 |
|
github-actions[bot]
|
29898552d7
|
bump: version 0.1.1 → 0.1.2 [skip ci]
v0.1.2
|
2025-11-08 23:13:34 +00:00 |
|
Dark-Alex-17
|
9d7c2f5c2f
|
refactor: Gave the GitHub MCP server a default placeholder value that doesn't require the vault
|
2025-11-08 16:09:32 -07:00 |
|
github-actions[bot]
|
5c0fa42351
|
bump: version 0.1.1 → 0.1.2 [skip ci]
|
2025-11-08 23:02:40 +00:00 |
|
Dark-Alex-17
|
ab045b0ef3
|
bug: Removed the github MCP server and slack MCP server from mcp.json so users can just use Loki without any other setup and add more later
|
2025-11-08 15:59:05 -07:00 |
|
Alex Clarke
|
41e6843db1
|
build: Removed the remaining IDE metadata directories
|
2025-11-07 18:21:58 -07:00 |
|
Dark-Alex-17
|
911ec3c9b9
|
build: Added forgotten IDE configuration directories into my .gitignore
|
2025-11-07 18:18:32 -07:00 |
|
github-actions[bot]
|
fc6f0a1a7b
|
bump: version 0.1.0 → 0.1.1 [skip ci]
v0.1.1
|
2025-11-08 00:22:06 +00:00 |
|
Dark-Alex-17
|
21873da278
|
docs: Fixed a typo in the CI badge path
|
2025-11-07 17:17:57 -07:00 |
|
Dark-Alex-17
|
d1cd6be2c9
|
docs: Fixed some confusing wording in the global configuration example file
|
2025-11-07 16:57:49 -07:00 |
|
github-actions[bot]
|
0c0ae41bca
|
bump: version 0.0.1 → 0.1.0 [skip ci]
|
2025-11-07 23:47:37 +00:00 |
|
Dark-Alex-17
|
c9ed7a904a
|
ci: Final release checks before open sourcing the repo
|
2025-11-07 16:43:50 -07:00 |
|
Dark-Alex-17
|
d200a8f554
|
Merge remote-tracking branch 'origin/main'
|
2025-11-07 16:24:47 -07:00 |
|
Dark-Alex-17
|
3d04c8fcf1
|
docs: Fixed a typo in the Vault documentation
|
2025-11-07 16:24:42 -07:00 |
|
github-actions[bot]
|
f53f165d91
|
bump: version 0.0.1 → 0.1.0 [skip ci]
|
2025-11-07 23:19:04 +00:00 |
|
Dark-Alex-17
|
e5645e4064
|
ci: Prepare for release
|
2025-11-07 16:18:16 -07:00 |
|
Dark-Alex-17
|
95e15ca8c4
|
bump: version 0.0.1 → 0.1.0
|
2025-11-07 16:11:14 -07:00 |
|
Dark-Alex-17
|
dbf7329e87
|
refactor: Updated to the most recent Rust version with 2024 syntax
|
2025-11-07 15:50:55 -07:00 |
|
github-actions[bot]
|
ed6c3ae431
|
bump: version 0.1.0 → 0.2.0 [skip ci]
|
2025-11-07 22:04:11 +00:00 |
|
Dark-Alex-17
|
214d2ecc67
|
ci: Bumped the patch version
|
2025-11-07 15:03:31 -07:00 |
|
Dark-Alex-17
|
29c95671de
|
build: bumped the crate version
|
2025-11-07 14:59:41 -07:00 |
|
Dark-Alex-17
|
238f93a096
|
docs: Added badges for Loki
|
2025-11-07 14:24:25 -07:00 |
|
Dark-Alex-17
|
c76877e7b3
|
ci: Fixed typo in commit message for homebrew tap
|
2025-11-07 14:24:13 -07:00 |
|