fix(examples): declare sandbox fixture dependency

This commit is contained in:
Hypatia May
2026-08-04 09:37:50 +08:00
parent 71aafeb858
commit 2eedb54849
2 changed files with 4 additions and 0 deletions

View File

@@ -44,6 +44,7 @@
"@deepseek-ai/dsh-pty-local": "workspace:*",
"@deepseek-ai/dsh-repeat-tool-guard": "workspace:*",
"@deepseek-ai/dsh-repository-plugin": "workspace:*",
"@deepseek-ai/dsh-sandbox": "workspace:*",
"@deepseek-ai/dsh-sandbox-local": "workspace:*",
"@deepseek-ai/dsh-sandbox-policy": "workspace:^",
"@deepseek-ai/dsh-scope": "workspace:*",

3
pnpm-lock.yaml generated
View File

@@ -677,6 +677,9 @@ importers:
'@deepseek-ai/dsh-repository-plugin':
specifier: workspace:*
version: link:../packages/cordis/repository-plugin
'@deepseek-ai/dsh-sandbox':
specifier: workspace:*
version: link:../packages/sandbox/sandbox
'@deepseek-ai/dsh-sandbox-local':
specifier: workspace:*
version: link:../packages/sandbox/sandbox-local