From 53b7cb62c45b9688f183e01d47b08b0297f9a5c9 Mon Sep 17 00:00:00 2001 From: Sebastian Herrlinger Date: Tue, 11 Nov 2025 23:00:23 +0100 Subject: 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) --- packages/opencode/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages') 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", -- cgit v1.2.3