Files
deepseek-harness/packages/bundle/acp-app/cordis.patch.yml
T
Tianyi Cui 47a46e4cca feat(profiles): add the ACP application bundle
Introduce @deepseek-ai/dsh-acp-app as the thin application layer for the built-in acp profile. It contributes only the ACP protocol bridge and profile metadata; dsh-base remains the single owner of shared agent composition, providers, persistence, permissions, and tools.

Wire the bundle into CLI resolution, catalogs, workspace configuration, and built-bin coverage. The focused bundle and startup tests prove that base plus acp-app exposes automation sessions while keeping stdout reserved for ACP JSON-RPC.
2026-08-23 10:59:00 +08:00

21 lines
486 B
YAML

# The automation-only ACP application over dsh-base. Stdout belongs to ACP.
- id: system-prompt
config:
persona: >-
You are a coding agent powered by the {{model}} model. Your working directory is {{cwd}}.
- id: hmr
disabled: true
- insert:
- id: acp-app-startup
name: '@deepseek-ai/dsh-acp-app'
- id: acp
name: '@deepseek-ai/dsh-acp'
inject: [acpAppStartup]
config:
provider: deepseek-official
model: deepseek-v4-flash