2026-08-02 14:18:42 +08:00
|
|
|
# Minimal keyless composition: real app, pwsh executor, and pwsh tool; replayed model.
|
|
|
|
|
- id: llm-replay
|
|
|
|
|
name: '@deepseek-ai/dsh-llm-replay'
|
|
|
|
|
config:
|
|
|
|
|
providers:
|
|
|
|
|
- id: deepseek-official
|
|
|
|
|
name: DeepSeek
|
|
|
|
|
models:
|
|
|
|
|
- id: deepseek-v4-pro
|
|
|
|
|
|
|
|
|
|
- id: subprocess
|
|
|
|
|
name: '@deepseek-ai/dsh-subprocess-local'
|
|
|
|
|
|
|
|
|
|
- id: bash
|
|
|
|
|
name: '@deepseek-ai/dsh-pwsh-local'
|
|
|
|
|
|
|
|
|
|
- id: bash-env
|
|
|
|
|
name: '@deepseek-ai/dsh-bash-env'
|
|
|
|
|
|
|
|
|
|
- id: acp-agent
|
|
|
|
|
name: '@deepseek-ai/dsh-acp-demo'
|
|
|
|
|
config:
|
|
|
|
|
provider: deepseek-official
|
|
|
|
|
model: deepseek-v4-pro
|
|
|
|
|
persistenceRoot: !!js process.env.DSH_SNAPSHOT_SESSIONS_ROOT ?? './.sessions'
|
|
|
|
|
persistenceCompression: none
|
|
|
|
|
workspaceContext: false
|
|
|
|
|
skills:
|
|
|
|
|
enabled: false
|
2026-08-03 22:47:53 +08:00
|
|
|
# task_output/task_kill stay mounted (the bundle's toolTasks default) so
|
|
|
|
|
# background pwsh runs are readable and killable.
|
2026-08-02 14:18:42 +08:00
|
|
|
goals: false
|
|
|
|
|
# The pwsh tool replaces the bundle's bash tool in this composition.
|
|
|
|
|
toolBash: false
|
|
|
|
|
persona: You are a concise snapshot agent working in {{cwd}}.
|
|
|
|
|
|
|
|
|
|
- id: tool-pwsh
|
|
|
|
|
name: '@deepseek-ai/dsh-tool-pwsh'
|