2026-07-13 23:27:00 +08:00
|
|
|
# Both mode adds `ctx.codeRuntime` while keeping native tools on the wire and
|
|
|
|
|
# adding `run_code` plus its generated TypeScript SDK prompt. The app bin selects
|
|
|
|
|
# this overlay for snapshot recording and the sibling overlay for replay. A config
|
|
|
|
|
# patch replaces the whole app config, so unchanged base fields are restated below.
|
2026-07-08 12:58:23 +08:00
|
|
|
- id: base
|
2026-08-10 22:04:06 +08:00
|
|
|
name: '@deepseek-ai/cordis-plugin-include'
|
2026-07-08 12:58:23 +08:00
|
|
|
config:
|
|
|
|
|
path: ./cordis.yml
|
|
|
|
|
patches:
|
|
|
|
|
- id: acp-agent
|
2026-07-15 15:57:57 +08:00
|
|
|
name: '@deepseek-ai/dsh-acp-demo'
|
2026-07-08 12:58:23 +08:00
|
|
|
config:
|
2026-07-29 16:36:07 +08:00
|
|
|
provider: deepseek-official
|
2026-07-22 10:55:18 +08:00
|
|
|
model: deepseek-v4-pro
|
2026-07-08 12:58:23 +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-12 12:09:35 +08:00
|
|
|
workspaceContext:
|
|
|
|
|
maxBytes: 65536
|
2026-07-08 12:58:23 +08:00
|
|
|
tools:
|
|
|
|
|
mode: both
|
|
|
|
|
persona: |
|
2026-07-11 22:33:33 +08:00
|
|
|
You are a coding assistant powered by the {{model}} model. Your working directory is {{cwd}}.
|
2026-07-08 12:58:23 +08:00
|
|
|
|
2026-07-11 22:33:33 +08:00
|
|
|
Verify your work by running the code or tests. Keep answers brief and factual.
|
2026-07-08 12:58:23 +08:00
|
|
|
- insert:
|
|
|
|
|
- id: code-runtime
|
2026-08-13 00:36:22 +08:00
|
|
|
name: '@deepseek-ai/dsh-code-runtime-worker-thread'
|