dsh-cursor-codex:把 DSH 接进 Cursor / Codex(ACP bundle + MCP + skills) #1608
Replies: 4 comments
|
【勘误】帖子里 git 直装语法( git clone https://github.com/jeremy9682/dsh-cursor-codex.git
dsh plugin --profile acp add file:/path/to/dsh-cursor-codex/acp
dsh --profile acp仓库 README 与接入指南已同步修正。 |
|
【更新】npm 包已发布: dsh plugin --profile acp add @jeremy9682/dsh-acp
dsh --profile acp已在全新环境用纯 npm 安装 + ACP initialize 握手验证通过。 |
|
配套更新:又发了一个 dsh-skill-pack(https://github.com/jeremy9682/dsh-skill-pack , dsh plugin --profile web add github:jeremy9682/dsh-skill-pack已实测:真实 headless 会话中模型能列出其中 8 个 skill。目录收录 PR:awesome-dsh-plugin/awesome-dsh-plugin#275 。 |
|
再更新一轮(治理线):
验证备注:skill-advisor 首次发布前发现 DSH 会静默跳过 YAML frontmatter 非法的 skill(description 里冒号+空格导致解析失败、不进模型目录)——已修复并用会话日志核对目录包含全部 12 个 skill。 |
Uh oh!
There was an error while loading. Please reload this page.
dsh-cursor-codex:把 DSH 接进 Cursor / Codex(ACP bundle + MCP + skills)
调研发现:Cursor 与 Codex 在 ACP 生态里都是 agent(被调用方),官方都不支持作为客户端加载第三方 ACP agent,所以「让 Cursor/Codex 调 DSH」的现实通道是 MCP 与 headless CLI;Zed/JetBrains 则可以直接用 ACP profile。为此做了一个开源集成包(MIT):
**仓库:https://github.com/jeremy9682/dsh-cursor-codex**(已加
dsh-plugintopic)三个通道,一条命令接入
dsh plugin --profile acp add @jeremy9682/dsh-acp dsh --profile acp # stdio ACP 服务,与 dsh web 共享凭据与会话@deepseek-ai/dsh-acp,骑在dsh-base之上(不用dsh-acp-demo,避免 sessionPersistence 重复注册)。dsh_delegate+dsh_health两个工具,模板见templates/。dsh --profile headless "<task>",配skills/里的双端 skills(教 Cursor/Codex 何时派活)。已验证
生态注册
欢迎试用与反馈;npm 发布(
@jeremy9682/dsh-acp)将在登录 npm 后立即补齐,当前可用dsh plugin --profile acp add github:jeremy9682/dsh-cursor-codex从 git 安装(acp 子包)。All reactions