2026-07-14 19:50:25 +08:00
|
|
|
# Code Mode workspace-context snapshot recording overlay. The scenario needs
|
|
|
|
|
# filesystem tools to trigger nested instruction discovery after a read.
|
|
|
|
|
- id: base
|
|
|
|
|
name: '@cordisjs/plugin-include'
|
|
|
|
|
config:
|
|
|
|
|
path: ./cordis.yml
|
|
|
|
|
patches:
|
|
|
|
|
- id: acp-agent
|
2026-07-15 17:04:16 +08:00
|
|
|
name: '@deepseek-ai/dsh-acp-demo'
|
2026-07-14 19:50:25 +08:00
|
|
|
config:
|
2026-07-17 21:56:10 +08:00
|
|
|
provider: deepseek
|
2026-07-14 19:50:25 +08:00
|
|
|
model: deepseek-v4-flash
|
|
|
|
|
persistenceRoot: !!js process.env.DSH_SNAPSHOT_SESSIONS_ROOT ?? './.sessions'
|
|
|
|
|
workspaceContext:
|
|
|
|
|
maxBytes: 65536
|
|
|
|
|
tools:
|
|
|
|
|
mode: code
|
|
|
|
|
persona: |
|
|
|
|
|
You are a coding assistant powered by the {{model}} model. Your working directory is {{cwd}}.
|
|
|
|
|
|
|
|
|
|
Verify your work by running the code or tests. Keep answers brief and factual.
|
|
|
|
|
- insert:
|
2026-07-15 13:07:11 +08:00
|
|
|
- id: fs-local
|
|
|
|
|
name: '@deepseek-ai/dsh-fs-local'
|
|
|
|
|
config:
|
|
|
|
|
cwd: !!js process.cwd()
|
|
|
|
|
- id: fs-policy
|
|
|
|
|
name: '@deepseek-ai/dsh-fs-policy'
|
|
|
|
|
- id: tool-fs
|
|
|
|
|
name: '@deepseek-ai/dsh-tool-fs'
|
2026-07-14 19:50:25 +08:00
|
|
|
- id: code-runtime
|
|
|
|
|
name: '@deepseek-ai/dsh-code-runtime-worker'
|