feat: add config and keybindings for new ink terminal buffer mode

This commit is contained in:
jacob314
2026-03-26 18:33:09 -07:00
parent b5ba88b001
commit 2ee1a5baa5
7 changed files with 59 additions and 2 deletions
+2
View File
@@ -988,6 +988,8 @@ export async function loadCliConfig(
trustedFolder,
useBackgroundColor: settings.ui?.useBackgroundColor,
useAlternateBuffer: settings.ui?.useAlternateBuffer,
useTerminalBuffer: settings.ui?.terminalBuffer,
useRenderProcess: settings.ui?.renderProcess,
useRipgrep: settings.tools?.useRipgrep,
enableInteractiveShell: settings.tools?.shell?.enableInteractiveShell,
shellToolInactivityTimeout: settings.tools?.shell?.inactivityTimeout,