From 2b81e38263a7521b48f110363888eebd800a9bca Mon Sep 17 00:00:00 2001 From: Pine Date: Fri, 14 Aug 2026 11:51:04 +0800 Subject: [PATCH] build(cli): depend on the image-recognition bundle so it resolves from the anchor The web profile template mounts the bundle; apps/cli must declare it so the harness resolves it from the installation anchor for both fresh and existing web profiles. Co-Authored-By: Claude --- apps/cli/package.json | 1 + pnpm-lock.yaml | 3 +++ 2 files changed, 4 insertions(+) diff --git a/apps/cli/package.json b/apps/cli/package.json index fdd4740b3c..9d69d592ec 100644 --- a/apps/cli/package.json +++ b/apps/cli/package.json @@ -75,6 +75,7 @@ "@deepseek-ai/dsh-tool-web": "workspace:^", "@deepseek-ai/dsh-tool-workflow": "workspace:^", "@deepseek-ai/dsh-web-app": "workspace:^", + "@deepseek-ai/dsh-image-recognition-bundle": "workspace:^", "@deepseek-ai/dsh-workflow-worker-thread": "workspace:^", "@deepseek-ai/dsh-agent-instructions": "workspace:^", "commander": "^15.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8c178aac46..afc7b0a121 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -192,6 +192,9 @@ importers: '@deepseek-ai/dsh-home-paths': specifier: workspace:^ version: link:../../packages/util/home-paths + '@deepseek-ai/dsh-image-recognition-bundle': + specifier: workspace:^ + version: link:../../packages/bundle/image-recognition '@deepseek-ai/dsh-jobs-local': specifier: workspace:^ version: link:../../packages/jobs/jobs-local