DSH Plugins Marketplace

DSH Plugins

Plugins

/

dsh-github

P

dsh-github

Manifest valid104

Source Control and GitHub panel for DeepSeek Harness.

ToolsUI (client)SkillshasBundlePatch

dsh-github

A Source Control and GitHub repository panel for DeepSeek Harness that mirrors the VS Code native Git Source Control view.

Features

  • Source Control tab — a third "Source Control" tab in the session view ring (alongside chat and trajectory); when active it fills the main area and splits into the SCM panel (left) and the diff viewer (right) with no overlay, shows only the current session's workspace, and switching back to chat restores the conversation.
  • Repository header — repository (workspace) name, current branch, ahead/behind counts, GitHub link, and refresh button.
  • Commit bar — multi-line commit message, Amend checkbox, Commit button with a dropdown (Commit / Commit & Push / Commit & Sync / Undo Last Commit), and a round Sync/Publish button with ↑n ↓n counts.
  • Change groups — STAGED CHANGES / CHANGES / MERGE CHANGES (untracked files live inside CHANGES), collapsible, with count badges and group actions (+ stage all / − unstage all / ↶ discard all). File status badges use VS Code colors: A green, M brown-yellow, D red, R/C blue, U green, ! yellow.
  • Diff viewer — side-by-side and inline modes with line numbers and added/removed coloring; the file header shows old path → new path. Conflict files expose Accept Current / Accept Incoming / Accept Both.
  • Discard with confirmation — discard a single file or all changes through an inline confirmation dialog (never a bare window.confirm).
  • Commits — searchable history (message/author), short SHA + subject + author + relative date + refs badges; expand a commit for full details and per-file diffs, with Copy SHA, Checkout Commit, Create Branch, and Create Tag.
  • Branches — current branch highlighted; checkout, rename, delete, merge-into-current, and rebase-onto.
  • Remotes — fetch/push URLs per remote; fetch, fetch (prune), add, and remove.
  • Tags — list, create, push, and delete.
  • Stashes — list, apply, apply & drop, drop, and view diff.
  • Merge / rebase state — continue and abort an in-progress merge or rebase from the panel.
  • Git output — a collapsible section of recent git commands and their (redacted) output.
  • Auto-refresh — refreshes on open, every 3 seconds while the tab is active (paused when switched away), and on window focus / visibility change; the lazy sections (commits, branches, remotes, tags, stashes) load on first expand and refresh with each status poll.

The plugin uses the repository's normal local Git configuration, SSH keys, HTTPS credential helpers, and Git remotes. It does not call the GitHub API, store GitHub tokens, implement OAuth, depend on GitHub CLI, or expose arbitrary shell commands. GitHub links open the corresponding browser pages; the Compare page is the handoff for creating a pull request. Git writes require an explicit user action, and repository state is reloaded after each operation.

Design notes

See docs/ANALYSIS.md for the state model, VS Code Git alignment, local authentication boundary, and GitHub browser handoff design. The panel's visual design follows the DeepSeek design spec — see docs/UI_DESIGN.md.

Requirements

  • DeepSeek Harness >=0.1.0-rc.6
  • Git available on PATH
  • A configured Git remote and credential helper for push/fetch/pull operations

Install from a local checkout

pnpm install
pnpm run build
dsh plugin --profile web add .

Restart the Web Harness after rebuilding the plugin. A third "Source Control" tab appears in the session view ring (next to chat and trajectory).

Development

  • Node.js >= 22.19
  • pnpm >= 9
pnpm run check

pnpm run check runs typecheck, lint, test, and build. CI runs the same command after pnpm install --frozen-lockfile.

Compatibility

DSH 0.1.5-rc.2: worksDSH 0.1.5-rc.1: errorDSH 0.1.2-rc.1: worksDSH 0.1.5-alpha.2: errorDSH 0.1.1-rc.2: worksDSH 0.1.5-alpha.1: errorDSH 0.1.0-rc.8: worksDSH 0.1.3-alpha.2: errorDSH 0.1.2-alpha.5: errorDSH 0.1.2-alpha.4: errorDSH 0.1.2-alpha.3: errorDSH 0.1.2-alpha.2: error

Versions

Latest versionPublishedSize
0.3.0
0.1.0

Similar plugins

dsh-gitpeek

by Angel-GP

GitHub panel for DeepSeek Harness: Actions runs, Commits & Releases side by side, right in your DSH session

Manifest valid

0

MIT

JavaScript

Aug 20, 2026

dsh plugin --profile web add @angel-gp/dsh-client-ui-gitpeek

DSH Source Control tab in dsh-better-sidebar that mirrors VS Code Git workflows.

Development & InfrastructureManifest valid

0

dsh plugin --profile web add dsh-git-source-control

by inmny

DeepSeek Harness 插件:让DSH使用Git Bash,能够保持read-only, workspace-write, full-access权限控制依旧可用

Development & InfrastructureManifest valid

8

MIT

JavaScript

Aug 18, 2026

dsh plugin --profile web add dsh-plugin-git-bash

by peng7peng

dsh-terminal-manager

Manifest valid

0

MIT

TypeScript

Sep 13, 2026

dsh plugin --profile web add dsh-terminal-manager

by maxmilian

DeepSeek Harness tools for self-hosted Gitea and Forgejo instances

Development & InfrastructureManifest valid

3

93/wk

MIT

TypeScript

Aug 25, 2026

dsh plugin --profile web add @maxhsu/dsh-forge

by pandashere

Self-control guard plugin for DeepSeek Harness host exit and restart workflows.

Manifest valid

4

MIT

TypeScript

Aug 13, 2026

dsh plugin --profile web add self-control-guard