Skip to content

Releases: deepseek-ai/deepseek-harness

v0.1.1-rc.2

v0.1.1-rc.2 Pre-release
Pre-release

Choose a tag to compare

@imccyu imccyu released this 21 Aug 12:35
Immutable release. Only release title and notes can be modified.

中文 | English

体验优化

  • DeepSeek 适配器支持优先通过 Files API 上传图像,并可复用已上传文件
  • 优化图像预处理流程:根据模型要求自动缩放并转换为合适格式

Improvements

  • The DeepSeek adapter prioritizes the Files API for image uploads and reuses uploaded files by @CreatixChu
  • Improve image preprocessing with automatic resizing and format conversion based on model requirements by @CreatixChu

Full Changelog: dsh-v0.1.1-rc.1...dsh-v0.1.1-rc.2

v0.1.1-rc.1

v0.1.1-rc.1 Pre-release
Pre-release

Choose a tag to compare

@imccyu imccyu released this 21 Aug 07:12
Immutable release. Only release title and notes can be modified.

中文 | English

新增功能

  • DeepSeek 适配器新增多模态视觉理解模型 DeepSeek-V4-Flash-Vision-Exp

问题修复

  • 修复在输入框的 @ 引用前增删改文本时,潜在的布局问题
  • 修复 Bubblewrap 沙箱内的受限进程可经 /proc/<pid>/root 绕过限制的问题

体验优化

  • 优化会话 Markdown 表格自适应表现、缓存命中率在 99.x% 时的精度显示、子代理会话标题切换交互
  • ask_user_question 回答内容支持多行输入、自动换行、Shift+Enter 换行

New Features

  • The DeepSeek adapter adds the multimodal visual understanding model DeepSeek-V4-Flash-Vision-Exp by @LegGasai

Bug Fixes

  • Fix potential layout issues when editing text before an @ reference in the composer by @LegGasai
  • Prevent confined processes from escaping Bubblewrap restrictions through /proc/<pid>/root by @Kingwl

Improvements

  • Improve responsive Markdown tables in conversations, precision for 99.x% cache-hit ratios, and subagent conversation header navigation by @07akioni, @pku-xht, and @yixiangihsiang
  • Support multiline ask_user_question answers with wrapping and Shift+Enter newlines by @LegGasai

Full Changelog: dsh-v0.1.0-rc.8...dsh-v0.1.1-rc.1

v0.1.0-rc.8

v0.1.0-rc.8 Pre-release
Pre-release

Choose a tag to compare

@imccyu imccyu released this 19 Aug 15:37
Immutable release. Only release title and notes can be modified.

中文 | English

新增功能

  • 增强多模态支持度,DeepSeek 模型适配器支持配置启用原生图片请求,/goal/plan 等命令可接收图文输入,@ 菜单支持引用文件和会话
  • Claude Code 与 Codex 子代理均可作为 Profile Bundle 按需安装,同时支持非交互权限模式和多个命名实例
  • Windows PTY 终端支持持久 PowerShell 会话, 并在极简模式预设中默认支持

问题修复

  • 修复图片尺寸过大或历史图片累计载荷过高导致模型请求失败的问题
  • 修正取消流式生成后已展示的回复前缀未带入后续提问和分叉会话
  • 修复部分自定义 OpenAI 兼容网关因请求格式差异无法调用,以及推理内容回传可能缺失问题

体验优化

  • 优化布局和信息呈现,涉及HOME 目录以 ~ 缩写表示、输入框窄屏布局、反馈界面等
  • 优化界面操作,涉及侧栏搜索焦点响应、工作流面板操作、模型选择器选中操作、打开本地文件失败支持重试等
  • 优化工具调用,web_search 支持并发查询、子代理 reportDelivery 会及时反馈并唤醒父任务
  • 优化安装与启动,改善下载依赖体积、本地运行 dsh web 时会自动打开浏览器
  • 改善大历史会话执行分叉操作上的性能耗时

其他变更

  • 改善 SQLite 后端的读写与分叉性能并降低存储体积,数据结构不兼容
  • 明确品牌使用规范:“DeepSeek Harness”是注册商标,详见 品牌使用规范

SDK

  • Python SDK 依赖配置覆盖 4 个内置 Agent 预设,并包含 rg / glob 搜索和 MCP stdio 工具所需依赖

New Features

  • Expand multimodal support with configurable native image requests for DeepSeek adapters, image input for commands such as /goal and /plan, and file and session references in the @ menu by @LegGasai and @CreatixChu
  • Make Claude Code and Codex subagents installable on demand as Profile Bundles, with non-interactive permission modes and named instances by @pku-xht
  • Add persistent PowerShell session support to Windows PTY terminals and enable it by default in the Minimal preset by @Elevator14B

Bug Fixes

  • Fix model request failures caused by oversized images or excessive accumulated image payloads by @CreatixChu
  • Preserve displayed response prefixes in follow-up prompts and forks after cancelling streamed generation by @CreatixChu
  • Fix custom OpenAI-compatible gateway failures caused by request-format differences or missing reasoning content by @LegGasai

Improvements

  • Improve layout and information presentation, including ~ abbreviations for home directories, narrow composer layouts, and feedback UI by @07akioni and @Chinesezjc
  • Improve UI interactions for sidebar search focus, workflow panels, model selection, and retrying failed local file opens by @yixiangihsiang, @pku-xht, @LegGasai, and @07akioni
  • Improve tool calls with concurrent web_search queries and prompt subagent report delivery that wakes parent tasks by @Dudu-0223
  • Improve installation and startup by reducing dependency download size and opening the browser automatically for local dsh web runs by @imccyu and @lsdsjy
  • Improve fork performance for sessions with large histories by @Magolor

Chores

  • Improve SQLite read, write, and fork performance while reducing storage size; the storage format is incompatible by @Magolor
  • Clarify brand usage: “DeepSeek Harness” is a registered trademark; see the Brand Usage Guidelines by @imccyu

SDK

  • Cover all four built-in Agent Presets and the dependencies required for rg / glob search and MCP stdio tools in the Python SDK runtime by @koalazf99

Full Changelog: dsh-v0.1.0-rc.7...dsh-v0.1.0-rc.8

v0.1.0-rc.7

v0.1.0-rc.7 Pre-release
Pre-release

Choose a tag to compare

@imccyu imccyu released this 17 Aug 12:01
Immutable release. Only release title and notes can be modified.

中文 | English

新增功能

  • 各插件可自行注册设置卡片
  • Codex 与 Claude Code 子代理任务接入 Job Panel
  • MCP/ACP 支持持久化图片附件,PTC Mode 可转发嵌套图片

问题修复

  • 修复极简模式下持久 Bash 调用卡顿
  • 修复大历史消息分页栈溢出
  • 修复 max-tokens 截断导致会话无法继续
  • 修复 Safari 输入框光标与文本错位
  • 升级 node-pty 1.2 beta,改善 PTY 平台兼容性

体验优化

  • 优化 Cordis 动态插件面板
  • DeepSeek 模型新增 low 推理强度,默认仍为 high
  • 英文内置预设 Code mode 更名为 PTC mode
  • 提问卡片支持折叠并保留草稿

New Features

  • Enable plugins to register their own settings cards by @LegGasai
  • Manage Codex and Claude Code subagent tasks through the Job Panel by @pku-xht
  • Add durable image attachments to MCP and ACP, with nested image forwarding in PTC Mode by @tianyicui

Bug Fixes

  • Fix persistent Bash latency in minimal mode by @LegGasai
  • Fix stack overflows in large-history pagination by @Kingwl
  • Preserve sessions after max-token truncation by @LegGasai
  • Fix Safari composer cursor misalignment by @lsdsjy
  • Upgrade to node-pty 1.2 beta for broader PTY compatibility by @kermanx

Improvements

  • Refine the Cordis dynamic plugin panel by @Yifffan
  • Add low reasoning effort for DeepSeek models; high remains the default by @LegGasai
  • Rename the English Code mode preset to PTC mode by @koalazf99
  • Add collapsible question cards with draft preservation by @GeeeekExplorer

Full Changelog: fb82698...99f6f02