Dark-Alex-17
|
194849eaab
|
feat: Created the explore agent for exploring codebases to help answer questions
|
2026-02-13 15:40:46 -07:00 |
|
Dark-Alex-17
|
f8330523db
|
docs: Updated todo-system docs
|
2026-02-13 15:13:37 -07:00 |
|
Dark-Alex-17
|
2a7af1531d
|
feat: Use the official atlassian MCP server for the jira-helper agent
|
2026-02-13 14:56:42 -07:00 |
|
Dark-Alex-17
|
8f858a3d3c
|
feat: Created fs_glob to enable more targeted file exploration utilities
|
2026-02-13 13:31:50 -07:00 |
|
Dark-Alex-17
|
51211ab1a6
|
feat: Created a new tool 'fs_grep' to search a given file's contents for relevant lines to reduce token usage for smaller models
|
2026-02-13 13:31:20 -07:00 |
|
Dark-Alex-17
|
4dad7d6c78
|
feat: Created the new fs_read tool to enable controlled reading of a file
|
2026-02-13 13:30:53 -07:00 |
|
Dark-Alex-17
|
1fa9886e7a
|
feat: Let agent level variables be defined to bypass guard protections for tool invocations
|
2026-02-09 16:45:11 -07:00 |
|
Dark-Alex-17
|
2370525f38
|
fix: Improved continuation prompt to not make broad todo-items
|
2026-02-09 15:36:57 -07:00 |
|
Dark-Alex-17
|
3a131f19ee
|
fix: Allow auto-continuation to work in agents after a session is compressed and if there's still unfinish items in the to-do list
|
2026-02-09 15:21:39 -07:00 |
|
Dark-Alex-17
|
f59286e7a7
|
fix: fs_ls and fs_cat outputs should always redirect to "$LLM_OUTPUT" including on errors.
|
2026-02-09 14:56:55 -07:00 |
|
Dark-Alex-17
|
79b0d044a8
|
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
|
423921276d
|
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
|
b0799e7fc6
|
feat: Added variable interpolation for conversation starters in agents
|
2026-02-04 10:51:59 -07:00 |
|
Dark-Alex-17
|
1b4adec4c3
|
build: Upgraded to the most recent version of gman to fix vault vulnerabilities
|
2026-02-03 09:24:53 -07:00 |
|
Dark-Alex-17
|
de0d8114b3
|
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
|
113db42ff5
|
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
|
3715725cbb
|
feat: Added gemini-3-pro to the supported vertexai models
|
2026-01-30 19:03:41 -07:00 |
|
Dark-Alex-17
|
f08d91936b
|
Fixed some typos in tool call error messages
|
2026-01-30 12:25:57 -07:00 |
|
Dark-Alex-17
|
76c2dde2aa
|
build: Created justfile to make life easier
|
2026-01-27 13:49:36 -07:00 |
|
Dark-Alex-17
|
e9a53afc88
|
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
|
2d4b576977
|
build: Support Claude Opus 4.5
|
2026-01-26 12:40:06 -07:00 |
|
Dark-Alex-17
|
9d70569878
|
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
|
e08220f059
|
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
|
a9179a53cc
|
feat: Added support for thought-signatures for Gemini 3+ models
|
2026-01-21 15:11:55 -07:00 |
|
Dark-Alex-17
|
d1c3adc565
|
style: Cleaned up an anyhow error
|
2025-12-16 14:51:35 -07:00 |
|
Dark-Alex-17
|
562caeaa16
|
ci: Prep for 0.1.3 release
|
2025-12-13 13:38:09 -07:00 |
|
Dark-Alex-17
|
1ea5003c0c
|
style: Improved error message for un-fully configured MCP configuration
|
2025-12-13 13:37:01 -07:00 |
|
Dark-Alex-17
|
b3c327914a
|
chore: Updated the models
|
2025-12-11 09:05:41 -07:00 |
|
Dark-Alex-17
|
4bc7661efa
|
docs: Removed the warning about MCP token usage since that has been fixed
|
2025-12-05 12:38:15 -07:00 |
|
Dark-Alex-17
|
f075a6f0a3
|
docs: Fixed an unclosed backtick typo in the Environment Variables docs
|
2025-12-05 12:37:59 -07:00 |
|
Dark-Alex-17
|
c2e8e85b32
|
docs: Fixed typo in vault readme
|
2025-12-05 11:05:14 -07:00 |
|
Dark-Alex-17
|
aff14c9b88
|
style: Applied formatting
|
2025-12-03 15:06:50 -07:00 |
|
Dark-Alex-17
|
72e99734e6
|
Merge branch 'main' of github.com:Dark-Alex-17/loki
|
2025-12-03 14:57:03 -07:00 |
|
Dark-Alex-17
|
1af148e767
|
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 |
|
Dark-Alex-17
|
ff472c61d9
|
refactor: Gave the GitHub MCP server a default placeholder value that doesn't require the vault
|
2025-11-08 16:09:32 -07:00 |
|
Dark-Alex-17
|
108203f763
|
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 |
|
Dark-Alex-17
|
35018c1462
|
build: Added forgotten IDE configuration directories into my .gitignore
|
2025-11-07 18:18:32 -07:00 |
|
Dark-Alex-17
|
68ec599793
|
docs: Fixed a typo in the CI badge path
|
2025-11-07 17:17:57 -07:00 |
|
Dark-Alex-17
|
a9d5f8a4d7
|
docs: Fixed some confusing wording in the global configuration example file
|
2025-11-07 16:57:49 -07:00 |
|
Dark-Alex-17
|
80ae76b6ec
|
ci: Final release checks before open sourcing the repo
|
2025-11-07 16:43:50 -07:00 |
|
Dark-Alex-17
|
57da3f43e8
|
Merge remote-tracking branch 'origin/main'
|
2025-11-07 16:24:47 -07:00 |
|
Dark-Alex-17
|
365d4510a5
|
docs: Fixed a typo in the Vault documentation
|
2025-11-07 16:24:42 -07:00 |
|
Dark-Alex-17
|
190c15d214
|
ci: Prepare for release
|
2025-11-07 16:18:16 -07:00 |
|
Dark-Alex-17
|
faf8fdb213
|
bump: version 0.0.1 → 0.1.0
|
2025-11-07 16:11:14 -07:00 |
|
Dark-Alex-17
|
fdc38a0b18
|
refactor: Updated to the most recent Rust version with 2024 syntax
|
2025-11-07 15:50:55 -07:00 |
|
Dark-Alex-17
|
c1a4d021a1
|
ci: Bumped the patch version
|
2025-11-07 15:03:31 -07:00 |
|
Dark-Alex-17
|
9cb4e4d1bc
|
build: bumped the crate version
|
2025-11-07 14:59:41 -07:00 |
|
Dark-Alex-17
|
62ce4f34f8
|
docs: Added badges for Loki
|
2025-11-07 14:24:25 -07:00 |
|
Dark-Alex-17
|
b914e90da5
|
ci: Fixed typo in commit message for homebrew tap
|
2025-11-07 14:24:13 -07:00 |
|
Dark-Alex-17
|
fdc312306d
|
build: Renamed the crate to loki-ai since loki is taken
|
2025-11-07 14:16:02 -07:00 |
|
Dark-Alex-17
|
9852245469
|
ci: Created the homebrew installation steps
|
2025-11-07 13:53:28 -07:00 |
|
Dark-Alex-17
|
2cb099e378
|
ci: Created the release pipeline
|
2025-11-07 13:51:53 -07:00 |
|
Dark-Alex-17
|
fba8e26f5b
|
docs: Updated the README to credit the AIChat team and to offer quick links to get around the docs
|
2025-11-07 13:49:26 -07:00 |
|
Dark-Alex-17
|
60dc712bdd
|
docs: Wrote migration documentation for users coming from AIChat
|
2025-11-07 13:49:02 -07:00 |
|
Dark-Alex-17
|
ba6d8002e1
|
docs: Added a simple gif to show what the models table looks like for tab completions
|
2025-11-07 13:48:48 -07:00 |
|
Dark-Alex-17
|
c9781d0062
|
docs: Replaced the copy gif with one that better shows that the content is copied to your clipboard
|
2025-11-07 13:48:30 -07:00 |
|
Dark-Alex-17
|
48a9f84d6c
|
docs: Updated the continue gif to use a prompt that makes more sense
|
2025-11-07 13:48:09 -07:00 |
|
Dark-Alex-17
|
b874be4b36
|
docs: Updated the set gif to show the up-to-date settings names
|
2025-11-07 13:47:57 -07:00 |
|
Dark-Alex-17
|
3d34d6e273
|
docs: Updated the regenerate gif to use the up-to-date settings names
|
2025-11-07 13:47:41 -07:00 |
|
Dark-Alex-17
|
040ce15b55
|
docs: Created docs for the REPL
|
2025-11-07 13:47:20 -07:00 |
|
Dark-Alex-17
|
411812875a
|
docs: Documented all available environment variables
|
2025-11-07 13:47:10 -07:00 |
|
Dark-Alex-17
|
06bacd47ad
|
docs: Added back in the conversation starters gif for the agent docs
|
2025-11-07 13:46:53 -07:00 |
|
Dark-Alex-17
|
7056818808
|
docs: Made an example agent gif to show how they work (and variables)
|
2025-11-07 13:46:35 -07:00 |
|
Dark-Alex-17
|
67b4510d94
|
docs: Created documentation for agents
|
2025-11-07 13:46:16 -07:00 |
|
Dark-Alex-17
|
2e74619b03
|
docs: Added a screenshot of the tools overrides settings
|
2025-11-07 13:46:00 -07:00 |
|
Dark-Alex-17
|
727ff52ff7
|
docs: Created docs about both built-in and custom tools for function calling capabilities
|
2025-11-07 13:45:45 -07:00 |
|
Dark-Alex-17
|
33cb6aaf1f
|
docs: Documented how to create custom tools in Python, and how custom tools are created and used
|
2025-11-07 13:45:23 -07:00 |
|
Dark-Alex-17
|
2dfab3d399
|
docs: Documented how to create custom Bash-based tools
|
2025-11-07 13:45:01 -07:00 |
|
Dark-Alex-17
|
bcbd0e7be1
|
docs: Added back in forgotten gif of a session
|
2025-11-07 13:44:44 -07:00 |
|
Dark-Alex-17
|
8ccc61e831
|
docs: documentation on how sessions work in Loki
|
2025-11-07 13:44:32 -07:00 |
|
Dark-Alex-17
|
a1656da7a2
|
docs: Created a demo gif of how to use roles in general
|
2025-11-07 13:44:16 -07:00 |
|
Dark-Alex-17
|
499d396802
|
docs: Created a demo gif of a temporary prompt role
|
2025-11-07 13:44:00 -07:00 |
|
Dark-Alex-17
|
bdfc9ca062
|
docs: Documented roles
|
2025-11-07 13:43:37 -07:00 |
|
Dark-Alex-17
|
120368178d
|
docs: created a gif that demonstrates macro functionality
|
2025-11-07 13:43:26 -07:00 |
|
Dark-Alex-17
|
783dc76285
|
docs: Removed a forgotten TODO comment
|
2025-11-07 13:43:09 -07:00 |
|
Dark-Alex-17
|
cf1f5d39a1
|
docs: created a screenshot of the global settings overrides for MCP servers
|
2025-11-07 13:42:36 -07:00 |
|
Dark-Alex-17
|
beb4c54ea5
|
docs: created screenshots for both ephemeral and persistent RAG
|
2025-11-07 13:42:15 -07:00 |
|
Dark-Alex-17
|
9573c88efd
|
docs: documented RAG
|
2025-11-07 13:41:50 -07:00 |
|
Dark-Alex-17
|
7b339e35f8
|
docs: Created docs that explain how to use MCP servers with Loki
|
2025-11-07 13:41:19 -07:00 |
|
Dark-Alex-17
|
ed3f4b23f8
|
docs: created docs for Loki's macro system
|
2025-11-07 13:40:48 -07:00 |
|
Dark-Alex-17
|
8b2c23f598
|
docs: documented how to use custom themes
|
2025-11-07 13:40:25 -07:00 |
|
Dark-Alex-17
|
5f227988bb
|
docs: documented how to create custom REPL prompts
|
2025-11-07 13:40:10 -07:00 |
|
Dark-Alex-17
|
82e2bcbce4
|
docs: documented the now built-in bash helper script and the tools it comes with
|
2025-11-07 13:39:53 -07:00 |
|
Dark-Alex-17
|
4277226ca1
|
docs: created documentation for how to patch requests via configuration settings
|
2025-11-07 13:39:04 -07:00 |
|
Dark-Alex-17
|
21ccc7af86
|
docs: created documentation for client configurations
|
2025-11-07 13:38:34 -07:00 |
|
Dark-Alex-17
|
f1a2570d41
|
docs: updated the vault demo screenshots and gifs
|
2025-11-07 13:38:22 -07:00 |
|
Dark-Alex-17
|
e977864158
|
docs: Added screenshots for select custom themes
|
2025-11-07 13:37:56 -07:00 |
|
Dark-Alex-17
|
4b8085b142
|
docs: Added documentation for secret injection support into environment variables for agents
|
2025-11-07 12:28:11 -07:00 |
|
Dark-Alex-17
|
832bc419dd
|
docs: Added an explain-shell screenshot
|
2025-11-07 12:26:43 -07:00 |
|
Dark-Alex-17
|
0ceae6a98f
|
docs: Fixed a typo in the shell integrations documentation
|
2025-11-07 12:25:26 -07:00 |
|
Dark-Alex-17
|
922e4f4b1a
|
docs: Created license
|
2025-11-07 11:48:19 -07:00 |
|
Dark-Alex-17
|
7b68077f7a
|
ci: Created Loki installation scripts
|
2025-11-07 11:48:08 -07:00 |
|
Dark-Alex-17
|
7f359af72c
|
refactor: Changed the name of the summary_prompt setting to summary_context_prompt
|
2025-11-07 11:13:58 -07:00 |
|
Dark-Alex-17
|
1330ff72ce
|
refactor: Renamed summarize_prompt setting to summarization_prompt
|
2025-11-07 11:09:48 -07:00 |
|
Dark-Alex-17
|
288e1fa234
|
refactor: Renamed the compress_threshold setting to compression_threshold
|
2025-11-07 11:06:20 -07:00 |
|
Dark-Alex-17
|
71f33cb87a
|
style: Applied formatting
|
2025-11-06 18:19:25 -07:00 |
|
Dark-Alex-17
|
afeb634b94
|
refactor: Migrated around the location of some of the more large documents for documentation
|
2025-11-06 18:02:17 -07:00 |
|
Dark-Alex-17
|
72ad69b401
|
docs: Updated the global configuration example to have a separate section for the REPL prompts
|
2025-11-06 16:24:20 -07:00 |
|
Dark-Alex-17
|
c1ac4d9032
|
docs: Fixed a typo in the description of the stream setting
|
2025-11-06 16:10:44 -07:00 |
|
Dark-Alex-17
|
9f9ef10da9
|
docs: Referenced the vault documentation in the example config
|
2025-11-06 16:09:21 -07:00 |
|