Merge origin/master into anthonykim1/scaffoldKittyAddon

This commit is contained in:
Anthony Kim
2026-02-12 13:44:21 -08:00
121 changed files with 3983 additions and 19467 deletions
+1
View File
@@ -284,6 +284,7 @@ function createTerminal(): Terminal {
const isWindows = ['Windows', 'Win16', 'Win32', 'WinCE'].indexOf(navigator.platform) >= 0;
term = new Terminal({
scrollbar: { showArrows: true },
allowProposedApi: true,
windowsPty: isWindows ? {
// In a real scenario, these values should be verified on the backend