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
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,11 +7,16 @@ All notable changes to the "promptitude" extension will be documented in this fi
7
7
### Changed
8
8
9
9
- Renamed "chatmodes" to "agents" throughout the UI to align with VS Code's current terminology
10
+
- Improved "Activate All" and "Deactivate All" operations to show progress notifications with individual prompt status.
10
11
11
12
### Fixed
12
13
13
14
- Fixed UI bugs including Windows path handling, activate/deactivate button behavior, and cross-platform compatibility issues
14
15
- Fixed prompt details view not opening for inactive prompts on Windows by correctly resolving repository storage paths
16
+
- Fixed "Activate All" to properly create symlinks for all prompts instead of just updating state.
17
+
- Fixed "Deactivate All" to efficiently remove all symlinks directly instead of looping through individual toggles, eliminating unnecessary counting behavior.
18
+
- Fixed issue where prompts that were active before "Activate All" would be in a broken state after "Deactivate All".
19
+
- Fixed prompt details view not refreshing when "Deactivate All" is clicked while viewing an active prompt.
0 commit comments