SPYQWER1/dsh-codex-tools
SPYQWER1★ 3JavaScript最后同步: 2026-08-15
—
README 摘要
dsh-codex-tools 中文 A DeepSeek Harness plugin that registers three model tools backed by the ChatGPT Codex transport: Tool Function web search Searches the public web and returns a summary with source URLs. image gen Generates a bitmap image. It does not edit or transform an existing image. image vision Reads a local image and returns a description or an answer to a question about it. The package has no npm runtime dependencies and uses Node's built-in https transport. It consumes an existing Codex/ChatGPT login; it does not provide login or an LLM provider. Runtime requirements - DeepSeek Harness, with the plugin installed as a profile-level Cordis bundle. - Node.js = 22. - A ChatGPT/Codex login state, either codex login with an auth file, or credentials in DSH: - OPENAI CODEX API KEY - OPENAI CODEX REFRESH TOKEN Credentials are resolved from CODEX ACCESS TOKEN and CODEX REFRESH TOKEN environment variables first (the plugin maps the DSH credential names above to these variables). If those are absent, the transport reads $CODEX HOME/auth.json when CODEX HOME is set, or /.codex/auth.json otherwise. Set CODEX HOME to choose another auth directory; the default is /.codex . After an HTT…
在 GitHub 查看完整 README →