mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-08-29 04:26:38 +00:00
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.
21 lines
486 B
YAML
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
|