Dark-Alex-17
|
ddabba2dde
|
refactor: migrate functions and MCP servers to AppConfig
|
2026-04-19 18:14:16 -06:00 |
|
Dark-Alex-17
|
0bb3da091b
|
refactor: Migrate the vault/bare_init logic
|
2026-04-19 18:00:14 -06:00 |
|
Dark-Alex-17
|
a2b283783a
|
refactor: created a single install_builtins free function to remove from Config::init
|
2026-04-19 17:54:50 -06:00 |
|
Dark-Alex-17
|
1dc68ca875
|
refactor: partial migration to init in AppConfig
|
2026-04-19 17:46:20 -06:00 |
|
Dark-Alex-17
|
b32bcf8fbc
|
feat: 99% complete migration to new state structs to get away from God-Config struct; i.e. AppConfig, AppState, and RequestContext
|
2026-04-19 17:05:27 -06:00 |
|
Dark-Alex-17
|
0d6efbf1f3
|
docs: Updated docs to talk about the new TypeScript-based tool support
|
2026-04-09 13:19:15 -06:00 |
|
Dark-Alex-17
|
3a040ae3bb
|
fix: Tool call improvements for Windows systems
|
2026-04-08 12:49:43 -06:00 |
|
Dark-Alex-17
|
3a734e27dc
|
feat: Added todo__clear function to the todo system and updated REPL commands to have a .clear todo as well for significant changes in agent direction
|
2026-04-02 13:13:44 -06:00 |
|
Dark-Alex-17
|
d8d757b060
|
docs: Added the file-reviewer agent to the AGENTS docs
|
2026-03-13 14:07:13 -06:00 |
|
Dark-Alex-17
|
32a9861369
|
docs: Updated the MCP-SERVERS docs to mention the ddg-search MCP server
|
2026-03-13 13:32:58 -06:00 |
|
Dark-Alex-17
|
4260088ed1
|
docs: Updated the docs to now explicitly mention Gemini OAuth support
|
2026-03-12 13:30:10 -06:00 |
|
Dark-Alex-17
|
2e30b19479
|
feat: Support authenticating or refreshing OAuth for supported clients from within the REPL
|
2026-03-11 13:07:27 -06:00 |
|
Dark-Alex-17
|
15df5be307
|
feat: Support OAuth authentication flows for Claude
|
2026-03-11 11:10:48 -06:00 |
|
Dark-Alex-17
|
738f39917d
|
docs: Updated the docs to include details on the new agent spawning system and built-in user interaction tools
|
2026-02-18 12:16:29 -07:00 |
|
Dark-Alex-17
|
a469a6cf06
|
fix: Fixed the bash prompt utils so that they correctly show output when being run by a tool invocation
|
2026-02-17 17:19:42 -07:00 |
|
Dark-Alex-17
|
0b8bae64d1
|
feat: Supported the injection of RAG sources into the prompt, not just via the .sources rag command in the REPL so models can directly reference the documents that supported their responses
|
2026-02-13 17:45:56 -07:00 |
|
Dark-Alex-17
|
9c4543ceb5
|
docs: updated the tools documentation to mention the new fs_read, fs_grep, and fs_glob tools
|
2026-02-13 16:53:00 -07:00 |
|
Dark-Alex-17
|
ee496e5792
|
docs: Updated the docs to mention the new agents
|
2026-02-13 15:42:28 -07:00 |
|
Dark-Alex-17
|
f8330523db
|
docs: Updated todo-system docs
|
2026-02-13 15:13:37 -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
|
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
|
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
|
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
|
365d4510a5
|
docs: Fixed a typo in the Vault documentation
|
2025-11-07 16:24:42 -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 |
|