Skip to content

DeepSeek++ 1.13.0

Choose a tag to compare

@github-actions github-actions released this 05 Aug 14:05
· 34 commits to main since this release

DeepSeek++ 1.13.0

1.13.0 是内联智能体引擎与本地 Skill 管理升级版本:内联智能体换用更稳定的新运行引擎并支持官方 API 后端,本地文件夹导入的 Skill 升级为索引导入并支持重关联与自动激活,后台性能与对话导出链路也更可靠。

主要变化

  • 内联智能体引擎升级:内联智能体运行引擎整体升级,工具执行与授权链路更稳定,续跑与事件处理保持一致。配置 DeepSeek 官方 API Key 后,内联智能体自动改用官方 API 后端运行(支持推理过程);未配置时仍使用页面会话链路,与侧边栏聊天行为一致。
  • 本地 Skill 管理升级:本地文件夹导入的 Skill 改为索引导入——数据库中只保存索引卡、内容按需从磁盘读取;支持目录重定位后的重新关联与隐式自动激活。Skill 激活后,会话中的 shell 工作目录自动限定在该 Skill 目录内,防止越界操作。
  • 技能生态导入:支持从 pi/agentskills.io 生态导入 SKILL.md 技能包,沿用现有本地导入流程,不新增存储键。
  • 后台性能优化:后台脚本结构性瘦身,i18n 资源按分区裁剪;存储读写改用浏览器原生 IndexedDB,启动与响应更快、内存占用更低。
  • 对话导出修复:当前会话历史为空时导出会明确失败提示;复制输出失败时显示具体原因,不再无声失败。
  • 权限变化:Chrome、Edge 和 Firefox 均不新增浏览器权限。

感谢 @zhangweildlh 贡献的本地 Skill 管理升级(#457):本地文件夹索引导入、目录重定位重关联、隐式自动激活与 Skill 会话 cwd 安全围栏。

验证

  • 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 更新说明

中文:

  • 内联智能体引擎升级:工具执行与续跑更稳定;配置官方 API Key 后自动改用官方 API 后端运行(支持推理过程),未配置时仍使用页面会话链路。
  • 本地 Skill 管理升级:本地文件夹导入改为索引导入,支持目录重定位后的重新关联与隐式自动激活;Skill 会话的 shell 工作目录自动限定在 Skill 目录内。
  • 支持从 pi/agentskills.io 生态导入 SKILL.md 技能包。
  • 后台性能优化:启动与响应更快、内存占用更低。
  • 对话导出在会话历史为空或复制失败时给出明确提示。
  • 不新增浏览器权限。

English:

  • The inline agent runs on an upgraded engine with more stable tool execution and continuation; when an official DeepSeek API key is configured it automatically uses the official API backend (with reasoning), otherwise it keeps using the page session.
  • Local Skill management is upgraded: folder imports now use an index-based flow with re-association after relocation and implicit auto-activation, and Skill sessions confine shell working directories to the Skill folder.
  • SKILL.md skill packs from the pi/agentskills.io ecosystem can be imported through the existing local import pipeline.
  • Background performance is improved: faster startup and responses with lower memory use.
  • Conversation export now shows clear messages when session history is empty or copying fails.
  • No new browser permissions.