| 123456789101112131415161718192021 |
- # The automation-only ACP application over dsh-base. Stdout belongs to ACP.
- - id: system-prompt
- config:
- personaSuffix: Your working directory is {{cwd}}.
- personaPrefix: >-
- You are a coding agent powered by the {{model}} model.
- - id: session-title-llm
- 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
|