feat: 添加工作空间保持存活功能,更新相关依赖和配置

This commit is contained in:
2026-01-30 23:32:40 +08:00
parent 972d68b87e
commit 0d17d56628
12 changed files with 394 additions and 29 deletions

View File

@@ -3,6 +3,7 @@
"compilerOptions": {
"module": "NodeNext",
"target": "esnext",
"rootDir": ".",
"baseUrl": ".",
"typeRoots": [
"./node_modules/@types",
@@ -19,6 +20,7 @@
},
"include": [
"src/**/*",
"agent/**/*",
"mod.ts",
"agent/**/*"
],
}