26 lines
1.0 KiB
YAML
26 lines
1.0 KiB
YAML
|
|
# Advanced ACP snapshot overlay: keep every native tool on the wire, add the
|
||
|
|
# Code Mode worker, and opt into the self-referential Cordis toolset. The base
|
||
|
|
# tree already supplies direct spawn subagents and the workflow worker, so this
|
||
|
|
# composition exercises all four boundaries in one editor-facing ACP turn.
|
||
|
|
- id: base
|
||
|
|
name: '@cordisjs/plugin-include'
|
||
|
|
config:
|
||
|
|
path: ./cordis.yml
|
||
|
|
patches:
|
||
|
|
- id: acp-agent
|
||
|
|
name: '@deepseek-ai/dsh-acp-agent'
|
||
|
|
config:
|
||
|
|
model: deepseek-v4-flash
|
||
|
|
persistenceRoot: !!js process.env.DSH_SNAPSHOT_SESSIONS_ROOT ?? './.sessions'
|
||
|
|
tools:
|
||
|
|
mode: both
|
||
|
|
persona: |
|
||
|
|
You are a coding assistant powered by the {{model}} model. Your working directory is {{cwd}}.
|
||
|
|
|
||
|
|
Verify your work by running the code or tests. Keep answers brief and factual.
|
||
|
|
- insert:
|
||
|
|
- id: code-runtime
|
||
|
|
name: '@deepseek-ai/dsh-code-runtime-worker'
|
||
|
|
- id: tool-cordis
|
||
|
|
name: '@deepseek-ai/dsh-tool-cordis'
|