skymecode/deepseek-harness-for-vscode12

deepseek-harness-for-vscode

%extension.description%

AI 분석

核心用途是在 VSCode 中直接调用 DSH 解决当前项目的开发任务。适合需要将 AI 编码助手深度融入日常 IDE 工作流的开发者。

패키지
deepseek-harness-for-vscode
버전
0.4.6
라이선스
MIT
최근 업데이트
2026. 8. 16.

설치

검증된 bundle이 없거나 호환성 검사에 실패했습니다. 먼저 저장소 설명을 읽어 주세요. 전체 README 읽기 ↗

Configuration

SettingDefaultDescription
deepseekHarness.modeldeepseek-v4-flashDefault model for new sessions
deepseekHarness.reasoningEfforthighoff / high / max
deepseekHarness.agentPresetstandardDefault Agent Preset for new sessions
deepseekHarness.providerdeepseek-officialDefault source selected from the extension's Connection settings panel
deepseekHarness.permissionModeworkspace-writeread-only / workspace-write / danger-full-access
deepseekHarness.autoAttachSelectiontrueAutomatically attach the active editor selection when sending

Provider endpoints and write-only credential references are managed through the bundled Harness settings and credentials services. API keys are stored in the extension's private Harness home, are never returned to the webview, and are not written to project-level .vscode/settings.json. Legacy deepseekHarness.apiKey, baseUrl, and providers values are imported once and then removed.

Use the Connection settings panel to add, edit, test, or remove DeepSeek relay sources. Custom sources are registered live through the upstream llm-pi-ai adapter and expose the same Flash/Pro choices in the model panel.

Automatically attached selections are limited to 16 KB and are truncated when necessary. If the same file selection is already embedded manually, the host will not attach it again.