Skip to content

Releases: TurnX-alt/actdsh

dsh-v0.1.0-rc.8

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

Choose a tag to compare

@github-actions github-actions released this 21 Aug 05:44

对应上游 deepseek-ai/deepseek-harness dsh-v0.1.0-rc.8

上游发布说明

中文 | English

新增功能

  • 增强多模态支持度,DeepSeek 模型适配器支持配置启用原生图片请求,/goal/plan 等命令可接收图文输入,@ 菜单支持引用文件和会话
  • Claude Code 与 Codex 子代理均可作为 Profile Bundle 按需安装,Codex 同时支持非交互权限模式和多个命名实例
  • 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 for Codex 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:

安装与运行

参见 README:Windows 便携 exe 双击即用;macOS 打开 dmg 后双击「双击我完成安装.command」即可(也可手动 xattr 解除隔离)。

dsh-v0.1.0-rc.7

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

Choose a tag to compare

@github-actions github-actions released this 21 Aug 05:56

对应上游 deepseek-ai/deepseek-harness dsh-v0.1.0-rc.7

上游发布说明

中文 | 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: deepseek-ai/deepseek-harness@fb82698...99f6f02

安装与运行

参见 README:Windows 便携 exe 双击即用;macOS 打开 dmg 后双击「双击我完成安装.command」即可(也可手动 xattr 解除隔离)。