chore(compositions): mount bash-env and the pwsh tool in shipped and demo compositions

This commit is contained in:
Huanqi Cao
2026-08-02 14:18:42 +08:00
parent 33810ae774
commit 96cf8a2fbc
17 changed files with 200 additions and 6 deletions

View File

@@ -11,7 +11,7 @@ import type { Context } from 'cordis'
import { addHarnessSourceSection, resolveConfigPath } from '@deepseek-ai/dsh-app-boot'
import type {} from '@deepseek-ai/dsh-host-webserver'
import type {} from '@deepseek-ai/dsh-system-prompt'
import type {} from '@deepseek-ai/dsh-tool-bash'
import type {} from '@deepseek-ai/dsh-bash-env'
import { AppCLIEntry } from './app-cli-entry.ts'
// The shared core every `dsh` surface mounts, plus this surface's overlay over it.