Merge branch 'master' into feat/subagent-process

This commit is contained in:
pku-xht
2026-07-09 14:01:28 +08:00
committed by GitHub
56 changed files with 1751 additions and 190 deletions
+5
View File
@@ -21,6 +21,11 @@
"project": ["src/**/*.ts"],
"ignoreDependencies": ["cordis"]
},
"packages/util/timeout": {
"entry": ["tests/**/*.spec.ts"],
"project": ["src/**/*.ts", "tests/**/*.ts"],
"ignoreDependencies": ["cordis"]
},
"packages/support/acp-snapshot": {
"entry": ["tests/**/*.spec.ts", "tests/fixtures/fake-acp-agent.ts"],
"project": ["src/**/*.ts", "tests/**/*.ts"],