oppnc/dsh-kernel-codex

oppnc★ 0JavaScript最后同步: 2026-08-22

在 GitHub 打开

Codex CLI written in DSH form: the OpenAI Codex tool surface re-registered as native DeepSeek Harness tools.

README 摘要

English 中文 dsh-kernel-codex DSH runs on one simple idea: everything is a plugin . Models, tools, subagents — plug them together however you like. So we did exactly that: we turned the OpenAI Codex CLI into a DSH plugin . The codex tool surface you already know — exec command , write stdin , apply patch , request permissions , web search , view image , sleep , update plan , request user input , get context remaining , new context , the multi-agent family ( spawn agent and friends), background-task management ( list tasks / task output / task stop ), and the file primitives view file / write file / edit file / glob / grep — 30 tools in all, now native DSH tools. Same names, same schemas, same behavior. The payoff is simple: use the Codex CLI tool surface natively inside DSH — no different from opening Codex itself. Every model stays in the environment it knows best — main agent or subagent, it feels like coming home. Distilled from @openai/codex 0.147.0 (stable). The 0.148 series is still alpha; handler names are unchanged. System prompt & subagents lib/system-prompt.js carries the full upstream Codex prompt ( gpt 5 2 prompt.md ; gpt-5.6 models reuse it). apply() registers it as the …

在 GitHub 查看完整 README →
终端/TUIcodexcoding-agentcordisdeepseek-harnessdshdsh-pluginopenaiagent

分类