2026-07-21 01:16:29 +08:00
# Keyless replay counterpart of session-sandbox-root.cordis.yml. Patches do not
2026-07-22 21:41:25 +08:00
# compose across nested includes, so the replay swap, the recorded model pin,
# and the deliberately distinct sandbox fallback are applied together to the
# live tree.
2026-07-21 01:16:29 +08:00
- id : base
2026-08-10 22:04:06 +08:00
name : '@deepseek-ai/cordis-plugin-include'
2026-07-21 01:16:29 +08:00
config :
path : ./cordis.yml
patches :
- id : llm-deepseek
name : '@deepseek-ai/dsh-llm-deepseek'
disabled : true
2026-07-22 21:41:25 +08:00
- id : acp-agent
name : '@deepseek-ai/dsh-acp-demo'
config :
2026-07-29 16:36:07 +08:00
provider : deepseek-official
2026-07-22 21:41:25 +08:00
model : deepseek-v4-flash
persistenceRoot : !!js process.env.DSH_SNAPSHOT_SESSIONS_ROOT ?? './.sessions'
persistenceCompression : none
workspaceContext :
maxBytes : 65536
persona : |
You are a coding assistant powered by the {{model}} model. Your working directory is {{cwd}}. Your bash tool runs under a file sandbox — a `[sandbox: file access denied …]` result is policy, not a command bug.
Verify your work by running the code or tests. Keep answers brief and factual.
2026-07-21 01:16:29 +08:00
- id : sandbox
name : '@deepseek-ai/dsh-sandbox-local'
config :
runnerCommand :
- bash
- -c
- while [ "$1" != "--" ]; do shift; done; shift; exec "$@"
- passthrough-runner
runnerFailureSignatures :
- 'passthrough-runner : profile rejected'
- id : sandbox-policy
name : '@deepseek-ai/dsh-sandbox-policy'
config :
2026-07-30 15:48:05 +08:00
mode : workspace-write
2026-07-21 01:16:29 +08:00
workspaceRoot : /tmp
- insert :
- id : llm-replay
name : '@deepseek-ai/dsh-llm-replay'
config :
providers :
2026-07-29 16:36:07 +08:00
- id : deepseek-official
2026-07-21 01:16:29 +08:00
name : DeepSeek
models :
- id : deepseek-v4-flash
- id : deepseek-v4-pro