21 lines
641 B
YAML
21 lines
641 B
YAML
# 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
|
|
timeoutMs: 2000
|
|
disposeGraceMs: 500
|
|
- id: tool-pty
|
|
name: '@deepseek-ai/dsh-tool-pty'
|