← 返回列表
未验证
把 Claude Code、Codex、Cursor 的本地对话同步进 Web GUI
尚未跑自动兼容性验证,可查看页面内的依赖与入口分析。 · 最近上游提交 2026/8/28 · 已提供中文文档
DSH 插件:在 dsh 网页 GUI 中浏览并实时同步本地 Claude Code / Codex CLI / Cursor Agent 对话
综合分
28.8
GitHub 分
28.8
用户评分
—
★ Stars
1
周下载量
—
兼容 / 相关生态插件(非 dsh 原生,请按其对应运行时安装)
git clone https://github.com/nan1010082085/dsh-chat-sync.git数据截至 2026/9/16(元数据每日更新 · 实装验证按队列轮转,单条结论的验证时间见上方)
依赖的 DSH / Cordis 模块
@deepseek-ai/schemastery用户评分
还没有人投票,来当第一个
订阅周报,不错过优质插件更新
每周一封 · 高评分插件 + 新用户活动
README
dsh-plugins GitHub License: MIT DSH(DeepSeek Harness)插件 monorepo。每个包是一个独立可安装的 dsh 插件,经 dsh plugin 装进 profile。 包 | 包 | 说明 | 版本 | | --- | --- | --- | | packages/chat-sync | 对话同步:把本地 Claude Code / Codex CLI / Cursor Agent 的对话同步进 DSH Web GUI | 0.3.4 | | packages/ima-sync | IMA 上传:把 DSH 对话进度自动上传到腾讯 IMA(每日笔记 + Work 知识库) | 0.8.2 | | packages/mcp-sync | MCP 同步:扫描本地 MCP 配置,连接服务器,注册工具供模型直接调用 | 0.7.0 | 安装 GitHub 安装(推荐,独立仓库,版本同步) dsh plugin --profile web add github:nan1010082085/dsh-plugin-ima-sync dsh plugin --profile web add github:nan1010082085/dsh-chat-sync dsh plugin --profile web add github:nan1010082085/dsh-mcp-sync npm 安装 dsh plugin --profile web add dsh-plugin-ima-sync dsh plugin --profile web add dsh-chat-sync dsh plugin --profile web add dsh-mcp-sync 本地 link 安装(改源码重启 dsh web 即生效) dsh plugin --profile web add link:$(pwd)/packages/ima-sync dsh plugin --profile web add link:$(pwd)/packages/chat-sync dsh plugin --profile web add link:$(pwd)/packages/mcp-sync 开发 语法检查 node --check packages/chat-sync/lib/.js node --check packages/ima-sync/lib/.js node --check packages/mcp-sync/lib/*.js 发布(每个包独立版本) cd packages/ && npm publish 同步到独立 GitHub repo(发布后必须执行) ./scripts/sync-repos.sh # 全部 ./scripts/sync-repos.sh ima-sync # 单个 许可证 MIT(各包同源)
同作者(nan1010082085)的其他插件
扫码进群