OpenTritium/dsh-codex-shim

OpenTritium★ 0TypeScript最后同步: 2026-08-16

在 GitHub 打开

让 GPT 在 DSH 中宾至如归 Make GPT feel at home in DeepSeek Harness (DSH)

README 摘要

@opentritium/dsh-codex-shim 中文说明 @opentritium/dsh-codex-shim is an OpenTritium plugin for DeepSeek Harness (DSH). It gives selected model routes a Codex-style prompt, tool vocabulary, tool results, and WebUI presentation so GPT-family and other Codex-adapted models can make more reliable tool calls. This is a shim, not a Codex runtime. It does not start a Codex app-server, handle Codex OAuth, provide models or credentials, execute commands by itself, or provide a web-search backend. It consumes DSH capabilities through their public service definitions and keeps the upstream behavior available when the route is inactive or the bundle is removed. Install in a profile Install the bundle into the normal WebUI profile. dsh plugin owns the profile manifest and dependency list: The profile loads @deepseek-ai/dsh-base first and this bundle afterward. Keep model credentials, provider settings, and environment variables in the profile. Remove it to return to the upstream composition: Route and configuration The bundle mounts the gate globally, but the Codex surface is applied only when all of these are true: - the global switch is enabled; - the resolved model matches an automatic pattern or…

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

分类