@doebkblcya/dsh-workbench
DSH Web GUI right-side workbench plugin: a VS Code-style single right panel with Files/Git tabs plus a Preview column — lazy file explorer, Source-Control-like changes + commit, branch switching, and an inline Git graph — driven by real host-side fs/git services, hot-pluggable via a profile bundle without any dsh source changes.
AI 분석
核心用途是在 DSH 网页端提供轻量级的集成开发环境(IDE)体验。适合习惯 VS Code 界面、需要直接在浏览器中浏览项目文件和管理 Git 仓库的用户。
설치
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:doebkblcya/dsh-workbenchUsage
Install the published package:
dsh plugin --profile web add @doebkblcya/dsh-workbench
In any project session the panel appears on the right:
- Files tab — browse the tree; click a file to open it in Preview.
- Git tab — stage/discard from the changes list, write a message and commit (Ctrl+Enter), then push/pull from the branch bar; the graph shows the history with refs and lanes.