AI Agent Hub
Back to plugins
dshos-dock preview

dshos-dock

Client Updated 2026.09.04

Run the following command in DeepSeek Harness:

dsh plugin install dugujun3-cloud/dshos-dock

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

Run dsh plugin install dugujun3-cloud/dshos-dock in your terminal to install the plugin; the full source is at https://github.com/dugujun3-cloud/dshos-dock .

About this plugin

Agent frameworks make it easy to kick off long-running work but hard to see what that work is doing right now. How many tasks are running? Which ones are stuck awaiting review? When was the last self-check? dshos-dock adds a slim, always-visible status bar above the conversation input in the DeepSeek Harness Web GUI, showing task counts (total / running / awaiting), the latest run event with its timestamp, and the date of the most recent checklist or audit note — a single glance that answers what is my agent doing right now.

The data comes from a tiny, user-owned text contract in a .dshos/ folder at the workspace root: plain JSON files for status and tasks, an append-only events.jsonl, and markdown checklists. No database, no cloud, no telemetry. The plugin is strictly read-only with zero runtime dependencies; the host registers a single GET endpoint and the bar polls it every 30 seconds without any page reload. If .dshos/ does not exist yet, the bar degrades gracefully to a friendly "not initialized" hint. Legacy DSH-OS layouts (操作系统/ + 状态/) are auto-detected for backwards compatibility.

Built for anyone running multi-task agent workspaces in a DSH Web profile who wants a glanceable real-time status indicator without pulling in a database or any external service. The contract is entirely yours to drive — any script, any cron job, any agent can write into .dshos/, turning it into a lightweight workspace operating system.

Screenshots

Use Cases

  • Glance at task counts, latest run event, and checkup date above the DSH Web input at any moment
  • Track running vs. awaiting task counts in real time during parallel agent workloads
  • Drive workspace status entirely from local text files with no database or cloud dependency

Best For

  • Developers running multi-task agent workspaces in a DSH Web profile
  • Engineers who want zero-dependency, telemetry-free workspace status visibility
  • Existing users with a legacy DSH-OS layout (操作系统/ + 状态/) seeking automatic compatibility