opencode/packages
Simon Klee 8f05bbfaa6
prompt: fix cursor math for wide characters (#27017)
String.length counts code points, not display columns, so CJK
characters and emoji that occupy two terminal cells caused
misaligned cursors, broken mention triggers, and incorrect
history restoration offsets.

Use Bun.stringWidth for now, we need an alternative for this.

Fix #26716
Close #26922
2026-05-12 11:45:28 +02:00
..
app fix(app): remember selected model variant when switching sessions/projects (#27029) 2026-05-12 17:44:50 +08:00
console chore: generate 2026-05-11 22:34:04 +00:00
containers chore: bump Bun to 1.3.13 (#23791) 2026-04-23 00:25:36 -04:00
core Remove effect-zod bridge (#26956) 2026-05-11 21:14:55 -04:00
desktop refactor(desktop): remove configureEnv callback from spawnLocalServer (#27022) 2026-05-12 16:39:56 +08:00
docs
enterprise sync release versions for v1.14.48 2026-05-11 02:07:48 +00:00
extensions/zed sync release versions for v1.14.48 2026-05-11 02:07:48 +00:00
function sync release versions for v1.14.48 2026-05-11 02:07:48 +00:00
http-recorder chore(http-recorder): remove content-matching dispatch mode (#26792) 2026-05-11 11:10:18 -04:00
identity
llm Emit LLM stream lifecycle events (#26971) 2026-05-11 21:31:48 -04:00
opencode prompt: fix cursor math for wide characters (#27017) 2026-05-12 11:45:28 +02:00
plugin Track session usage totals (#26644) 2026-05-12 01:18:57 -04:00
script refactor: replace bun semver with npm semver package 2026-03-09 15:29:55 -04:00
sdk chore: remove codesearch tool (#27019) 2026-05-12 13:44:02 +05:30
slack sync release versions for v1.14.48 2026-05-11 02:07:48 +00:00
storybook feat(prompt): add shell mode UI with cancel button, custom icon, and example placeholder (#24105) 2026-04-24 14:04:55 +08:00
ui fix(ui): better handle patch file support when rendering patch/edit tools (#26828) 2026-05-11 17:21:59 +08:00
web feat(scout): autocomplete configured mentions (#26843) 2026-05-11 20:50:03 +05:30