GooDAnDReaDY/dsh-goal0

@goodandready/dsh-goal

目标模式与自主执行插件,带有顶部常驻横幅,支持设定目标后让 Agent 自动迭代执行任务。

AI 分析

核心用途是开启 DSH 的 Auto-GPT 式自主循环。适合需要给 AI 指派一个复杂目标(如重构模块并写测试),让其自主规划并多轮执行的用户。

套件
@goodandready/dsh-goal
版本
0.1.7
授權
MIT
最近更新
2026年9月12日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:GooDAnDReaDY/dsh-goal

💬 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
ParameterTypeDefaultDescription
maxIterationsnumber25Safety limit: maximum autonomous iterations per goal
autoDrivebooleantrueKeep the autonomous agent loop running between turns
enableSoundbooleantruePlay completion audio chime when a goal finishes