dsh-git-graph: Embedding Git Repository Graph within the DSH Conversation Interface

dsh-git-graph is a client-side plugin for the DeepSeek Harness Web GUI. It provides a commit history graph, branch filtering, file diffs, and VSCode-style uncommitted change management within the "Git Graph" tab on the session page. It supports following the conversation workspace, opening any local repository, switching between multiple repositories, pulling, pushing, and generating commit messages with AI assistance. To install, add a file dependency in the profile's package.json, mount the bundle in cordis.patch.yml, run pnpm install, and restart the dsh web service to start using it.

Read More
View Git Commit Graph in DeepSeek Harness Session with dsh-git-graph

dsh-git-graph is a community interface enhancement plugin for DeepSeek Harness Web GUI, maintained by 1841220388zzzcccxxx-star, licensed under MIT, with version 0.10.0. It adds a "Git Graph" tab next to "Trajectory" on the session page, providing commit history graphs, branch filtering, file diffs, and a VS Code-style uncommitted changes panel. Install via the command on the directory page: `dsh plugin add github:1841220388zzzcccxxx-star/dsh-git-graph`. The plugin runs with the permissions of the current dsh process, so you should check the source code and license before installation. The community directory has no official affiliation with DeepSeek or FangTian.

Read More