This commit is contained in:
Matt Rubens
2025-01-07 10:37:12 -05:00
parent 0ff8fe45d4
commit f7a98c7f51
2 changed files with 6 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
---
"roo-cline": patch
---
Automatically retry failed API requests with a configurable delay (thanks @RaySinner!)

View File

@@ -23,6 +23,7 @@ A fork of Cline, an autonomous coding agent, with some additional experimental f
- Per-tool MCP auto-approval - Per-tool MCP auto-approval
- Enable/disable individual MCP servers - Enable/disable individual MCP servers
- Enable/disable the MCP feature overall - Enable/disable the MCP feature overall
- Automatically retry failed API requests with a configurable delay
- Configurable delay after auto-writes to allow diagnostics to detect potential problems - Configurable delay after auto-writes to allow diagnostics to detect potential problems
- Control the number of terminal output lines to pass to the model when executing commands - Control the number of terminal output lines to pass to the model when executing commands
- Runs alongside the original Cline - Runs alongside the original Cline