Merge remote-tracking branch 'origin/master' into fix/continuable-subagent-policy-inheritance
# Conflicts: # docs/event-producer-consumer.i18n.yaml # docs/event-producer-consumer.md # docs/event-producer-consumer.zh.md
This commit is contained in:
@@ -5,10 +5,12 @@
|
||||
],
|
||||
"ignoreBinaries": [
|
||||
"bwrap",
|
||||
"icacls",
|
||||
"musl-gcc",
|
||||
"python3",
|
||||
"sandbox-exec",
|
||||
"taskkill"
|
||||
"taskkill",
|
||||
"where.exe"
|
||||
],
|
||||
"ignoreWorkspaces": [
|
||||
"vendor/*",
|
||||
@@ -231,6 +233,16 @@
|
||||
"tests/**/*.ts"
|
||||
]
|
||||
},
|
||||
"packages/bash/pwsh-sandbox": {
|
||||
"entry": [
|
||||
"tests/**/*.spec.ts",
|
||||
"tests/**/*.e2e.ts"
|
||||
],
|
||||
"project": [
|
||||
"src/**/*.ts",
|
||||
"tests/**/*.ts"
|
||||
]
|
||||
},
|
||||
"packages/e2b/e2b": {
|
||||
"entry": [
|
||||
"tests/**/*.spec.ts",
|
||||
|
||||
Reference in New Issue
Block a user