DeDge DS HS banner
EternityFOR EternityFOR

DeDge DS HS

Development community

Description

Self-contained DeepSeek Harness coding agent for VS Code with a Windows-safe runtime and isolated Codex/Claude handoffs.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

DeDge DeepSeek Harness for VS Code

[English](README.en.md)

一个自包含的 DeepSeek Harness VS Code 工作台。扩展把固定版本的 Harness、Node.js 和 pnpm 一起放进平台专用 VSIX,安装后不会再运行 `npm install`、`npx`、`pip` 或 `git clone`,也不依赖用户的全局 Node、默认 shell 或 PowerShell profile。

[Marketplace](https://marketplace.visualstudio.com/items?itemName=diractive-edge.dedge-deepseek-harness-vscode) · [GitHub Releases](https://github.com/EternityFOR/DeDge_DS_HS/releases) · [Changelog](CHANGELOG.md) · [隐私](PRIVACY.md) · [安全](SECURITY.md) · [支持](SUPPORT.md)

当前版本为 `0.1.66`。发布产物优先验证 Windows 10/11 x64;DeepSeek Harness 上游仍处于 developer preview,升级前请阅读变更日志和已知限制。

主要能力

  • 在原生 VS Code 侧边栏中完成多会话聊天、流式回复、reasoning、工具调用、审批、问题表单、取消和压缩。
  • 模型、reasoning effort 和 Agent Preset 从当前 Harness 动态读取,不维护容易失效的硬编码模型清单。
  • 支持从 Explorer、编辑器正文、标签页右键菜单、拖放或粘贴附加文件,也可附加选区、诊断和 Git 工作区变更。
  • 顶部会话 tabs、会话归档/删除、紧凑附件展示,以及窄侧边栏下稳定的双行输入工具栏。
  • 上下文占用由 Harness 的 contextPressure 数据驱动;支持查看 token 压力、调整上下文容量和在空闲时手动压缩。
  • 只读载入本机 Codex、Claude Code 会话,并通过隔离文本交接在三个平台之间继续工作。
  • Windows 进程使用参数数组和 shell: false 启动,避免把路径、参数或提示词交给 PowerShell/cmd 二次解析。
  • API Key 只保存在 VS Code SecretStorage;Gateway 只监听随机的 127.0.0.1 端口。
  • 内置官方 dsh-schedule 默认提供 schedule_createschedule_listschedule_delete;定时任务使用 session-local reminder,不需要用 PowerShell Start-Sleep 保持进程。
  • deepseek-official 使用 Harness 原生 DeepSeek 适配器;将 provider 改为其他路由时,扩展会挂载 Harness 内置的多提供方 pi-ai 适配器,可接 OpenAI-compatible 网关,provider 名包含 anthropicclaude 时使用 Anthropic Messages 协议。
  • Runtime 就绪时发布不含凭据的本机 lease,供 DeDge Orbit 复用同一个 Gateway;退出时只清理属于当前进程的 lease。

安装

从 Marketplace 安装

在 VS Code 扩展视图搜索 **DeDge DeepSeek Harness**,确认 publisher 为 `diractive-edge` 后安装。Marketplace 尚未上架或需要固定版本时,请使用 GitHub Release 中的 VSIX。

从 VSIX 安装

  1. GitHub Releases 下载与 extension host 匹配的文件,例如 dedge-deepseek-harness-vscode-0.1.66-win32-x64.vsix
  2. 在 VS Code 扩展视图右上角菜单选择 Install from VSIX...
  3. 安装完成后按 VS Code 提示重新加载窗口。

也可以显式安装:

code --i