dsh4vscode
DeepSeek Harness (DSH) inside VS Code: chat with the running DSH instance in editor windows, mirroring the DSH Web UI's model picker and session behavior.
AI 분석
核心用途是将 DSH 的对话能力直接无缝嵌入到 VS Code 编辑器中。适合希望在编写代码时无需切换浏览器即可与 DSH 交互的开发者。
설치
검증된 bundle이 없거나 호환성 검사에 실패했습니다. 먼저 저장소 설명을 읽어 주세요. 전체 README 읽기 ↗
配置(settings.json)
| 设置 | 默认 | 说明 |
|---|---|---|
dsh.baseUrl | http://127.0.0.1:3080 | DSH web 服务器地址 |
dsh.workspacePath | "" | 覆盖会话 cwd(空 = 第一个工作区文件夹) |
dsh.agentPreset | standard | 创建会话使用的 agent preset |