Merge branch 'main' into feat/sandbox-config-improvements

This commit is contained in:
tanzhenxin 2026-03-06 14:38:39 +08:00
commit 3a549419ba
363 changed files with 37015 additions and 6989 deletions

13
.vscode/launch.json vendored
View file

@ -127,6 +127,19 @@
"cwd": "${workspaceFolder}",
"console": "integratedTerminal",
"env": {}
},
{
"type": "node",
"request": "launch",
"name": "Dev Launch CLI",
"runtimeExecutable": "npm",
"runtimeArgs": ["run", "dev"],
"skipFiles": ["<node_internals>/**"],
"cwd": "${workspaceFolder}",
"console": "integratedTerminal",
"env": {
"GEMINI_SANDBOX": "false"
}
}
],
"inputs": [