Dark-Alex-17
|
016501ef4f
|
docs: Fixed typos in the Sisyphus documentation
|
2026-02-16 14:05:51 -07:00 |
|
Dark-Alex-17
|
0b36d17ea0
|
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 |
|
Dark-Alex-17
|
3a7128f3de
|
feat: Simplified sisyphus prompt to improve functionality
|
2026-02-13 18:36:10 -07:00 |
|
Dark-Alex-17
|
05cb8548cf
|
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
|
57d62087f5
|
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
|
a1f8250f58
|
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
|
194849eaab
|
feat: Created the explore agent for exploring codebases to help answer questions
|
2026-02-13 15:40:46 -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
|
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
|
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
|
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
|
aa171c6e6d
|
feat: Added built-in macros
|
2025-11-05 16:28:56 -07:00 |
|
Dark-Alex-17
|
17abfe9aa4
|
feat: Updated the code role
|
2025-11-05 15:24:45 -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
|
aa980b0a96
|
refactor: Removed the git MCP server and used the newer, better mcp-server-docker for local docker integration
|
2025-10-24 14:38:13 -06:00 |
|
Dark-Alex-17
|
2fb9d2fa86
|
refactor: Updated the instructions for the jira-helper agent
|
2025-10-23 10:07:50 -06:00 |
|
Dark-Alex-17
|
8d03b2fc72
|
bug: corrected a typo for sourcing the prompt utility bash script in the built-in tools
|
2025-10-16 15:48:53 -06:00 |
|
Dark-Alex-17
|
b172fe8fbf
|
fix: Corrected a typo for sourcing the bash utility script in some agent definitions
|
2025-10-16 15:47:07 -06:00 |
|
Dark-Alex-17
|
7d81b45f92
|
feat: Added a default session to the jira helper to make interaction more natural
|
2025-10-10 15:03:26 -06:00 |
|
Dark-Alex-17
|
1bfd2b7370
|
feat: Created the repo-analyzer role
|
2025-10-10 14:43:18 -06:00 |
|
Dark-Alex-17
|
6631ff53f2
|
feat: Created the coder and sql agents
|
2025-10-10 13:38:47 -06:00 |
|
Dark-Alex-17
|
6244e337b0
|
feat: Cleaned the built-in functions to not have leftover dependencies
|
2025-10-10 13:38:27 -06:00 |
|
Dark-Alex-17
|
d199e9ebe6
|
feat: Created additional built-in roles for slack, repo analysis, and github
|
2025-10-10 13:38:03 -06:00 |
|
Dark-Alex-17
|
ca5bfd6e8f
|
feat: Install built-in agents
|
2025-10-10 13:37:05 -06:00 |
|
Dark-Alex-17
|
bf4422ed0d
|
docs: Fixed typo in Python execution docs
|
2025-10-10 10:05:09 -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
|
a250fe98bb
|
Created initial assets
|
2025-10-07 10:42:46 -06:00 |
|