From f04e2fe44a81e5476d609e185da012ebdc771b59 Mon Sep 17 00:00:00 2001 From: imccyu <276526105+imccyu@users.noreply.github.com> Date: Tue, 25 Aug 2026 20:55:03 +0800 Subject: [PATCH] build(apiproxy): drop the now-unused goal dependency Nothing under packages/host/apiproxy imports @deepseek-ai/dsh-goal after the unary domain deletion, so the dependency and its project reference go too. --- packages/host/apiproxy/package.json | 1 - packages/host/apiproxy/tsconfig.json | 3 --- pnpm-lock.yaml | 9 +++------ 3 files changed, 3 insertions(+), 10 deletions(-) diff --git a/packages/host/apiproxy/package.json b/packages/host/apiproxy/package.json index 2658e32f42..959b35ed9f 100644 --- a/packages/host/apiproxy/package.json +++ b/packages/host/apiproxy/package.json @@ -52,7 +52,6 @@ "@deepseek-ai/dsh-brand": "workspace:^", "@deepseek-ai/dsh-commands": "workspace:^", "@deepseek-ai/dsh-credentials": "workspace:^", - "@deepseek-ai/dsh-goal": "workspace:^", "@deepseek-ai/dsh-host-directory-picker": "workspace:^", "@deepseek-ai/dsh-llm": "workspace:^", "@deepseek-ai/dsh-native-command": "workspace:^", diff --git a/packages/host/apiproxy/tsconfig.json b/packages/host/apiproxy/tsconfig.json index 7133fd8c15..87fb2a1b11 100644 --- a/packages/host/apiproxy/tsconfig.json +++ b/packages/host/apiproxy/tsconfig.json @@ -8,9 +8,6 @@ "src" ], "references": [ - { - "path": "../../goal/goal" - }, { "path": "../../settings/settings" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e67d278395..88ccfd02d1 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1597,12 +1597,12 @@ importers: '@deepseek-ai/dsh-attachment': specifier: workspace:^ version: link:../../attachment/attachment - '@deepseek-ai/dsh-credentials': - specifier: workspace:^ - version: link:../../credentials/credentials '@deepseek-ai/dsh-commands': specifier: workspace:^ version: link:../../interaction/commands + '@deepseek-ai/dsh-credentials': + specifier: workspace:^ + version: link:../../credentials/credentials '@deepseek-ai/dsh-host-apiproxy': specifier: workspace:^ version: link:../../host/apiproxy @@ -5556,9 +5556,6 @@ importers: '@deepseek-ai/dsh-credentials': specifier: workspace:^ version: link:../../credentials/credentials - '@deepseek-ai/dsh-goal': - specifier: workspace:^ - version: link:../../goal/goal '@deepseek-ai/dsh-host-directory-picker': specifier: workspace:^ version: link:../directory-picker