ds-status
25Command
Check the claude-ds (DeepSeek) backend install status.
Command
Check the claude-ds (DeepSeek) backend install status.
Command
Report worker token totals by backend.
Command
One-screen command reference for cli-dispatch.
Command
Stop a running cli-dispatch worker session.
Command
Show the OpenCode (OpenRouter) account balance.
Command
Delegate a task to the OpenCode (OpenRouter) worker.
Command
List OpenCode (OpenRouter) worker sessions.
Command
Check the OpenCode (OpenRouter) backend install status.
Command
Continue a cli-dispatch worker session with a follow-up prompt (auto-detects backend).
Command
Delegate a task to a worker via the deterministic runner (no LLM babysitter) and print the verdict summary.
Command
List cli-dispatch worker sessions (all backends: DeepSeek + Antigravity + Codex + OpenCode + Copilot).
Command
Install and configure cli-dispatch worker backends (DeepSeek / Antigravity / Codex / OpenCode / Copilot).
Command
Check the cli-dispatch installation status (DeepSeek + Antigravity + Codex + OpenCode + Copilot).
Command
Block until a cli-dispatch worker session completes, then print a compact summary.
Command
Show the live status of a cli-dispatch worker session (DeepSeek, Antigravity, Codex, OpenCode, or Copilot).
Hook
Runs when a session starts on startup, resume, clear, compact and fork, executing policy-inject.mjs via node (5 commands). From rbinar/cli-dispatch.
Skill Claude CodeCodex
Delegate a coding or agentic task to claude-ds — a DeepSeek-backed Claude Code CLI — as a worker. Use to run/delegate work via claude-ds or DeepSeek. Covers invocation (generation vs full-agentic), running as a background task, isolating real-repo work in a git worktree, and review/verify/merge of the output. The…