NinjaSln-labs/dsh-subagent-cursor ↗★ 0
dsh-subagent-cursor
Cursor-as-subagent provider for DeepSeek Harness: one-shot local runs via @cursor/sdk, summary-first result presentation, unattended Profile Bundle.
AI 分析
核心用途是将 Cursor 作为子代理引入 DSH。适合需要利用 Cursor 的代码生成能力在本地执行单次任务的开发者,需配置 API Key。
インストール
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:NinjaSln-labs/dsh-subagent-cursorドキュメント
README 全文を読む ↗配置
| 字段 | 默认 | 含义 |
|---|---|---|
providerName | cursor | 注册到 ctx.subagents 上的提供方名 |
model | composer-2.5 | 传给 SDK 的 Cursor 模型 id |
env | {} | 叠加在凭据清洗后的父 env 之上的显式子进程/SDK 环境;在此提供 CURSOR_API_KEY |
disposeGraceMs | 3000 | 关闭等待的正向宽限(ms) |