AI Agent Hub
Back to plugins
🖥️

dsh-codegraph

Client Updated 2026.08.31

Run the following command in DeepSeek Harness:

dsh plugin install hrhgit/dsh-codegraph

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

Run dsh plugin install hrhgit/dsh-codegraph in your project directory to install the plugin in DeepSeek Harness (repository: https://github.com/hrhgit/dsh-codegraph).

About this plugin

In a large codebase, questions like how is this module organized, who calls whom, and why was it designed this way often produce a long, unstructured wall of chat text that is hard to scan and even harder to trace back to evidence.

dsh-codegraph turns that kind of question into a structured architecture scene. The main agent delegates read-only investigation to a continuable child agent; the child returns a validated scene JSON that the plugin renders in better-sidebar with fixed React components and deterministic layout. Node names, relationships, and one-line takeaways stay always visible, while scene notes, fuller explanations, evidence paths, and line ranges expand on demand. The sidebar acts as a read-only viewer, neither a second chat window nor a free-form diagram editor.

It is well suited for developers who use DeepSeek Harness to understand unfamiliar code, review architecture, or onboard into a new repository. You ask one focused question and get a layered, evidence-backed architecture panorama in the sidebar, instead of hunting through scattered chat fragments.

Use Cases

  • Understanding call relationships and design intent in unfamiliar modules
  • Generating an evidence-backed structure diagram for architecture reviews
  • Reviewing core data flows and component boundaries during team onboarding

Best For

  • Developers using DeepSeek Harness for code comprehension
  • Engineers conducting architecture reviews or technical documentation
  • New team members who need a quick, structured overview of the codebase