wip: migrated xterm.js to ghosty

This commit is contained in:
galz10
2026-02-06 15:00:57 -08:00
parent 28805a4b2d
commit 00f496a61c
8 changed files with 557 additions and 126 deletions
+3 -3
View File
@@ -41,7 +41,6 @@
"@opentelemetry/sdk-node": "^0.203.0",
"@types/glob": "^8.1.0",
"@types/html-to-text": "^9.0.4",
"@xterm/headless": "5.5.0",
"ajv": "^8.17.1",
"ajv-formats": "^3.0.0",
"chardet": "^2.1.0",
@@ -49,6 +48,7 @@
"fast-levenshtein": "^2.0.6",
"fdir": "^6.4.6",
"fzf": "^0.5.2",
"ghostty-web": "^0.4.0",
"glob": "^12.0.0",
"google-auth-library": "^9.11.0",
"html-to-text": "^9.0.5",
@@ -78,8 +78,8 @@
"@lydell/node-pty-linux-x64": "1.1.0",
"@lydell/node-pty-win32-arm64": "1.1.0",
"@lydell/node-pty-win32-x64": "1.1.0",
"node-pty": "^1.0.0",
"keytar": "^7.9.0"
"keytar": "^7.9.0",
"node-pty": "^1.0.0"
},
"devDependencies": {
"@google/gemini-cli-test-utils": "file:../test-utils",