You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,14 @@
2
2
3
3
## What's new in 4.0.23
4
4
5
+
### Features
6
+
7
+
-**Rovo Dev**: Support new `plan` mode with `deferred_request` handling
8
+
9
+
### Cleanup
10
+
11
+
-**Rovo Dev**: Removed legacy `create_technical_plan` plan mode implementation in favor of new `deferred_request`-based plan mode
12
+
5
13
### Improvements
6
14
7
15
-**RovoDev**: Fixed prompt input performance degradation after extended idle periods by properly disposing Monaco editor resources and event listeners on component cleanup
@@ -12,11 +20,6 @@
12
20
13
21
-**RovoDev**: Fixed JSON parsing errors in ToolReturnMessage handling - added type checking before JSON.parse() to prevent "Input data should be a String" and invalid JSON errors
14
22
- Added comprehensive test coverage for parseToolReturnMessage with both string and pre-parsed object inputs
15
-
## What's new in 4.0.23
16
-
17
-
### Features
18
-
19
-
- Rovo Dev: Support new `plan` mode with `deferred_request` handling
0 commit comments