@doebkblcya/dsh-workbench
DSH 右侧工作台插件:提供 VS Code 风格的右侧面板,包含文件浏览器、Git 提交与分支管理,以及文件预览列。
AI 分析
核心用途是在 DSH 网页端提供轻量级的集成开发环境(IDE)体验。适合习惯 VS Code 界面、需要直接在浏览器中浏览项目文件和管理 Git 仓库的用户。
安裝
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:doebkblcya/dsh-workbench說明文件
閱讀完整 README ↗Usage
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.