Dark-Alex-17
|
922fa05b06
|
feat: Added the duckduckgo-search MCP server for searching the web (in addition to the built-in tools for web searches)
|
2026-03-13 13:29:56 -06:00 |
|
Dark-Alex-17
|
4cc6bccf87
|
Merge branch 'main' of github.com:Dark-Alex-17/loki
|
2026-03-12 15:17:54 -06:00 |
|
Dark-Alex-17
|
de3012e664
|
fix: Implemented the path normalization fix for the oracle and explore agents
|
2026-03-12 13:38:15 -06:00 |
|
Dark-Alex-17
|
3daac0b1cf
|
chore: Added GPT-5.2 to models.yaml
|
2026-03-12 13:30:23 -06:00 |
|
Dark-Alex-17
|
4260088ed1
|
docs: Updated the docs to now explicitly mention Gemini OAuth support
|
2026-03-12 13:30:10 -06:00 |
|
Dark-Alex-17
|
cb24c7ac91
|
feat: Support for Gemini OAuth
|
2026-03-12 13:29:47 -06:00 |
|
Dark-Alex-17
|
5fcba4c5ab
|
refactor: Made the oauth module more generic so it can support loopback OAuth (not just manual)
|
2026-03-12 13:28:09 -06:00 |
|
Dark-Alex-17
|
024dd5ff59
|
fix: Updated the atlassian MCP server endpoint to account for future deprecation
|
2026-03-12 12:49:26 -06:00 |
|
Dark-Alex-17
|
0e931a472e
|
fix: Fixed a bug in the coder agent that was causing the agent to create absolute paths from the current directory
|
2026-03-12 12:39:49 -06:00 |
|
Dark-Alex-17
|
3ff6e3cca9
|
fix: The REPL .authenticate command works from within sessions, agents, and roles with pre-configured models
|
2026-03-12 09:08:17 -06:00 |
|
Dark-Alex-17
|
2e30b19479
|
feat: Support authenticating or refreshing OAuth for supported clients from within the REPL
|
2026-03-11 13:07:27 -06:00 |
|
Dark-Alex-17
|
208ed838e6
|
fix: the updated regex for secrets injection broke MCP server secrets interpolation because the regex greedily matched on new lines, replacing too much content. This fix just ignores commented out lines in YAML files by skipping commented out lines.
|
2026-03-11 12:55:28 -06:00 |
|
Dark-Alex-17
|
8380ae5d7a
|
feat: Allow first-runs to select OAuth for supported providers
|
2026-03-11 12:01:17 -06:00 |
|
Dark-Alex-17
|
97b902441e
|
fix: Don't try to inject secrets into commented-out lines in the config
|
2026-03-11 11:11:09 -06:00 |
|
Dark-Alex-17
|
15df5be307
|
feat: Support OAuth authentication flows for Claude
|
2026-03-11 11:10:48 -06:00 |
|
Dark-Alex-17
|
658f8f32dd
|
chore: Added support for Claude 4.6 gen models
|
2026-03-10 14:55:30 -06:00 |
|
Dark-Alex-17
|
f3ee71d3f2
|
fix: Removed top_p parameter from some agents so they can work across model providers
|
2026-03-10 10:18:38 -06:00 |
|
Dark-Alex-17
|
719b482be9
|
Merge branch 'main' of github.com:Dark-Alex-17/loki
|
2026-03-09 14:58:23 -06:00 |
|
Dark-Alex-17
|
f7b589ac2b
|
chore: Added the new gemini-3.1-pro-preview model to gemini and vertex models
|
2026-03-09 14:57:39 -06:00 |
|
Dark-Alex-17
|
cea08d804e
|
docs: created an authorship policy and PR template that requires disclosure of AI assistance in contributions
|
2026-02-24 17:46:07 -07:00 |
|
Dark-Alex-17
|
53cc3a27fe
|
style: Applied formatting to MCP module
|
2026-02-20 15:28:21 -07:00 |
|
Dark-Alex-17
|
0f3cf511e0
|
docs: Updated sisyphus README to always include the execute_command.sh tool
|
2026-02-20 15:06:57 -07:00 |
|
Dark-Alex-17
|
f8b965d801
|
docs: Updated the sisyphus system docs to have a pro-tip of configuring an IDE MCP server to improve performance
|
2026-02-20 15:01:08 -07:00 |
|
Dark-Alex-17
|
2cb68846b6
|
docs: Created README docs for the CodeRabbit-style Code reviewer agents
|
2026-02-20 15:00:32 -07:00 |
|
Dark-Alex-17
|
1e18c7a7e2
|
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
|
2026-02-20 14:36:34 -07:00 |
|
Dark-Alex-17
|
caeed16d36
|
fix: Improved sub-agent stdout and stderr output for users to follow
|
2026-02-20 13:47:28 -07:00 |
|
Dark-Alex-17
|
7ab36dce90
|
Update models.yaml with latest OpenRouter data
|
2026-02-20 12:08:00 -07:00 |
|
Dark-Alex-17
|
f8a72f819e
|
Add script to update models.yaml from OpenRouter
|
2026-02-20 12:07:59 -07:00 |
|
Dark-Alex-17
|
306a880257
|
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
|
59cca849a8
|
feat: Allow the explore agent to run search queries for understanding docs or API specs
|
2026-02-19 14:29:02 -07:00 |
|
Dark-Alex-17
|
42a1665960
|
feat: Allow the oracle to perform web searches for deeper research
|
2026-02-19 14:26:07 -07:00 |
|
Dark-Alex-17
|
687a4ea3bc
|
fix: Removed the unnecessary execute_commands tool from the oracle agent
|
2026-02-19 14:18:16 -07:00 |
|
Dark-Alex-17
|
77c1c2aa6f
|
fix: Added auto_confirm to the coder agent so sub-agent spawning doesn't freeze
|
2026-02-19 14:15:42 -07:00 |
|
Dark-Alex-17
|
3d0bbd59d1
|
feat: Added web search support to the main sisyphus agent to answer user queries
|
2026-02-19 12:29:07 -07:00 |
|
Dark-Alex-17
|
39f1511fea
|
refactor: Changed the default session name for Sisyphus to temp (to require users to explicitly name sessions they wish to save)
|
2026-02-19 10:26:52 -07:00 |
|
Dark-Alex-17
|
b5b3dc5ba8
|
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
|
ad8be61a3b
|
fix: Added condition to sisyphus to always output a summary to clearly indicate completion
|
2026-02-18 13:57:51 -07:00 |
|
Dark-Alex-17
|
4f4db10c8d
|
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
|
2026-02-18 13:51:43 -07:00 |
|
Dark-Alex-17
|
a430d59e9c
|
fix: Added back in the auto_confirm variable into sisyphus
|
2026-02-18 13:42:39 -07:00 |
|
Dark-Alex-17
|
5f1734d69a
|
fix: Removed the now unnecessary is_stale_response that was breaking auto-continuing with parallel agents
|
2026-02-18 13:36:25 -07:00 |
|
Dark-Alex-17
|
a34adc5adf
|
style: Applied formatting to the function module
|
2026-02-18 13:20:18 -07:00 |
|
Dark-Alex-17
|
96c1d47d7f
|
build: Upgraded to the most recent version of rmcp
|
2026-02-18 12:28:52 -07:00 |
|
Dark-Alex-17
|
7701a02b16
|
refactor: Updated the sisyphus agent to use the built-in user interaction tools instead of custom bash-based tools
|
2026-02-18 12:17:35 -07:00 |
|
Dark-Alex-17
|
ece9cadad5
|
feat: Created a CodeRabbit-style code-reviewer agent
|
2026-02-18 12:16:59 -07:00 |
|
Dark-Alex-17
|
738f39917d
|
docs: Updated the docs to include details on the new agent spawning system and built-in user interaction tools
|
2026-02-18 12:16:29 -07:00 |
|
Dark-Alex-17
|
b95649177d
|
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
|
2026-02-18 11:25:25 -07:00 |
|
Dark-Alex-17
|
6f977307e6
|
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
|
9a715b2fb2
|
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
|
930861d49b
|
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
|
31987c9f94
|
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 |
|