Dark-Alex-17
|
e3e246607e
|
feat: Added TypeScript tool support using the refactored common ScriptedLanguage trait
|
2026-04-09 13:17:28 -06:00 |
|
Dark-Alex-17
|
b022ca089c
|
fix: don't shadow variables in binary path handling for Windows
|
2026-04-09 07:53:18 -06:00 |
|
Dark-Alex-17
|
c8067828d5
|
fix: Tool call improvements for Windows systems
|
2026-04-08 12:49:43 -06:00 |
|
Dark-Alex-17
|
722c9c101e
|
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
|
86aa45f0c4
|
fix: Clarified user text input interaction
|
2026-03-30 16:27:22 -06:00 |
|
Dark-Alex-17
|
0ce86af116
|
feat: Added support for specifying a custom response to multiple-choice prompts when nothing suits the user's needs
|
2026-03-16 12:37:47 -06:00 |
|
Dark-Alex-17
|
78e772f455
|
style: Applied formatting to MCP module
|
2026-02-20 15:28:21 -07:00 |
|
Dark-Alex-17
|
746f9e7b24
|
fix: Improved sub-agent stdout and stderr output for users to follow
|
2026-02-20 13:47:28 -07:00 |
|
Dark-Alex-17
|
369a4f0a89
|
fix: Inject agent variables into environment variables for global tool calls when invoked from agents to modify global tool behavior
|
2026-02-20 11:38:24 -07:00 |
|
Dark-Alex-17
|
e0aab6bd02
|
fix: Fixed a bug in the new supervisor and todo built-ins that was causing errors with OpenAI models
|
2026-02-18 14:52:57 -07:00 |
|
Dark-Alex-17
|
5b147e07b3
|
style: Applied formatting to the function module
|
2026-02-18 13:20:18 -07:00 |
|
Dark-Alex-17
|
d912d44fb3
|
feat: Created a CodeRabbit-style code-reviewer agent
|
2026-02-18 12:16:59 -07:00 |
|
Dark-Alex-17
|
d9f737e1bf
|
feat: Added configuration option in agents to indicate the timeout for user input before proceeding (defaults to 5 minutes)
|
2026-02-18 11:24:47 -07:00 |
|
Dark-Alex-17
|
59690d045e
|
feat: Added support for sub-agents to escalate user interaction requests from any depth to the parent agents for user interactions
|
2026-02-18 11:06:15 -07:00 |
|
Dark-Alex-17
|
5d95acba53
|
feat: built-in user interaction tools to remove the need for the list/confirm/etc prompts in prompt tools and to enhance user interactions in Loki
|
2026-02-18 11:05:43 -07:00 |
|
Dark-Alex-17
|
d46225d2a9
|
fix: When parallel agents run, only write to stdout from the parent and only display the parent's throbber
|
2026-02-18 09:59:24 -07:00 |
|
Dark-Alex-17
|
69eca4d96d
|
fix: Forgot to implement support for failing a task and keep all dependents blocked
|
2026-02-18 09:13:11 -07:00 |
|
Dark-Alex-17
|
7b2e4a83c9
|
fix: Clean up orphaned sub-agents when the parent agent
|
2026-02-18 09:12:32 -07:00 |
|
Dark-Alex-17
|
4e170b069b
|
fix: Forgot to automatically add the bidirectional communication back up to parent agents from sub-agents (i.e. need to be able to check inbox and send messages)
|
2026-02-17 16:11:35 -07:00 |
|
Dark-Alex-17
|
11ab9eb6b8
|
feat: Auto-dispatch support of sub-agents and support for the teammate pattern between subagents
|
2026-02-17 15:18:27 -07:00 |
|
Dark-Alex-17
|
29b232f407
|
docs: Initial documentation cleanup of parallel agent MVP
|
2026-02-17 14:30:28 -07:00 |
|
Dark-Alex-17
|
78d19bed4d
|
feat: Full passive task queue integration for parallelization of subagents
|
2026-02-17 13:42:53 -07:00 |
|
Dark-Alex-17
|
10f4160635
|
feat: Implemented initial scaffolding for built-in sub-agent spawning tool call operations
|
2026-02-17 11:48:31 -07:00 |
|
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
|
e0927a04d9
|
feat: Added gemini-3-pro to the supported vertexai models
|
2026-01-30 19:03:41 -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
|
a733b9247a
|
style: Applied formatting
|
2025-12-03 15:06:50 -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 |
|
Dark-Alex-17
|
dbf7329e87
|
refactor: Updated to the most recent Rust version with 2024 syntax
|
2025-11-07 15:50:55 -07:00 |
|
Dark-Alex-17
|
d2f4fefcf3
|
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
|
629527988d
|
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 |
|