wss534857356/dsh-plugin-codex
wss534857356★ 1TypeScriptLast synced: 2026-08-15
Codex App Server model provider for DeepSeek Harness using your local Codex login.
README excerpt
dsh-llm-codex-app-server English 中文 dsh-llm-codex-app-server registers a DeepSeek Harness main-model provider backed by the locally authenticated Codex App Server. It is an out-of-tree Harness bundle, so installing it does not modify the deepseek-harness repository. This differs from Harness's built-in @deepseek-ai/dsh-subagent-codex . The built-in package exposes Codex as a delegated child Agent. This package registers on ctx.llm , so codex-local is a selectable provider for the Harness Agent loop. How it works An ordinary Harness conversation session reuses one pinned @openai/[email protected] App Server in a private empty directory and one ephemeral thread while its bounded cache lease remains valid. The process uses the native Codex account state under CODEX HOME ; the plugin never reads, copies, logs, or stores OAuth tokens or API keys. Requests without a session id and auxiliary requests remain one-shot. The adapter supplies the Harness system text as App Server base instructions, reconstructs cold threads by injecting all logged Harness messages before an empty turn, declares Harness tools under the deepseek harness App Server namespace, and sends later ordinary user messages th…
View full README on GitHub →