Release v1.01 Enhanced: Vi Control, TUI Gen5, Core Stability

This commit is contained in:
Gemini AI
2025-12-20 01:12:45 +04:00
Unverified
parent 2407c42eb9
commit 142aaeee1e
254 changed files with 44888 additions and 31025 deletions

View File

@@ -4,6 +4,7 @@
"author": "Trae & Gemini",
"private": true,
"dependencies": {
"@qwen-code/qwen-code": "^0.5.0",
"clipboardy": "^4.0.0",
"diff": "^8.0.2",
"he": "^1.2.0",
@@ -12,6 +13,7 @@
"ink-spinner": "^5.0.0",
"ink-syntax-highlight": "^2.0.2",
"ink-text-input": "^5.0.0",
"monaco-editor": "^0.52.0",
"playwright": "^1.57.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
@@ -19,13 +21,20 @@
"remark-gfm": "^4.0.1",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.2",
"unified": "^11.0.5"
"unified": "^11.0.5",
"xterm": "^5.3.0",
"xterm-addon-fit": "^0.8.0"
},
"overrides": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"scripts": {
"start": "node bin/opencode-ink.mjs"
"start": "node bin/opencode-ink.mjs",
"test": "node --test tests/tui-components.test.mjs",
"goose": "node bin/goose-launch.mjs"
},
"devDependencies": {
"@playwright/test": "^1.57.0"
}
}