Installation
npx -y @deepseek-ai/dsh plugin --profile web add github:oppnc/dsh-kernel-codexThis installation command is an unverified starting point generated from the GitHub repository address.
README
Maintainer-authored documentation snapshot.
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.
Install
-
Copy the package into your harness profile:
~/.dsh/profiles/node_modules/dsh-kernel-codex -
Add a row inside the planning group of the
codex-kernelpreset (the preset already disables the colliding DSH rowstool-fs-searchandtool-webfor you):- id: codex-surface name: dsh-kernel-codexsend_message,interrupt_agent, andlist_agentsshare names with DSH's native control tools: if those rows already registered the names, Codex skips them; otherwise the Codex-named tools deliver the same continuablesubagentsAPIs.
Usage
Pick the codex-kernel preset and the codex-kernel model route. The Codex CLI tool surface is then available to whatever model that route runs.
License
MIT — see LICENSE.
Project files and signals
Shown items are public repository signals detected in the directory snapshot.
Repository information
- Language
- JavaScript
- License
- MIT
- Latest release
- v0.1.2
- Last updated
- Aug 17, 2026, 6:44 AM
Install deliberately
Review source code, permissions, lifecycle hooks, dependencies and network access. Test untrusted plugins in an isolated environment.