Dark-Alex-17
|
aff14c9b88
|
style: Applied formatting
|
2025-12-03 15:06:50 -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
|
fdc38a0b18
|
refactor: Updated to the most recent Rust version with 2024 syntax
|
2025-11-07 15:50:55 -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
|
0b23f1174b
|
feat: Added the agents directory to sysinfo output
|
2025-11-06 13:22:13 -07:00 |
|
Dark-Alex-17
|
e9071c8b82
|
Added environment variables for agents for the global_tools and mcp_servers settings
|
2025-11-06 12:16:36 -07:00 |
|
Dark-Alex-17
|
aa171c6e6d
|
feat: Added built-in macros
|
2025-11-05 16:28:56 -07:00 |
|
Dark-Alex-17
|
22939a53a9
|
bug: Removed deprecated experimentation for MCP sampling
|
2025-11-05 16:12:04 -07:00 |
|
Dark-Alex-17
|
f076373859
|
style: Added an import for Anyhow's Result in the macros module
|
2025-11-05 15:52:44 -07:00 |
|
Dark-Alex-17
|
528c3ae657
|
refactor: Factored out the macros structs from the large config module
|
2025-11-05 15:50:39 -07:00 |
|
Dark-Alex-17
|
e0e0f519fb
|
bug: Fixed a bug with the spacing of info output now that function_calling_support is a longer name
|
2025-11-05 15:41:49 -07:00 |
|
Dark-Alex-17
|
441e472328
|
refactor: Refactored mcp_servers and function_calling to mcp_server_support and function_calling_support to make the purpose of the fields more clear
|
2025-11-04 13:17:58 -07:00 |
|
Dark-Alex-17
|
89cf081749
|
refactor: Refactored the use_mcp_servers field to enabled_mcp_servers to make the purpose of the field more clear
|
2025-11-04 12:51:41 -07:00 |
|
Dark-Alex-17
|
9de95ca21d
|
refactor: Refactored use_tools field to enabled_tools field to make the use of the field more clear
|
2025-11-04 12:37:14 -07:00 |
|
Dark-Alex-17
|
84556cb706
|
refactor: Removed the use of the tools.txt file and added tool visibility declarations to the global configuration file
|
2025-11-04 12:07:58 -07:00 |
|
Dark-Alex-17
|
0983868196
|
refactor: Agents that depend on global tools now have all binaries compiled and stored in the agent's bin directory so multiple agents can run at once
|
2025-11-04 11:29:59 -07:00 |
|
Dark-Alex-17
|
382926243c
|
feat: Secret injection as environment variables into agent tools
|
2025-11-03 15:10:34 -07:00 |
|
Dark-Alex-17
|
467afb6767
|
feat: Removed the server functionality
|
2025-11-03 14:25:55 -07:00 |
|
Dark-Alex-17
|
73356b4a76
|
feat: Require Vault set up for first-time setup so all passed in secrets can be encrypted right off the bat
|
2025-10-27 12:00:27 -06:00 |
|
Dark-Alex-17
|
34d4681b38
|
style: Re-applied formatting to make Clippy happy
|
2025-10-24 15:05:42 -06:00 |
|
Dark-Alex-17
|
7ab9fea439
|
refactor: Renamed the argument for the --completions flag to SHELL
|
2025-10-24 10:58:28 -06:00 |
|
Dark-Alex-17
|
4c0514d8e9
|
feat: Added static completions via a --completions flag
|
2025-10-24 10:56:34 -06:00 |
|
Dark-Alex-17
|
f57a134bc0
|
bug: Fixed a bug when passing tools to Claude for tools that don't have any inputs
|
2025-10-21 10:04:38 -06:00 |
|
Dark-Alex-17
|
2ceb0808c8
|
bug: Fixed a bug that was duplicating entries of all the functions for agents between MCP and tools
|
2025-10-20 15:30:29 -06:00 |
|
Dark-Alex-17
|
64cbac0dd9
|
refactor: Modified the default PS1 look
|
2025-10-16 15:08:48 -06:00 |
|
Dark-Alex-17
|
50903c3d03
|
style: Cleaned up some linting issues for Windows
|
2025-10-16 13:30:30 -06:00 |
|
Dark-Alex-17
|
680b71e13d
|
style: Applied formatting
|
2025-10-16 13:01:37 -06:00 |
|
Dark-Alex-17
|
a410818015
|
refactor: Fixed a linting issue for Windows builds
|
2025-10-16 12:44:50 -06:00 |
|
Dark-Alex-17
|
38d114808e
|
feat: Support for secret injection into the global config file (API keys, for example)
|
2025-10-16 12:30:18 -06:00 |
|
Dark-Alex-17
|
bb37513ef5
|
feat: Improved MCP handling toggle handling
|
2025-10-15 18:36:54 -06:00 |
|
Dark-Alex-17
|
85533f665e
|
feat: Secret injection into the MCP configuration
|
2025-10-15 16:06:59 -06:00 |
|
Dark-Alex-17
|
b790041d95
|
feat: added REPL support for interacting with the Loki vault
|
2025-10-15 15:15:04 -06:00 |
|
Dark-Alex-17
|
bb5419967f
|
feat: Integrated gman with Loki to create a vault and added flags to configure the Loki vault
|
2025-10-14 18:00:11 -06:00 |
|
Dark-Alex-17
|
21b00c6333
|
Applied formatting
|
2025-10-10 15:32:51 -06:00 |
|
Dark-Alex-17
|
4050997d7b
|
bug: Automatically mark all extracted tools as executable
|
2025-10-10 15:30:58 -06:00 |
|
Dark-Alex-17
|
83f3790d2f
|
style: applied formatting
|
2025-10-10 15:01:55 -06:00 |
|
Dark-Alex-17
|
4ad20c380d
|
refactor: Changed the name of agent_prelude to agent_session to make its purpose more clear
|
2025-10-10 15:01:44 -06:00 |
|
Dark-Alex-17
|
a895da9e47
|
style: Applied consistent formatting to agent changes
|
2025-10-10 14:48:10 -06:00 |
|
Dark-Alex-17
|
ca5bfd6e8f
|
feat: Install built-in agents
|
2025-10-10 13:37:05 -06:00 |
|
Dark-Alex-17
|
c8984cf91a
|
refactor: Removed leftover javascript function support; will not implement
|
2025-10-10 10:22:05 -06:00 |
|
Dark-Alex-17
|
e41fbed9cc
|
feat: Embedded baseline MCP config and global tools
|
2025-10-10 09:58:20 -06:00 |
|
Dark-Alex-17
|
394f1f92a0
|
Baseline project
|
2025-10-07 10:45:42 -06:00 |
|