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
|
|
|
|
|
name: '@cordisjs/plugin-include'
|
|
|
|
|
config:
|
|
|
|
|
path: ./cordis.yml
|
|
|
|
|
patches:
|
|
|
|
|
- insert:
|
|
|
|
|
- id: pty
|
|
|
|
|
name: '@deepseek-ai/dsh-pty'
|
|
|
|
|
- id: pty-local
|
|
|
|
|
name: '@deepseek-ai/dsh-pty-local'
|
|
|
|
|
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
|
|
|
|
|
- id: tool-pty
|
|
|
|
|
name: '@deepseek-ai/dsh-tool-pty'
|