xiaoksio/dsh-solution-explorer ↗★ 11
dsh-solution-explorer
提供侧边栏文件资源管理器与Git版本控制
AI 分析
适合需要在Web界面中直接管理工作区文件、进行Git提交和差异对比的开发者。
安装
$
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. |