claude-in-dsh
把一个 dsh web 会话交给本机 Claude Code CLI 驱动:输入框内的引擎选择器(DSH | Claude Code)按会话切换,模型座换成 Claude 的模型与 reasoning effort,访问模式换成 Claude 权限档;权限请求、AskUserQuestion、ExitPlanMode 分别接到 dsh 原生的审批卡、提问卡与计划审核卡。Claude 的流写成 dsh 原生会话事件,由内建转录、工具卡片与嵌套子 agent 渲染;斜杠命令并入命令面板;CLI 由独立 broker 持有,插件更新与 dsh 重启都不中断进行中的轮次。
Hand a DSH web session to the locally installed Claude Code CLI: a per-session engine selector (DSH | Claude Code), Claude models and reasoning effort in the model seat, Claude permission modes in place of the access-mode selector, and permission requests, AskUserQuestion and ExitPlanMode routed to the native DSH approval, question and plan-review cards. The stream is written as native DSH session events, so the built-in transcript, tool cards and nested subagents render it; Claude slash commands merge into the command palette; the CLI is held by a detached broker, so plugin updates and DSH restarts do not interrupt a running turn.
怎么安装
dsh plugin add github:GeekRicardo/claude-in-dsh git clone https://github.com/GeekRicardo/claude-in-dsh ~/.claude/skills/claude-in-dsh 简介
claude-in-dsh 把 **DeepSeek Harness (dsh web)** 的一个会话交给**本机 Claude Code CLI** 驱动。所有 agent 工作都发生在本机 claude 里;dsh web 只负责接收流并用它**原生的**会话渲染展示 —— 转录、工具卡片、审批、命令面板,没有任何自绘的对话 UI。 功能 **引擎选择器**:输入框里一个和模型选择器同款的下拉(DSH | Claude Code),按会话切换。dsh 会话与 Claude 会话严格互斥 —— 一个会话跑过谁,就永远属于谁(从会话日志推断,重启不丢)。 **原生渲染**:Claude 的流被写成 dsh 自己的持久会话事件(assistant/chunk、assistant/message、tool/call、tool/result…),所以持久化、投影、主题、其他插件(如 dsh-better-tool-ui 的工具行)全部照常工作。子 agent(Agent 工具)渲染为嵌套子调用。 **权限档替换**:切到 Claude 后,dsh 的访问模式选择器被 Claude 的权限档(manual / acceptEdits / auto / bypassPermissions / plan)替换;权限请求(can_use_tool)桥接到 dsh 原生审批 UI(若你配置了 C…
推荐参考
信息
- 协议
- MIT
- 语言
- JavaScript
- GitHub 星标
- 3
- 月下载
- –
- 最近更新
- 2026-08-27
- 创建于
- 2026-08-20
基础安全检查
- 检查结果
- curated 收录但无 npm 包/安装命令
- 收录来源
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- 主题标签
- ai-agent, anthropic, claude, claude-code, deepseek-harness, dsh, dsh-plugin
同类推荐
dsh-plugin-subscriptions
V1ki/dsh-plugin-subscriptions
把 ChatGPT(Codex)、Claude、Grok 订阅当作 DeepSeek Harness 的 LLM 提供方:设置页登录、模型目录、用量展示,以及 image_generate、video_generate 与 x_search 工具。
dsh-commandcode-provider
Mars-Sea/dsh-commandcode-provider
非官方 Command Code 模型接入插件:注册 `commandcode` 路由,带实时模型目录与推理强度支持。
dsh-codex-connect
franksong2702/dsh-codex-connect
通过 ChatGPT OAuth 将 OpenAI Codex 模型接入 DeepSeek Harness,并提供可选的搜索与图片工具。
claude-code-router
musistudio/claude-code-router
每个AI代理的本地控制平面:跨模型路由、融合新能力、编排工具,并始终保持完全控制。