Skip to main content

Plugins

Browse, filter, and install DeepSeek-Harness plugins.

4 plugins found

B

dsh-zcode-git

bowluna/dsh-zcode-git

Structured git tools for DeepSeek Harness agents: status, diff, log, branch, commit and stash. Output is pinned with ten `git -c` overrides so a user pager, colour or quotepath setting cannot reshape what the agent reads; every invocation is an argv array, so no shell ever parses an argument; and the mutating actions go through the harness approval service, refusing rather than proceeding when no approval service is mounted.

06 hours agoGit & Code ReviewMIT
T

dsh-git-vcs

tichuxixi/dsh-git-vcs

A right-sidebar Git panel in the IDEA style — local changes with per-file checkbox commits, a commit tree with per-commit details, branch, remote and stash management, push with a credential fallback, all driven by the plain git CLI.

07 days agoGit & Code ReviewMIT
M

dsh-git-idea

mays-hi/dsh-git-idea

Git integration for DSH modelled on IDEA's VCS: a git icon beside the permission mode in the composer shows the current branch and the pending-change count, opens a branch switcher on hover and an IDEA-style VCS panel on click (branch tree, commit graph, changes and staging, commit detail, file diff), plus a settings page for commit identity, the git binary and the network flags. Registers no model tools with DSH.

02 days agoGit & Code ReviewMIT
W

dsh-lost-and-found

wangzhanchao883/dsh-lost-and-found

Local file recall: indexes the folders you choose into one local SQLite database, so 'where did I put that file?' is one query instead of a disk walk. Caches, VCS and program folders are pruned per directory; each folder keeps its own incremental anchor, so a folder added later is backfilled in full. Read-only: it never modifies, moves or deletes your files.

08 days agoTools & CapabilitiesMIT