Skip to content

Commit 5a8caef

Browse files
committed
docs: update README.md
1 parent 02c68ca commit 5a8caef

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,24 @@
33
>
44
> | Feature | Description | PR |
55
> | ------- | ----------- | -- |
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) |
67
> | 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) |
78
> | 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) |
89
> | 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) |
16+
>
17+
> ### Install the fork CLI (Windows)
18+
>
19+
> ```powershell
20+
> iwr -useb https://github.com/alexyaroshuk/opencode/releases/latest/download/install-fork.ps1 | iex
21+
> ```
22+
>
23+
> Installs `opencode-fork.exe` to `%LOCALAPPDATA%\opencode-fork` and adds it to PATH. Coexists with upstream `opencode`. Open a new shell, run `opencode-fork`.
924
1025
<p align="center">
1126
<a href="https://opencode.ai">

0 commit comments

Comments
 (0)