mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-27 13:34:15 -07:00
feat(core): implement progressive elevation and AI error awareness for Windows sandbox
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
"type": "module",
|
||||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
"build": "node ../../scripts/build_package.js",
|
||||
"build": "node scripts/compile-windows-sandbox.js && node ../../scripts/build_package.js",
|
||||
"lint": "eslint . --ext .ts,.tsx",
|
||||
"format": "prettier --write .",
|
||||
"test": "vitest run",
|
||||
|
||||
Reference in New Issue
Block a user