mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-09-13 04:03:30 +00:00
22 lines
525 B
YAML
22 lines
525 B
YAML
# 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
|