2026-07-11 22:04:52 +08:00
|
|
|
# Workspace-context snapshot overlay: keep project-root and user-global
|
|
|
|
|
# discovery inside the scenario's temporary cwd. The app config patch replaces
|
|
|
|
|
# the whole base config, so the base fields are restated verbatim.
|
|
|
|
|
- id: base
|
|
|
|
|
name: '@cordisjs/plugin-include'
|
|
|
|
|
config:
|
|
|
|
|
path: ./cordis.yml
|
|
|
|
|
patches:
|
|
|
|
|
- id: acp-agent
|
2026-07-15 17:04:16 +08:00
|
|
|
name: '@deepseek-ai/dsh-acp-demo'
|
2026-07-11 22:04:52 +08:00
|
|
|
config:
|
2026-07-29 16:36:07 +08:00
|
|
|
provider: deepseek-official
|
2026-07-22 10:55:18 +08:00
|
|
|
model: deepseek-v4-pro
|
2026-07-11 22:04:52 +08:00
|
|
|
persistenceRoot: !!js process.env.DSH_SNAPSHOT_SESSIONS_ROOT ?? './.sessions'
|
2026-07-20 00:06:21 +08:00
|
|
|
persistenceCompression: !!js "process.env.DSH_SNAPSHOT === undefined ? 'zstd' : 'none'"
|
2026-07-11 22:04:52 +08:00
|
|
|
workspaceContext:
|
2026-07-12 12:09:35 +08:00
|
|
|
maxBytes: 65536
|
2026-07-11 22:04:52 +08:00
|
|
|
dshHome: !!js process.cwd() + '/.dsh'
|
|
|
|
|
projectRootMarkers:
|
|
|
|
|
- .dsh-project
|
|
|
|
|
persona: |
|
2026-07-12 12:09:35 +08:00
|
|
|
You are a coding assistant powered by the {{model}} model. Your working directory is {{cwd}}.
|
2026-07-11 22:04:52 +08:00
|
|
|
|
2026-07-12 12:09:35 +08:00
|
|
|
Verify your work by running the code or tests. Keep answers brief and factual.
|