D
dsh-cursor-acp
v0.1.0 · 1 天前发布
Hand a standalone job to the Cursor CLI already signed in on this machine.
README
dsh-cursor-acp
English | 中文
DeepSeek Harness 的社区插件。平时聊天时,当前智能体可以把一件独立的活交给本机已经登录的 Cursor 命令行。
这不是模型列表里的「Cursor 模型」,也不是 Cursor 官方产品。
使用前
同一台电脑先装 Cursor CLI,再登录:
Windows(PowerShell):
powershell
irm 'https://cursor.com/install?win32=true' | iex
agent login
macOS / Linux:
bash
curl https://cursor.com/install -fsS | bash
agent login
不想交互登录的话,也可以设置 CURSOR_API_KEY。
国内网络(代理)
Cursor 的登录和跑任务都要连国外服务器。浏览器开了「魔法」、能打开 cursor.com,不等于终端里的 agent / dsh 也能连上。Clash 等软件的系统代理,Node 默认不认,会继续直连,然后 agent login 失败,或 cursor_agent 报地区/网络错误。
先看你的代理软件本地端口(常见是 7890,以软件里显示的为准),在即将运行命令的那个窗口里设(只对这个窗口有效):
PowerShell:
```powershell
$env:HTTP_PROXY = "http://127.0.0.1:7890"
$env:HTTPS_PROXY = "http://127.0.0.1:78
版本兼容矩阵
| DSH 版本 | 状态 | 说明 |
|---|---|---|
dsh@0.1.0-rc.6 | ✅ 兼容 | cordis patch ✅ |
dsh@0.1.0 | ✅ 兼容 | 标准 patch ✅ |
dsh@0.2.0 | ⚠️ 待验证 | 待实测(API 可能在变) |
dsh@0.3.0+ | ❓ 未知 | 尚未发布 |
💡 兼容矩阵每周末自动跑实测,欢迎 PR 修正
元数据
- License
- MIT
- npm
- dsh-cursor-acp
- Repo
- git+https://github.com/loeanxi/dsh-cursor-acp.git
- Engines
{"node":"^22.19.0 || >=24.0.0"}- Weekly DL
- 0
- Monthly DL
- 0
- dsh.bundle
{"bundle":{"patch":"./cordis.patch.yml"},"client":{"inject":["@deepseek-ai/dsh-client-runtime","@deepseek-ai/dsh-client-locale","@deepseek-ai/dsh-client-ui-settings","@deepseek-ai/dsh-client-ui-slots"],"platform":"web"}}