dsh-files-git
Workspace files & git panel for the dsh Web UI: browse workspace files + git operations (fetch/pull/commit/push)
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:leanderli/dsh-files-git说明文档
阅读完整 README ↗配置
默认开箱即用。如需覆盖,在 profile 的 cordis.patch.yml 中覆盖 files-git 行:
- id: files-git
config:
gitPath: /usr/bin/git # git 可执行文件绝对路径(默认自动从 PATH 解析,跳过 .git-ai 目录)
defaultRoot: /path/to/repo # 客户端未传仓库时的兜底(一般用不到,面板总是发送会话工作区)
面板内设置(⚙ 设置标签页,持久化于浏览器 localStorage):
| 设置项 | 默认 | 说明 |
|---|---|---|
| 打开时默认全屏 | 全屏 | 面板打开时的默认尺寸 |
| 点击产物文件 / 文件链接时 | 关闭 | 开启后对话中的产物文件在面板内预览,而非调用系统应用 |