feat: refactored timeline dialog visuals and update keyboard shortcuts

This commit is contained in:
Bohdan Triapitsyn
2026-01-03 14:45:46 +02:00
parent f2507d58cf
commit b9fb36f585
5 changed files with 113 additions and 94 deletions
+6
View File
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
## [Unreleased]
- Added timeline dialog (`/timeline` command or Cmd/Ctrl+T) for navigating, reverting, and forking from any point in the conversation (thanks to @aptdnfapt).
- Added `/undo` and `/redo` commands for reverting and restoring messages in a session (thanks to @aptdnfapt).
- Added fork button on user messages to create a new session from any point (thanks to @aptdnfapt).
- Desktop app: keyboard shortcuts now use Cmd on macOS and Ctrl on web/other platforms (thanks to @sakhnyuk).
- Migrated to OpenCode SDK v2 with improved API types and streaming.
## [1.4.1] - 2026-01-02
- Added the ability to select the same model multiple times in multi-agent runs for response comparison.