Dark-Alex-17
  • Joined on 2026-01-11
Dark-Alex-17 pushed to main at Dark-Alex-17/loki 2026-03-09 20:58:31 +00:00
00a6cf74d7 Merge branch 'main' of github.com:Dark-Alex-17/loki
57dc1cb252 docs: created an authorship policy and PR template that requires disclosure of AI assistance in contributions
Compare 2 commits »
Dark-Alex-17 pushed to main at Dark-Alex-17/loki 2026-03-09 20:58:14 +00:00
d35ca352ca chore: Added the new gemini-3.1-pro-preview model to gemini and vertex models
Dark-Alex-17 pushed to main at Dark-Alex-17/loki 2026-02-20 22:28:27 +00:00
101a9cdd6e style: Applied formatting to MCP module
Dark-Alex-17 pushed to main at Dark-Alex-17/loki 2026-02-20 22:07:07 +00:00
c5f52e1efb docs: Updated sisyphus README to always include the execute_command.sh tool
470149b606 docs: Updated the sisyphus system docs to have a pro-tip of configuring an IDE MCP server to improve performance
02062c5a50 docs: Created README docs for the CodeRabbit-style Code reviewer agents
e6e99b6926 feat: Improved MCP server spinup and spindown when switching contexts or settings in the REPL: Modify existing config rather than stopping all servers always and re-initializing if unnecessary
15a293204f fix: Improved sub-agent stdout and stderr output for users to follow
Compare 8 commits »
Dark-Alex-17 pushed to main at Dark-Alex-17/loki 2026-02-19 21:29:08 +00:00
25d6370b20 feat: Allow the explore agent to run search queries for understanding docs or API specs
Dark-Alex-17 pushed to main at Dark-Alex-17/loki 2026-02-19 21:26:15 +00:00
d67f845af5 feat: Allow the oracle to perform web searches for deeper research
Dark-Alex-17 pushed to main at Dark-Alex-17/loki 2026-02-19 21:25:13 +00:00
920a14cabe fix: Removed the unnecessary execute_commands tool from the oracle agent
58bdd2e584 fix: Added auto_confirm to the coder agent so sub-agent spawning doesn't freeze
Compare 2 commits »
Dark-Alex-17 pushed to main at Dark-Alex-17/loki 2026-02-19 19:29:22 +00:00
ce6f53ad05 feat: Added web search support to the main sisyphus agent to answer user queries
Dark-Alex-17 pushed to main at Dark-Alex-17/loki 2026-02-19 17:27:05 +00:00
96f8007d53 refactor: Changed the default session name for Sisyphus to temp (to require users to explicitly name sessions they wish to save)
Dark-Alex-17 pushed to main at Dark-Alex-17/loki 2026-02-18 21:53:04 +00:00
32a55652fe fix: Fixed a bug in the new supervisor and todo built-ins that was causing errors with OpenAI models
2b92e6c98b fix: Added condition to sisyphus to always output a summary to clearly indicate completion
Compare 2 commits »
Dark-Alex-17 pushed to main at Dark-Alex-17/loki 2026-02-18 20:51:52 +00:00
cfa654bcd8 fix: Updated the sisyphus prompt to explicitly tell it to delegate to the coder agent when it wants to write any code at all except for trivial changes
Dark-Alex-17 pushed to main at Dark-Alex-17/loki 2026-02-18 20:42:49 +00:00
d0f5ae39e2 fix: Added back in the auto_confirm variable into sisyphus
Dark-Alex-17 pushed to main at Dark-Alex-17/loki 2026-02-18 20:36:38 +00:00
2bb8cf5f73 fix: Removed the now unnecessary is_stale_response that was breaking auto-continuing with parallel agents
Dark-Alex-17 pushed to main at Dark-Alex-17/loki 2026-02-18 20:20:22 +00:00
fbac446859 style: Applied formatting to the function module
Dark-Alex-17 pushed to main at Dark-Alex-17/loki 2026-02-18 20:14:39 +00:00
f91cf2e346 build: Upgraded to the most recent version of rmcp
b6b33ab7e3 refactor: Updated the sisyphus agent to use the built-in user interaction tools instead of custom bash-based tools
c1902a69d1 feat: Created a CodeRabbit-style code-reviewer agent
812a8e101c docs: Updated the docs to include details on the new agent spawning system and built-in user interaction tools
655ee2a599 fix: Bypassed enabled_tools for user interaction tools so if function calling is enabled at all, the LLM has access to the user interaction tools when in REPL mode
Compare 23 commits »
Dark-Alex-17 pushed to main at Dark-Alex-17/loki 2026-02-16 20:57:30 +00:00
88a9a7709f feat: Added interactive prompting between the LLM and the user in Sisyphus using the built-in Bash utils scripts
Dark-Alex-17 pushed to main at Dark-Alex-17/loki 2026-02-14 01:46:28 +00:00
e8d92d1b01 chore: bump Cargo.toml to 0.2.0
ddbfd03e75 bump: version 0.1.3 → 0.2.0 [skip ci]
Compare 2 commits »
Dark-Alex-17 pushed to main at Dark-Alex-17/loki 2026-02-14 01:36:18 +00:00
d1c7f09015 feat: Simplified sisyphus prompt to improve functionality
Dark-Alex-17 pushed to main at Dark-Alex-17/loki 2026-02-14 00:47:24 +00:00
d2f8f995f0 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
Dark-Alex-17 pushed to main at Dark-Alex-17/loki 2026-02-13 23:59:49 +00:00
5ef9a397ca docs: updated the tools documentation to mention the new fs_read, fs_grep, and fs_glob tools