dsh-plugin-dew
Run the following command in DeepSeek Harness:
dsh plugin install cinderzhan/dsh-plugin-dew
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install cinderzhan/dsh-plugin-dew in DeepSeek Harness to install the plugin. Source code is available at https://github.com/cinderzhan/dsh-plugin-dew
About this plugin
Running Claude Code in one window, Codex in another, and maybe Cursor on top of that, yet having no single place to see where each one stands is a daily friction. dsh-plugin-dew solves exactly that. It never writes into any agent data directory, never touches a keychain or credential store, and makes no network calls. It simply parses the session logs those agents already write to disk and normalizes everything into one four-state vocabulary: needs you, running, done, idle, giving you an at-a-glance overview from inside DSH.
The plugin exposes two read-only tools. agent_sessions lists active sessions with their current state and supports filtering by agent type, state, lookback window, and row limit, so you can quickly confirm whether a Claude Code run has finished or which agent is blocked waiting for your input. agent_scheduled_tasks lists recurring jobs from Codex automations and Claude Code scheduled tasks, evaluated locally, and tells you when each one fires next. State determination varies by agent: Codex and DSH expose explicit lifecycle events, Claude Code state is inferred from the transcript tail, and Cursor relies on the last row plus file modification time. The needs-you state is always an inference, with per-tool thresholds so that a quietly running long Bash command is not misreported as a permission prompt.
Who is it for? If you run multiple coding agents in parallel, frequently switch windows to check progress, or want to confirm no other agent is already working in a directory before you start editing, this plugin is built for you. It ships as plain ESM with nothing to compile, installs cleanly into any DSH profile, and does not alter your existing agent workflows in any way.
Use Cases
- Check whether a Claude Code or Codex run has finished or is waiting for approval
- Before editing code, verify no other agent is already working in the same directory
- See when recurring Codex or Claude Code scheduled tasks will fire next
Best For
- Developers running multiple coding agents (Claude Code, Codex, Cursor) in parallel
- Users who want an at-a-glance view of all agent progress from inside DSH without switching windows
- Workflow orchestrators using DSH Desktop or a custom-built profile
Related Plugins
A method pack that makes AI coding agents plan against your real baseline, prove completion with fresh evidence, and reduce reworks and unsafe changes.
Turns the DeepSeek Harness session into a captain that builds a durable sub-agent team, splits goals into dependency-aware tasks, and coordinates work via direct messages and a live Web UI.
Gives coding agents design judgment, letting Claude Code, Cursor, and 70+ agents generate and iterate high-quality UI, presentations, and graphics right from the terminal.
Run the Pi ecosystem's plugins on DeepSeek Harness, unmodified, via a compatibility layer that implements Pi's public extension ABI on DSH's native services.