summaryrefslogtreecommitdiffhomepage
path: root/packages
diff options
context:
space:
mode:
authorSebastian Herrlinger <[email protected]>2025-11-11 23:00:23 +0100
committerSebastian Herrlinger <[email protected]>2025-11-11 23:00:31 +0100
commit53b7cb62c45b9688f183e01d47b08b0297f9a5c9 (patch)
treebc0d048d883c85aefee7fb56ace6055a2136b683 /packages
parentc5e096c76a1435473667c4a2e99dc5c10b8fd6cb (diff)
downloadopencode-53b7cb62c45b9688f183e01d47b08b0297f9a5c9.tar.gz
opencode-53b7cb62c45b9688f183e01d47b08b0297f9a5c9.zip
upgrade opentui to 0.1.41:
- enables modifyOtherKeys to get CSI u sequences in terminals that support it - uses Private Mode 2026 for synced rendering to fix cursor flickering in terminals like iTerm2 - lazy highlighting for code renderables (perf) - linear scroll acceleration by default - align textarea default bindings more with readline - fix vertical cursor movement in textarea - introduce stdin buffer to handle chunked sequences - improve capability detection (async) - renderer emits focus/blur events when app is focused/blurred (if supported by terminal)
Diffstat (limited to 'packages')
-rw-r--r--packages/opencode/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/opencode/package.json b/packages/opencode/package.json
index 29ba37a2f..bb7992096 100644
--- a/packages/opencode/package.json
+++ b/packages/opencode/package.json
@@ -54,8 +54,8 @@
"@opencode-ai/plugin": "workspace:*",
"@opencode-ai/script": "workspace:*",
"@opencode-ai/sdk": "workspace:*",
- "@opentui/core": "0.0.0-20251108-0c7899b1",
- "@opentui/solid": "0.0.0-20251108-0c7899b1",
+ "@opentui/core": "0.1.41",
+ "@opentui/solid": "0.1.41",
"@parcel/watcher": "2.5.1",
"@pierre/precision-diffs": "catalog:",
"@solid-primitives/event-bus": "1.1.2",