february2015/dsh-subagent-codex-plus0

dsh-subagent-codex-plus

One-shot Codex subagent provider over the official app-server protocol

AI 分析

用于在 DSH 会话中快速绑定并直接调用 Codex 子 Agent。适合需要将任务委托给 Codex 处理、支持消息自动排队和随时断开/重连的用户。

パッケージ
dsh-subagent-codex-plus
バージョン
0.8.0
ライセンス
MIT
最終更新
2026/09/03

インストール

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:february2015/dsh-subagent-codex-plus

ドキュメント

README 全文を読む ↗

Usage

  1. Open any dsh session (cwd is your project).
  2. Type /codex-lock: after binding succeeds the header shows a CDX-xxxx badge, and input goes straight to Codex.
  3. While Codex is busy, further messages queue automatically and show up immediately in the native composer queue strip (edit/delete/steer), running in order when the current turn ends.
  4. /codex-unlock disconnects; the Codex thread is kept and can be rebound anytime.