xiaoksio/dsh-solution-explorer ↗★ 11
dsh-solution-explorer
DSH Web GUI right sidebar: VS Code-style file explorer plus source control (git status, stage/unstage/discard, commit, diff, commit graph, sync fetch/pull/push, branch/remote management, git init, multi-repo switch, color-coded file status, file-type icons, image preview) with an editable full-file diff view (hunk stage/revert), a syntax-highlighted editor (15 languages), file operations (new/move/copy/delete), a collapsible icon rail, a multi-tab bottom terminal (ConPTY), AI-generated commit messages from a host-configured model, and save.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:xiaoksio/dsh-solution-explorer说明文档
阅读完整 README ↗Configuration
The plugin accepts an optional config in the bundle row
(cordis.patch.yml):
| Field | Type | Default | Description |
|---|---|---|---|
defaultWidth | number | 280 | Panel width in px, clamped to 264–560. |
autoOpen | boolean | true | Auto-open the panel when a session activates. |
filterPatterns | string[] | [] | Name patterns to hide from the file tree. |
showHidden | boolean | false | Show dot-prefixed (hidden) files in the tree. |