fix(opencode): image paste on Windows Terminal 1.25+ with kitty keyboard (#17674)

This commit is contained in:
Luke Parker
2026-03-26 12:00:38 +10:00
committed by GitHub
parent 8a25104177
commit 121c8b3151
3 changed files with 32 additions and 6 deletions
+1 -1
View File
@@ -186,7 +186,7 @@ export function tui(input: {
targetFps: 60,
gatherStats: false,
exitOnCtrlC: false,
useKittyKeyboard: {},
useKittyKeyboard: { events: process.platform === "win32" },
autoFocus: false,
openConsoleOnError: false,
consoleOptions: {