DSH Git Plugin: A Visual Git Workbench for DeepSeek Harness Web
DSH Git Plugin is a visual Git workbench for DeepSeek Harness Web, designed to integrate Git operations into the web interface, reducing the frequency of switching between terminals and agents. The plugin supports viewing repository status, branch information, and commit history, and allows execution of common operations such as file staging, committing, branch management, remote synchronization, and rebase. Its core feature is the ability to convert natural language requests into step-by-step Git command proposals, which users can execute directly or copy for manual operation. To ensure security, the plugin incorporates mechanisms such as command whitelist validation, secondary confirmation for high-risk operations, prevention of proposal replay, and credential hiding. Installation requires the package name `dsh-easygit-plugin`, with dependencies on Node.js ^22.19.0 or higher and Git.
Read More