AI Agent Hub
Back to plugins
🧠

dsh-workshpace-plugin

Memory Updated 2026.08.24

Run the following command in DeepSeek Harness:

dsh plugin install kaiqiangh/dsh-workspce-plugin

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

Clone the repository from https://github.com/kaiqiangh/dsh-workshpace-plugin, run npm run build to produce the bundle, register the Web plugin in your local Harness project directory, and start dsh web so the Workspace tab appears beside the conversation row.

About this plugin

During a DeepSeek Harness session, an agent continuously creates files, writes state, and modifies a Git repository. Yet all of that context tends to get buried in the conversation stream, making it hard to review at a glance. DSH Workspace Plugin pulls everything into a single Workspace tab beside the conversation row, so you can inspect what the agent touched without ever leaving the chat.

Three tabbed surfaces do the heavy lifting. Artifacts groups session deliverables by type with bounded previews that render relative Markdown images, Mermaid diagrams, and streaming PDFs, plus one-click download and copy-path actions. Memory lets you review, create, verify, pin, archive, or forget project and session-level records, and surfaces agent-proposed facts that stay unverified until you explicitly accept or reject them. Git provides a repo-status header, staged/unstaged/untracked diff sections with colorized unified views, and a commit History browser. Above the tabs, a read-only Sub-agent Trace renders the local child-agent lineage as a bounded descendant tree, and a session summary block on demand shows file-type distribution, artifact counts, and memory statistics.

This plugin is aimed at developers who drive multi-step agent tasks in Harness and need a compact, session-aware review panel that does not disrupt the chat layout. All UI copy follows the Harness app language, switching between English and Chinese automatically, and all surfaces use scoped styles so the surrounding Harness shell remains untouched.

Use Cases

  • Review what the agent touched in a session without replaying the entire chat
  • Verify or reject auto-derived memory facts and agent-proposed records before they take effect
  • Preview Markdown artifacts, Mermaid diagrams, and streaming PDFs inline in the conversation

Best For

  • Developers driving multi-step agent tasks in DeepSeek Harness
  • Solo developers who want in-chat memory governance and Git review without a side tool
  • Teams that need quick access to session artifacts, sub-agent paths, and commit history