Skip to content

Commit c9e3e60

Browse files
committed
Retry on provider failures
1 parent 130c5ff commit c9e3e60

File tree

17 files changed

+1102
-466
lines changed

17 files changed

+1102
-466
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Roo Cline Changelog
22

3+
## [2.2.8]
4+
5+
- Exponential backoff and retry on errors from providers
6+
37
## [2.2.7]
48

59
- More fixes to search/replace diffs

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ A fork of Cline, an autonomous coding agent, optimized for speed and flexibility
1313
- Support for dragging and dropping images into chats
1414
- Support for auto-approving MCP tools
1515
- Support for enabling/disabling MCP servers
16+
- Exponential backoff and retry on errors from providers
1617

1718
## Disclaimer
1819

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Roo Cline",
44
"description": "A fork of Cline, an autonomous coding agent, with some added experimental configuration and automation features.",
55
"publisher": "RooVeterinaryInc",
6-
"version": "2.2.7",
6+
"version": "2.2.8",
77
"icon": "assets/icons/rocket.png",
88
"galleryBanner": {
99
"color": "#617A91",

0 commit comments

Comments
 (0)