@goodandready/dsh-goal
Goal mode & autonomous execution plugin for DeepSeek Harness with sticky top banner
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:GooDAnDReaDY/dsh-goal说明文档
阅读完整 README ↗💬 Usage & Quick Start
Start a goal directly in chat:
/goal Refactor the authentication middleware and add integration tests
Or trigger via REST API:
curl -X POST http://localhost:3080/dsh-goal/action \
-H "Content-Type: application/json" \
-d '{"action":"start","title":"Optimize database queries"}'
⚙️ Configuration Reference (settings.yaml)
dsh-goal:
maxIterations: 25
autoDrive: true
enableSound: true
| Parameter | Type | Default | Description |
|---|---|---|---|
maxIterations | number | 25 | Safety limit: maximum autonomous iterations per goal |
autoDrive | boolean | true | Keep the autonomous agent loop running between turns |
enableSound | boolean | true | Play completion audio chime when a goal finishes |