|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## v1.0.20 |
| 4 | + |
| 5 | +### Highlights |
| 6 | + |
| 7 | +- Added a /security-review slash command to start a security review of the current diffs. |
| 8 | +- In local sessions, you can now edit a previous message to rewind the conversation and resend it as a new turn. |
| 9 | +- Nested sessions in the sidebar now show connected hierarchy lines between parent and child rows for easier scanning. |
| 10 | +- Simplified the loading state of the pull request checks panel to show a single animated header instead of duplicate loading indicators. |
| 11 | + |
| 12 | +### Added |
| 13 | + |
| 14 | +- Added a /security-review slash command to start a security review of the current diffs. |
| 15 | +- In local sessions, you can now edit a previous message to rewind the conversation from that point and resend it as a new turn. |
| 16 | + |
| 17 | +### Changed |
| 18 | + |
| 19 | +- Nested sessions in the sidebar now show connected hierarchy lines between parent and child rows, making it easier to scan deeper session relationships. |
| 20 | +- Simplified the loading state of the pull request checks panel to show a single animated header instead of a duplicate loading message and skeleton. |
| 21 | + |
| 22 | +### Fixed |
| 23 | + |
| 24 | +- Clicking the header of a session plan file in the diff view now opens the Plan tab instead of doing nothing. |
| 25 | +- Collapsed project rows in the sidebar keep their project icon for working, paused, or completed sessions, only replacing it when a session needs input, is interrupted, or has failed. |
| 26 | +- Collapsed repository groups in the sidebar now keep showing the repository icon when all sessions are completed or ready to merge, instead of looking like a single session. |
| 27 | +- Fixed a spurious "Model changed to..." message appearing in the transcript when resuming a session with an unchanged model. |
| 28 | +- Fixed agent merge getting stuck and not re-prompting after a required check finished running while another check was still failing. |
| 29 | +- Fixed empty draft sessions sometimes remaining after leaving the multi-session grid view |
| 30 | +- Fixed pull requests briefly jumping out of "Ready to merge" in the sidebar while a merge was in progress before landing in "Done". |
| 31 | +- Fixed repository labels in the sidebar fading too early; hover and keyboard actions now only reserve space when revealed |
| 32 | +- Fixed the auto-merge agent sending unnecessary follow-up replies triggered by its own previous comments on a pull request. |
| 33 | +- Fixed the line-selection hint in the file header overlapping the toolbar buttons on narrow panels |
| 34 | +- Fixed the project removal confirmation dialog remaining visible after deleting a project in Settings. |
| 35 | +- Fixed the pull request author sometimes appearing as their own reviewer in the Reviewers panel. |
| 36 | +- Improved screen reader support in the Health Check dialog: diagnostic rows now announce their labels and pass/warning/error status, and copy-path buttons have distinct, descriptive names. |
| 37 | +- The Create PR action no longer appears for a workspace after a pull request has already been created for it. |
| 38 | + |
3 | 39 | ## v1.0.19 |
4 | 40 |
|
5 | 41 | ### Highlights |
|
0 commit comments