# Compatibility | Component | Tested value | |---|---| | DeepSeek Harness | `0.1.2-alpha.2`, commit `0a53fb55bea101816fa226bb964ae2bed71c343b` | | DSH Codex provider baseline | `@openai/codex` `0.149.1` through `@deepseek-ai/dsh-subagent-codex` | | Host Codex CLI observed | `codex-cli 0.146.0` | | Node.js | `v25.2.1` | | pnpm | `11.7.0` for the pinned DSH workspace; local default observed as `10.28.2` | | Operating system | macOS 26.4.1, Apple Silicon | | GPT route | `ctx.subagents` provider `model-jury-codex` backed by first-party Codex app-server | | GLM route tested | `ctx.llm` provider `glm`, model `glm-5.3`, through `llm-pi-ai` OpenAI-compatible configuration | | DeepSeek route tested | `ctx.llm` provider `deepseek-official`, model `deepseek-v4-flash` | The bundle imports only public package entry points. It does not import DSH source subpaths or patch the host. The package-local Codex binary actually selected by the first-party provider was `@openai/codex` `0.149.1`. The host-wide `codex --version` value is recorded only for comparison and was not the backend selected by Model Jury.