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
+6-17Lines changed: 6 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,25 +1,11 @@
1
1
### [Report an Issue](https://github.com/atlassian/atlascode/issues)
2
2
3
-
## What's new in 4.0.24
4
-
5
-
### Improvements
6
-
7
-
-**RovoDev**: Enhanced "Fix by Rovo Dev" and "Explain by Rovo Dev" code actions with rich context extraction - now includes actual code content, surrounding code, import statements, and structured diagnostics for significantly better AI responses
8
-
9
-
### Bug Fixes
10
-
11
-
-**RovoDev**: Fixed chat message not appearing when clicking "Fix with Rovo Dev" before the chat view is fully initialized - now waits for the webview to be ready before executing the chat command
12
-
- Fixed "Cannot read properties of undefined (reading 'initiateApiTokenAuth')" error
13
-
14
-
### Features
15
-
16
-
-**RovoDev**: Added copy code button within the Rovo Dev chat for code blocks in the chat.
17
-
18
3
## What's new in 4.0.23
19
4
20
5
### Features
21
6
22
7
-**Rovo Dev**: Support new `plan` mode with `deferred_request` handling
8
+
-**RovoDev**: Added copy code button within the Rovo Dev chat for code blocks in the chat.
23
9
24
10
-**Rovo Dev**: Added Rovo Dev icon to the editor title bar for quick access — clicking it focuses the existing Rovo Dev sidebar panel
25
11
@@ -32,14 +18,17 @@
32
18
-**RovoDev**: Fixed prompt input performance degradation after extended idle periods by properly disposing Monaco editor resources and event listeners on component cleanup
33
19
-**RovoDev**: Refactored JSON parsing logic with `safeJsonParse` helper function to reduce code duplication and improve maintainability
34
20
-**RovoDev**: Centered text within tool call statements in RovoDev chat.
21
+
-**RovoDev**: Enhanced "Fix by Rovo Dev" and "Explain by Rovo Dev" code actions with rich context extraction - now includes actual code content, surrounding code, import statements, and structured diagnostics for significantly better AI responses
35
22
36
23
### Bug Fixes
37
24
38
25
- Bitbucket DC: Fixed PRs list pagination
39
26
40
27
-**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
41
-
- Added comprehensive test coverage for parseToolReturnMessage with both string and pre-parsed object inputs
42
-
- Rovo Dev: Unsupported slash commands now show a helpful warning instead of an error dialog
28
+
-**Rovo Dev**: Unsupported slash commands now show a helpful warning instead of an error dialog
29
+
-**Rovo Dev**: Added support for /mcp command
30
+
-**RovoDev**: Fixed chat message not appearing when clicking "Fix with Rovo Dev" before the chat view is fully initialized - now waits for the webview to be ready before executing the chat command
31
+
- Fixed "Cannot read properties of undefined (reading 'initiateApiTokenAuth')" error
0 commit comments