feat: upgrade to ghostty-web 0.4.0-ime-fix from rcarmo/ghostty-web

- Vendor patched version with native theme/palette support at WASM level
- Remove color remapping patches (no longer needed)
- Pre-load Ghostty WASM before terminal creation
- Bundle size reduced from 1.16 MB to 0.67 MB
- Includes IME input fixes

Bump version to 0.7.0
This commit is contained in:
GitHub Copilot
2026-01-28 11:15:09 +00:00
parent 05d42d275f
commit b6bb994e8e
6 changed files with 58 additions and 196 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
"private": true,
"type": "module",
"dependencies": {
"ghostty-web": "^0.1.0"
"ghostty-web": "github:rcarmo/ghostty-web"
},
"devDependencies": {
"typescript": "^5.7.0"