2026-07-14 00:40:36 +08:00
|
|
|
# Add Code Mode and Cordis tools to the base spawn/workflow stack, exercising
|
|
|
|
|
# all four boundaries in one ACP snapshot.
|
2026-07-13 23:56:58 +08:00
|
|
|
- id: base
|
|
|
|
|
name: '@cordisjs/plugin-include'
|
|
|
|
|
config:
|
|
|
|
|
path: ./cordis.yml
|
|
|
|
|
patches:
|
|
|
|
|
- id: acp-agent
|
2026-07-15 15:57:57 +08:00
|
|
|
name: '@deepseek-ai/dsh-acp-demo'
|
2026-07-13 23:56:58 +08:00
|
|
|
config:
|
2026-07-14 21:57:52 +08:00
|
|
|
provider: deepseek
|
2026-07-22 10:55:18 +08:00
|
|
|
model: deepseek-v4-pro
|
2026-07-13 23:56:58 +08:00
|
|
|
persistenceRoot: !!js process.env.DSH_SNAPSHOT_SESSIONS_ROOT ?? './.sessions'
|
2026-07-20 00:06:21 +08:00
|
|
|
persistenceCompression: !!js "process.env.DSH_SNAPSHOT === undefined ? 'zstd' : 'none'"
|
2026-07-14 19:50:25 +08:00
|
|
|
workspaceContext:
|
|
|
|
|
maxBytes: 65536
|
2026-07-13 23:56:58 +08:00
|
|
|
tools:
|
|
|
|
|
mode: both
|
|
|
|
|
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:
|
|
|
|
|
- id: code-runtime
|
|
|
|
|
name: '@deepseek-ai/dsh-code-runtime-worker'
|
|
|
|
|
- id: tool-cordis
|
|
|
|
|
name: '@deepseek-ai/dsh-tool-cordis'
|