diff --git a/knip.json b/knip.json index 788215a06f..def8a43dbf 100644 --- a/knip.json +++ b/knip.json @@ -690,6 +690,7 @@ "@deepseek-ai/dsh-llm-deepseek", "@deepseek-ai/dsh-session-checkpoint-policy", "@deepseek-ai/dsh-session-persistence-jsonl", + "@deepseek-ai/dsh-skill-filesystem", "@deepseek-ai/dsh-tool-subagent" ] }, diff --git a/packages/subagent/subagent-dsh-sdk/package.json b/packages/subagent/subagent-dsh-sdk/package.json index 6e671b8e56..e6bde7838f 100644 --- a/packages/subagent/subagent-dsh-sdk/package.json +++ b/packages/subagent/subagent-dsh-sdk/package.json @@ -59,6 +59,7 @@ "@deepseek-ai/dsh-session": "workspace:^", "@deepseek-ai/dsh-session-checkpoint-policy": "workspace:^", "@deepseek-ai/dsh-session-persistence-jsonl": "workspace:^", + "@deepseek-ai/dsh-skill-filesystem": "workspace:^", "@deepseek-ai/dsh-subagent": "workspace:^", "@deepseek-ai/dsh-subprocess": "workspace:^", "@deepseek-ai/dsh-system-prompt": "workspace:^", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 01010366cf..2a6f0e16e6 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -8344,6 +8344,9 @@ importers: '@deepseek-ai/dsh-session-persistence-jsonl': specifier: workspace:^ version: link:../../session/session-persistence-jsonl + '@deepseek-ai/dsh-skill-filesystem': + specifier: workspace:^ + version: link:../../skill/skill-filesystem '@deepseek-ai/dsh-subagent': specifier: workspace:^ version: link:../subagent