Files
deepseek-harness/examples/acp-agent/pty.cordis.yml
T
Tianyi Cui a2d0f7f411 refactor: apply repository naming contract
Apply the accepted pre-release package, service, type, directory, and role renames as one repository-wide change.
2026-08-13 00:54:38 +08:00

22 lines
708 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: '@deepseek-ai/cordis-plugin-include'
config:
path: ./cordis.yml
patches:
- insert:
- id: pty
name: '@deepseek-ai/dsh-terminal'
- id: terminal-bash
name: '@deepseek-ai/dsh-terminal-bash'
config:
pollIntervalMs: 10
exactProbeAfterMs: 20
idleSilenceMs: 250
handoffGraceMs: 250
timeoutMs: 2000
disposeGraceMs: 500
- id: tool-terminal
name: '@deepseek-ai/dsh-tool-terminal'