File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to sidecar are documented here.
44
5+ ## [ v0.22.0] - 2026-01-17
6+
7+ ### Features
8+ - ** Yank keyboard shortcuts** : Added y/Y keys for copying content in conversations plugin
9+ - ** Send-to-worktree integration** : Launch agents directly from td monitor to worktrees
10+
11+ ### Bug Fixes
12+ - Fixed worktree session lookup for nested directories and sanitized names
13+ - Fixed send-to-worktree with lazy loaded npm environments
14+ - Fixed Unicode truncation and refactored modal initialization
15+ - Fixed memory leak and CPU performance in worktree output pane
16+ - Fixed off-by-one mouse hit regions in worktree modals
17+ - Fixed commit status not showing for worktrees with unset BaseBranch
18+ - Fixed O(n²) cache eviction in session metadata cache
19+ - Fixed detectDefaultBranch() not being called due to caller defaults
20+
21+ ### Changes
22+ - Removed YAML config support (JSON only)
23+ - Extracted resolveBaseBranch() helper to deduplicate default branch detection
24+ - Replaced hardcoded 'main' defaults with detectDefaultBranch()
25+
526## [ v0.21.0] - 2026-01-17
627
728### Bug Fixes
You can’t perform that action at this time.
0 commit comments