deepseek-harness-vsc-extensionDeepSeek Harness plugin

DeepSeek Harness as VSCode Extension

Stars
22
Forks
16
License
MIT
Last commit
Aug 17, 2026
Latest release
v0.1.13

Overview

DeepSeek Harness as VSCode Extension

Original README

Cached from the project repository on Sep 3, 2026. This is source content, separate from the Agents.md review above.

View source

DeepSeek Harness VSCode Extension

[!NOTE] This is a COMMUNITY project. There may be some issues, and we are trying to make it better.

这是一个社区项目,它可能存在一些问题,而我们正在努力让它变得足够好用。

The Project is Visual Studio Code Extension provides additional features for DeepSeek Harness.

本项目是一个为 DeepSeek Harness 提供额外能力的 Visual Studio Code 拓展

Installs GitHub License GitHub commit activity

Features

  • VSCode style interface VSCode 风格的界面
  • Native File Picker 原生文件选择器
  • Feeling of current focus 当前焦点感知
  • Problems from editor 编辑器问题
  • Agent Preset selector for blank sessions 空白会话模式选择器

Install

Visual Studio Marketplace

Visual Studio Marketplace

Download or Build VSIX

Github Release

Github Repo

Start

Extension will try to find dsh. so, you install dsh:

本拓展将会尝试寻找可用的 dsh 。因此,请自行安装 dsh 。

bash
npm install -g @deepseek-ai/dsh
# or
npx @deepseek-ai/dsh

[!NOTE] Due to the possibility of breaking changes to DeepSeek Harness, this extension may only run with specific version dsh.

由于 DeepSeek Harness 有可能发生破坏性变更,本拓展或许仅能与特定版本的 dsh 一起正常运行。

Test Passed Version: 0.1.0-rc.6

TODO

We are trying to make this project better, including following the dsh and adding new features.

我们正在努力让该插件足够好用,包括跟进 dsh 自身功能与添加新的功能。

Following

  • Display usage 显示用量
  • Context usage 显示上下文
  • Agent preset Agent 预设 (PTC 模式等)
  • Fork session fork 会话
  • Changes list 产物列表
  • SubAgents management SubAgent 管理
  • Plugin management 插件管理
  • i18n 国际化

New

  • Real cost time (use timestamp mark action instead of interface timer) 真实花费时间

License

This project is licensed under MIT LICENSE.

项目以 MIT 协议开源。

Development

bash
pnpm i

# Debug
pnpm build
F5

# Package (output VSIX)
pnpm package

Acknowledge