dsh-vsc
DeepSeek Harness (DSH) in VS Code: native sidebar panel + editor bridge for the local AI agent — a pure protocol client, no second server.
AI 분석
核心用途是在 VS Code 中原生集成 DSH 智能体。适合习惯在 IDE 侧边栏直接与本地 AI 交互并进行代码编辑的开发者。需要 VS Code ^1.90.0 及以上版本。
설치
검증된 bundle이 없거나 호환성 검사에 실패했습니다. 먼저 저장소 설명을 읽어 주세요. 전체 README 읽기 ↗
Configuration
| Setting | Default | Description |
|---|---|---|
dshVsc.url | http://127.0.0.1:3080 | Base URL of the DSH harness. Also honors DSH_WEB_URL. |
dshVsc.autoStart | true | Auto-start dsh web when no harness answers at the configured URL. |