Releases: 4regab/TaskSync
TaskSync v2.0.25
What's Changed
feat: add cycling autopilot prompts array with drag-to-reorder
Install
- Marketplace: Install TaskSync
- Manual: Download
.vsixbelow →Extensions: Install from VSIX...
Full Changelog: v2.0.24...v2.0.25
TaskSync v2.0.23
What's changed
feat: implement context menu copy functionality and clipboard integration
Install
- Marketplace: Install TaskSync
- Manual: Download
.vsixbelow →Extensions: Install from VSIX...
Full Changelog: v2.0.22...v2.0.23
TaskSync v2.0.22
What's Changed
feat: add session warning hours to settings ui by @n-r-w in #45
Install
- Marketplace: Install TaskSync
- Manual: Download
.vsixbelow →Extensions: Install from VSIX...
Full Changelog: v2.0.21...v2.0.22
TaskSync v2.0.21
What's Changed
feat: add Ctrl/Cmd+Enter shortcut for sending messages by @n-r-w
- Added sendWithCtrlEnter boolean setting (default: false) to switch between Enter and Ctrl/Cmd+Enter send behavior
- Improved keyboard event handling to properly detect and respect Ctrl/Meta modifier keys
- Added tasksync.sendMessage command for programmatic send triggering (useful for custom keybindings)
Install
- Marketplace: Install TaskSync
- Manual: Download
.vsixbelow →Extensions: Install from VSIX...
Full Changelog: v2.0.20...v2.0.21
TaskSync v2.0.20
What's Changed
feat: Added Human Like Delay Configuration in Settings by @sgaabdu4
- 3 new settings: humanLikeDelay (toggle), humanLikeDelayMin, humanLikeDelayMax
- Backend: Apply delay before each auto-response; re-check request state after delay to handle race conditions
- UI: Toggle switch with min/max inputs in Settings modal
- Enabled by default with 2-6 second random delays
Install
- Marketplace: Install TaskSync
- Manual: Download
.vsixbelow →Extensions: Install from VSIX...
Full Changelog: v2.0.19...v2.0.20
TaskSync v2.0.19
What's Changed
feat: extend response timeout to 4 hours and add 2-hour session warning
- Extended response timeout configuration with new options at 150, 180, 210, and 240 minutes
- Added a one-time warning notification after 2 hours of continuous session activity
- Updated documentation to reflect the new 4-hour maximum timeout and session quality guidance
Install
- Marketplace: Install TaskSync
- Manual: Download
.vsixbelow →Extensions: Install from VSIX...
Full Changelog: v2.0.18...v2.0.19
TaskSync v2.0.18
TaskSync v2.0.18
feat: add markdown link handling and styling in webview
Install
- Marketplace: Install TaskSync
- Manual: Download
.vsixbelow →Extensions: Install from VSIX...
Full Changelog: v2.0.17...v2.0.18
TaskSync v2.0.17
What's Changed
- Response Timeout: Auto-respond to pending tool calls if user doesn't respond within a configurable time window (5–120 min); sends Autopilot text when Autopilot is enabled, or a session termination message when disabled
- Max Consecutive Auto-responses (
tasksync.maxConsecutiveAutoResponses): Limit the number of consecutive timeout auto-responses (default 5) before the session is automatically terminated, preventing infinite loops - Per-workspace Isolation: Tool call, Queue, and settings are now stored per-workspace using workspace-scoped storage with fallback to global; no more cross-project contamination
- New Session replaces Clear Session: "Clear Current Session" command replaced with "New Session" — properly cancels pending requests, resets the timeout timer, and clears the auto-response counter before starting fresh
- Session Timer in Title Bar: Elapsed session time now displayed in the view title bar; timer freezes on session termination with a visual indicator
- Session Health Tip: Welcome section now shows "It is advisable to start a new session after 4 hours or 50 tool calls to lessen the risks"; badge tooltip echoes this recommendation
- Structured Session Termination: Session termination now uses a boolean
sessionTerminatedflag (replacing string matching) for reliable state tracking in both provider and webview - fix:
startNewSession()now correctly cancels pending requests, timeout timer, and resets the auto-response counter - fix:
onDidChangeConfigurationnow handles live updates toresponseTimeoutandmaxConsecutiveAutoResponsessettings - fix: History persistence updated to use workspace-aware storage path (
_getStorageUri()) - fix: Removed noisy
console.logstatements from timeout timer - fix: Webview properly receives and uses the
sessionTerminatedparameter - Update settings UI: timeout dropdown and max auto-response controls added to Settings modal
- Update welcome section Autopilot info and tooltip for session management context
Install
- Marketplace: Install TaskSync
- Manual: Download
.vsixbelow →Extensions: Install from VSIX...
Full Changelog: v2.0.16...v2.0.17
TaskSync v2.0.16
TaskSync v2.0.16
fix: enhance markdown list conversion and inline code handling in webview
Install
- Marketplace: Install TaskSync
- Manual: Download
.vsixbelow →Extensions: Install from VSIX...
Full Changelog: v2.0.15...v2.0.16
TaskSync v2.0.15
TaskSync v2.0.15
fix: improve markdown parsing for italic text in webview
Install
- Marketplace: Install TaskSync
- Manual: Download
.vsixbelow →Extensions: Install from VSIX...
Full Changelog: v2.0.14...v2.0.15