AstralFoundry/dsh-workspace ↗★ 0
dsh-workspace
适用于 DeepSeek Harness 的轻量级 IDE 与 Git 工作区管理插件。
AI 分析
核心用途是在 DSH 中提供项目文件预览与 Git 工作区管理。适合需要在 DSH 界面内直接查看代码结构与版本状态的开发人员。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:AstralFoundry/dsh-workspace说明文档
阅读完整 README ↗Configuration
The plugin works with zero configuration. The following options can be set in the profile's config file when needed:
| Option | Default | Description |
|---|---|---|
baseUrl | https://api.deepseek.com | DeepSeek API base URL |
apiKeyEnv | DEEPSEEK_API_KEY | Env name of the API key resolved via ctx.credentials |
projectRoot | — | Absolute project root to preview; defaults to the session working directory |
peakWindows | [[540, 720], [840, 1080]] | Peak billing windows in minutes (Beijing time) |
allowRemote | false | Allow non-loopback access to the plugin endpoints |