You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,24 @@
3
3
>
4
4
> | Feature | Description | PR |
5
5
> | ------- | ----------- | -- |
6
+
> | Send with Ctrl+Enter (desktop) | New General → Input toggle. Enter inserts a newline; Ctrl/Cmd+Enter sends the message. Default off |[#13637](https://github.com/anomalyco/opencode/pull/13637)|
6
7
> | View & restore archived sessions | Adds an "Archived Sessions" tab in Settings to browse and unarchive sessions across projects |[#15250](https://github.com/anomalyco/opencode/pull/15250)|
7
8
> | Edit config files inside app | Adds a Config tab in Settings to edit `opencode.json` files directly in the desktop app with JSON validation |[#14617](https://github.com/anomalyco/opencode/pull/14617)|
8
9
> | Marquee scroll for long sidebar titles | Sidebar session titles scroll horizontally on hover to reveal full text instead of truncating |[#13210](https://github.com/anomalyco/opencode/pull/13210)|
10
+
>
11
+
> **Fixes**
12
+
>
13
+
> | Fix | Description | PR |
14
+
> | --- | ----------- | -- |
15
+
> | TUI: `Ctrl+V` text paste on Windows | Pasting text in the TUI prompt was a no-op under Bun on Windows. Now reads text via PowerShell `Get-Clipboard -Raw` alongside the existing image probe |[#97](https://github.com/alexyaroshuk/opencode/pull/97)|
> Installs `opencode-fork.exe` to `%LOCALAPPDATA%\opencode-fork` and adds it to PATH. Coexists with upstream `opencode`. Open a new shell, run `opencode-fork`.
0 commit comments