release v1.6.0

This commit is contained in:
Bohdan Triapitsyn
2026-01-29 01:22:21 +02:00
parent adcc450e80
commit 64e6c53719
9 changed files with 15 additions and 9 deletions
+5 -1
View File
@@ -2,14 +2,18 @@
All notable changes to this project will be documented in this file.
## [Unreleased]
## [1.6.0] - 2026-01-29
- Chat: added message stall detection with automatic soft resync for more reliable message delivery.
- Chat: fixed "Load older" button behavior in chat with proper pagination implementation.
- Git: PR picker now validates local branch existence and includes a refresh action.
- Git: worktree integration now syncs clean target directories before merging.
- Diff: fixed memory leak when viewing many modified files; large changesets now lazy-load for smoother performance.
- VSCode: session activity status now updates reliably even when the webview is hidden.
- Web: session activity tracking now works consistently across browser tabs.
- Reliability: plans directory no longer errors when missing.
## [1.5.9] - 2026-01-28
- Worktrees: migrated to Opencode SDK worktree implementation; sessions in worktrees are now completely isolated.