Skip to content

Commit 83700c5

Browse files
chore: bump version to 2.0.9 [skip ci]
1 parent 37540aa commit 83700c5

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## TaskSync v2.0.9 (12-21-25)
6+
- fix(workflow): properly handle multi-line commit messages in release notes
7+
- - Use heredoc syntax (EOF delimiter) for multi-line GitHub Actions output
8+
- - Removes URL encoding (%0A) that was appearing in release descriptions
9+
- - Properly formats each line of commit message in CHANGELOG
10+
11+
512
## TaskSync v2.0.8 (12-21-25)
613
- fix(sidebar): resolve race condition preventing AI questions from displaying%0A%0APROBLEM:%0A- TaskSync sidebar was not receiving/displaying questions from AI tool calls%0A- ask_user tool was returning empty responses immediately%0A- Users saw no question in sidebar, tool call ended without user input%0A%0AROOT CAUSE:%0A1. waitForUserResponse() threw 'Webview not visible' error when sidebar was closed%0A2. Error was silently swallowed in catch block, returning empty response%0A3. No mechanism to auto-open sidebar when AI called ask_user tool%0A4. Race condition: messages sent before webview JS was initialized were lost%0A%0AFIXES:%0A- Auto-open sidebar via 'taskSyncView.focus' command when view is undefined%0A- Add polling loop to wait for view resolution (up to 5 seconds)%0A- Add polling loop to wait for webview JS ready state (up to 3 seconds)%0A- Improved error handling: log errors and show user-facing error message%0A- Added missing 'numberedLinePattern' regex for choice parsing%0A- Re-send pending questions when webview is recreated (tab switch recovery)%0A%0AAFFECTED FILES:%0A- src/webview/webviewProvider.ts: Auto-open sidebar, wait for ready state%0A- src/tools.ts: Better error logging, user-facing error messages%0A- media/webview.js: Debug logging for message flow (retained for diagnosis)%0A%0AFixes issue where sidebar didn't show AI questions during ask_user calls
714

tasksync-chat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"displayName": "TaskSync",
55
"description": "Automate AI conversations. Queue your prompts or tasks. Work uninterrupted.",
66
"icon": "media/Tasksync-logo.png",
7-
"version": "2.0.8",
7+
"version": "2.0.9",
88
"engines": {
99
"vscode": "^1.90.0"
1010
},

0 commit comments

Comments
 (0)