mirror of
https://github.com/deepseek-ai/deepseek-harness
synced 2026-08-15 21:04:50 +00:00
26 lines
965 B
YAML
26 lines
965 B
YAML
# Filesystem snapshots need the in-process local provider, policy gate, and
|
|
# model-facing tools. This explicit overlay is always full-access: the session
|
|
# permission preset controls bash only and cannot confine or unmount these plugins.
|
|
- id: base
|
|
name: '@cordisjs/plugin-include'
|
|
config:
|
|
path: ./cordis.yml
|
|
patches:
|
|
- insert:
|
|
- id: fs-local
|
|
name: '@deepseek-ai/dsh-fs-local'
|
|
config:
|
|
cwd: !!js process.cwd()
|
|
- id: fs-policy
|
|
name: '@deepseek-ai/dsh-fs-policy'
|
|
- id: tool-fs
|
|
name: '@deepseek-ai/dsh-tool-fs'
|
|
- id: spill-local
|
|
name: '@deepseek-ai/dsh-spill-local'
|
|
config:
|
|
root: !!js process.env.DSH_SNAPSHOT_SPILL_ROOT ?? './.spill'
|
|
- id: spill-policy
|
|
name: '@deepseek-ai/dsh-spill-policy'
|
|
config:
|
|
maxInlineBytes: !!js process.env.DSH_SNAPSHOT && 800 || 50000
|