SouleyMoni1/dsh-experience-plugin

SouleyMoni1★ 0TypeScript最后同步: 2026-08-21

在 GitHub 打开

DSH plugin: per-model reasoning levels for custom API models, with family presets and an official-settings-page editor.

README 摘要

dsh-experience-plugin DSH(DeepSeek Harness)功能插件:合并模型思考等级与 CLI 请求模拟,两个模块的配置在官方插件配置页各占一个可收缩卡片。 功能 - 自动为 openai-responses / openai-completions 协议下未声明 reasoningEfforts 的模型注入思考等级 - 按模型族自动匹配:deepseek / gpt-5 / grok / claude / glm / qwen / gemini / llama / mistral 等 - 支持自定义系列预设、协议级覆盖、按系列刷新 - CLI 请求模拟:本地 HTTP 代理 + 全局 fetch 拦截,把 DSH 模型请求伪装成 Codex / Claude Code / Grok CLI - 官方插件配置页两个可收缩模块: 模型思考等级 / CLI 请求模拟 安装 本地开发安装(Windows 跨盘符时先建一个 C 盘 junction,避免 pnpm 对 link:F:/... 解析成错误路径): 构建 配置 插件行配置只保留 modelReasoning 功能段: CLI 请求模拟配置保存在 cli-mimic settings 命名空间,由官方插件配置页的 CLI 请求模拟 模块读写: 目录 - src/features/model-reasoning/ :模型思考等级功能 - src/features/cli-mimic/ :CLI 请求模拟功能 - src/features/settings/ :官方插件配置页统一卡片 - scripts/ :验证脚本 License MIT

在 GitHub 查看完整 README →
工具/开发dsh-plugin

分类