dsh plugins中文
← Back to popular plugin directory

Workspace file manager

PivotStackIntelligence/dsh-github · tools

A Source Control and GitHub repository panel for DeepSeek Harness. Features - Shows the active workspace branch, upstream, ahead/behind counts, and changed files.

★ 10GitHub stars
1Forks
2026-08-15Last updated
TypeScriptLanguage
MITLicense

Project overview

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. 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

Restart the Web Harness after rebuilding the plugin. Open a workspace's overflow menu and choose View Source Control. Development

Install command

dsh plugin --profile web add github:PivotStackIntelligence/dsh-github
View GitHub repository ↗Back to popular plugin directory