Merge remote-tracking branch 'origin/master' into worktree/acp-automation-protocol

This commit is contained in:
Tianyi Cui
2026-07-24 11:51:17 +08:00
98 changed files with 3113 additions and 1602 deletions

View File

@@ -67,15 +67,11 @@
},
"packages/host/runtime": {
"entry": [
"tests/**/*.spec.ts",
"tests/**/*.e2e.ts"
"tests/**/*.spec.ts"
],
"project": [
"src/**/*.ts",
"tests/**/*.ts"
],
"ignoreDependencies": [
"@deepseek-ai/dsh-client-.+"
]
},
"packages/client/web-ui": {
@@ -392,8 +388,14 @@
]
},
"packages/examples/agent-spine-demo": {
"entry": ["tests/**/*.spec.ts", "tests/**/*.e2e.ts"],
"project": ["src/**/*.ts", "tests/**/*.ts"]
"entry": [
"tests/**/*.spec.ts",
"tests/**/*.e2e.ts"
],
"project": [
"src/**/*.ts",
"tests/**/*.ts"
]
},
"packages/ui/jsonrpc": {
"entry": [
@@ -549,15 +551,15 @@
"tests/**/*.tsx"
],
"ignoreDependencies": [
"@deepseek-ai/dsh-client-ui-theme",
"@deepseek-ai/dsh-client-connection"
"@deepseek-ai/dsh-client-ui-theme"
]
},
"apps/web": {
"entry": [
"tests/**/*.e2e.ts",
"tests/**/*.snapshot.ts",
"tests/support.ts"
"tests/support.ts",
"src/node-module-stub.ts"
],
"project": [
"src/**/*.ts",
@@ -572,6 +574,32 @@
"react",
"react-dom"
]
},
"apps/cli": {
"project": [
"src/**/*.ts"
],
"ignoreDependencies": [
"@deepseek-ai/dsh-client-.+"
]
},
"packages/client/modules": {
"entry": [
"tests/**/*.spec.ts"
],
"project": [
"src/**/*.ts",
"tests/**/*.ts"
]
},
"packages/client/hmr": {
"entry": [
"tests/**/*.spec.ts"
],
"project": [
"src/**/*.ts",
"tests/**/*.ts"
]
}
}
}