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
|
53e8c920e5
|
fix: Agent delegation tools were not being passed into the {{__tools__}} placeholder so agents weren't delegating to subagents
|
2026-02-17 14:19:22 -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
|
7622836e8b
|
feat: Initial models for agent parallelization
|
2026-02-17 11:27:55 -07:00 |
|
Dark-Alex-17
|
4d4713a9fa
|
docs: Fixed typos in the Sisyphus documentation
|
2026-02-16 14:05:51 -07:00 |
|
Dark-Alex-17
|
25008599f9
|
feat: Added interactive prompting between the LLM and the user in Sisyphus using the built-in Bash utils scripts
|
2026-02-16 13:57:04 -07:00 |
|
github-actions[bot]
|
c00ab074f8
|
chore: bump Cargo.toml to 0.2.0
v0.2.0
|
2026-02-14 01:41:41 +00:00 |
|
github-actions[bot]
|
aed1f1957f
|
bump: version 0.1.3 → 0.2.0 [skip ci]
|
2026-02-14 01:41:29 +00:00 |
|
Dark-Alex-17
|
c6a959e2e1
|
feat: Simplified sisyphus prompt to improve functionality
|
2026-02-13 18:36:10 -07:00 |
|
Dark-Alex-17
|
02b7ed37f6
|
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
|
0d84aaabb9
|
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
|
6efdcf9610
|
docs: updated the default configuration example to have the new fs_read, fs_glob, fs_grep global functions
|
2026-02-13 16:23:49 -07:00 |
|
Dark-Alex-17
|
4266d317d8
|
docs: Updated the docs to mention the new agents
|
2026-02-13 15:42:28 -07:00 |
|
Dark-Alex-17
|
4ce7aafcbd
|
feat: Created the Sisyphus agent to make Loki function like Claude Code, Gemini, Codex, etc.
|
2026-02-13 15:42:10 -07:00 |
|
Dark-Alex-17
|
35d8b69f92
|
feat: Created the Oracle agent to handle high-level architectural decisions and design questions about a given codebase
|
2026-02-13 15:41:44 -07:00 |
|
Dark-Alex-17
|
562057e608
|
feat: Updated the coder agent to be much more task-focused and to be delegated to by Sisyphus
|
2026-02-13 15:41:11 -07:00 |
|
Dark-Alex-17
|
b7024e5340
|
feat: Created the explore agent for exploring codebases to help answer questions
|
2026-02-13 15:40:46 -07:00 |
|
Dark-Alex-17
|
088588231b
|
docs: Updated todo-system docs
|
2026-02-13 15:13:37 -07:00 |
|
Dark-Alex-17
|
eff117d3d9
|
feat: Use the official atlassian MCP server for the jira-helper agent
|
2026-02-13 14:56:42 -07:00 |
|
Dark-Alex-17
|
968c535709
|
feat: Created fs_glob to enable more targeted file exploration utilities
|
2026-02-13 13:31:50 -07:00 |
|
Dark-Alex-17
|
c8b6fa7b11
|
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
|
0aa334b54e
|
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
|
78a49f841d
|
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
|
43b2bd937e
|
fix: Improved continuation prompt to not make broad todo-items
|
2026-02-09 15:36:57 -07:00 |
|
Dark-Alex-17
|
a4326875ba
|
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
|
eb31a58346
|
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
|
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 |
|