Skip to content

DeepSeek++ 1.12.2

Choose a tag to compare

@github-actions github-actions released this 04 Aug 15:53
· 133 commits to main since this release

DeepSeek++ 1.12.2

1.12.2 是工具执行透明化与生产体验修复版本:shell_exec 等工具失败不再黑箱、可一键导出诊断日志、长文产出自动保存、复制完整输出、导出内容范围可选,并让内联智能体的续跑计数与实际步数一致。

主要变化

  • 工具执行透明化shell_exec 等工具失败时展示实际执行的命令与失败原因;授权被拒时显示具体原因(如授权关闭、过期、会话不匹配、工具禁用)。设置 → 数据 新增「导出诊断日志」按钮,一键导出最近一次会话内的工具执行、授权与错误记录,方便排查问题。
  • 内联智能体续跑计数更准确:达到自动续跑上限暂停时,提示文案改为报告实际完成的步数,与「发送『继续』续跑」的提示口径一致。
  • 长文产出自动保存:Agent 产出长文时自动保存为产物并显示下载入口,无需再手动要求调用下载工具。
  • 复制完整输出:回复操作区新增「复制完整输出」按钮,一次复制 DeepSeek 的完整回复,不再受官方复制按钮限制。
  • 对话导出范围选择:导出 Markdown/HTML 时可选「仅输入+产出」或「全部内容」(含工具调用、续跑信息、思考过程、插件注入信息),并记住上次选择,便于排查与日常归档两用。
  • 权限变化:Chrome、Edge 和 Firefox 均不新增浏览器权限。

感谢 @zhangweildlh 对 v1.12.0 的详细使用反馈(#494),本版针对其中的工具执行、导出、复制与长内容链路问题逐项落地。

验证

  • npm run smoke:pow
  • npm run compile
  • npm pack --dry-run --workspace packages/shell-host
  • npm run build:all
  • npm run zip:all
  • npm run smoke:mcp
  • npm run smoke:shell
  • npm run verify:mcp:mock
  • npm run verify:automation
  • node scripts/web-search-smoke.mjs
  • npm run prompt:freeze
  • npm audit --audit-level=high --omit=dev
  • npm run ci:quality

Chrome Web Store 更新说明

中文:

  • 工具执行更透明:失败时显示实际执行的命令与原因,授权被拒显示具体原因;设置中新增「导出诊断日志」,可一键导出排障信息。
  • 对话导出支持内容范围选择:可选「仅输入+产出」或「全部内容」,并记住上次选择。
  • 内联智能体续跑计数与实际步数一致;长文产出自动保存为产物并提供下载。
  • 回复操作区新增「复制完整输出」,一次复制完整回复。
  • 不新增浏览器权限。

English:

  • Tool execution is more transparent: failures show the actual command and reason, authorization denials show the specific cause, and a new "Export diagnostic logs" option in Settings exports troubleshooting data in one click.
  • Conversation export now supports a content scope choice: "inputs + outputs only" or "everything", remembering your last selection.
  • Inline agent continuation counts now match actual steps; long outputs are auto-saved as artifacts with a download entry.
  • A new "Copy full output" button copies the complete reply in one click.
  • No new browser permissions.