2026-07-21 16:01:00 +08:00
|
|
|
# Opt-in persistent PTY composition for the PTY snapshot scenario. The base
|
|
|
|
|
# deployment already owns the shared sandbox provider and policy.
|
|
|
|
|
- id: base
|
2026-08-10 22:04:06 +08:00
|
|
|
name: '@deepseek-ai/cordis-plugin-include'
|
2026-07-21 16:01:00 +08:00
|
|
|
config:
|
|
|
|
|
path: ./cordis.yml
|
|
|
|
|
patches:
|
|
|
|
|
- insert:
|
|
|
|
|
- id: pty
|
2026-08-13 00:36:22 +08:00
|
|
|
name: '@deepseek-ai/dsh-terminal'
|
|
|
|
|
- id: terminal-bash
|
|
|
|
|
name: '@deepseek-ai/dsh-terminal-bash'
|
2026-07-21 16:01:00 +08:00
|
|
|
config:
|
|
|
|
|
pollIntervalMs: 10
|
|
|
|
|
exactProbeAfterMs: 20
|
|
|
|
|
idleSilenceMs: 250
|
2026-07-27 14:14:59 +08:00
|
|
|
handoffGraceMs: 250
|
2026-07-21 16:01:00 +08:00
|
|
|
timeoutMs: 2000
|
|
|
|
|
disposeGraceMs: 500
|
2026-08-13 00:36:22 +08:00
|
|
|
- id: tool-terminal
|
|
|
|
|
name: '@deepseek-ai/dsh-tool-terminal'
|