AI Agent Hub
Back to plugins
🖥️

dsh-codex-bridge

Client Updated 2026.08.14

Run the following command in DeepSeek Harness:

dsh plugin install pandashere/dsh-codex-bridge

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install pandashere/dsh-codex-bridge to install the plugin into your DSH profile; full source at https://github.com/pandashere/dsh-codex-bridge

About this plugin

Inside a DeepSeek Harness workflow, agents often need a second opinion or a parallel coding pass from an external agent. Hand-rolling a codex spawn, JSONL capture, polling loop, and output wiring is exactly the kind of repetitive scaffolding a harness plugin should absorb. dsh-codex-bridge does that, turning Codex into a first-class dsh citizen.

Three capabilities carry the weight. First, tool-level invocation: call_codex starts a Codex session in async or block mode with sandbox policy, timeout, and parallelism caps; codex_status polls progress and codex_abort cancels cleanly. Second, same-thread continuation: codex_steer resumes a settled Codex thread with full history, enabling follow-ups, corrections, and multi-turn iteration. Third, live visualization: the Codex tab in the conversation pane renders an Agent Loop waterfall—messages, tool calls with exit codes, turn separators, and the final answer—pushed over the session projection channel and replayable across page refreshes.

Built for developers running DeepSeek Harness who want OpenAI Codex woven into their agent loop. You skip the process-management and UI-polling boilerplate, and instead trigger Codex with a single agent prompt, watch every step unfold in the same panel, and steer the thread in real time.

Use Cases

  • Request a parallel coding pass or second opinion from OpenAI Codex inside an agent workflow
  • Follow up, correct, or iterate on a settled Codex session within the same thread
  • Observe the full Codex Agent Loop—tool calls, exit codes, final answer—live in the conversation pane

Best For

  • Developers building agent workflows on DeepSeek Harness
  • Users who want OpenAI Codex woven into a multi-agent pipeline
  • Teams that need cross-agent code review and iterative refinement in one panel