Releases: binchen6/CryoClaw
Release list
CryoClaw v2026.821.2
CryoClaw v2026.821.2
- 新功能:应用自动更新迁移至 GitHub Releases(设置-关于内检查/下载/一键重启安装,差量更新只下载变更块)
- 新功能:设置-高级新增「导出诊断包」(一键打包日志与运行环境信息)
- 优化:日志统一收口到 ~/.openclaw/logs/(app.log/gateway.log,支持 CRYOCLAW_LOG_LEVEL 级别过滤)
- 优化:Gateway 启用 V8 编译缓存,二次启动更快;主窗口创建提前,首屏更跟手
- 优化:退出时自动清理临时缓存(保留用户配置与会话历史);收敛无用 Chromium 特性降低内存占用
- 优化:渲染进程崩溃自愈与内存软监控;设置/聊天界面图标统一为 lucide 风格
- 修复:自动更新换装流程(重启安装不再静默失败)
- 测试基线 487 用例全绿
English
- New: app auto-update moved to GitHub Releases (check/download/one-click restart-to-install in Settings → About, differential downloads)
- New: Export Diagnostics bundle in Settings → Advanced (logs + runtime info in one click)
- Improved: unified logging to ~/.openclaw/logs/ (app.log/gateway.log, CRYOCLAW_LOG_LEVEL filtering)
- Improved: V8 compile cache for Gateway (faster warm starts); earlier main-window creation
- Improved: temp caches cleaned on quit (user config & chat history kept); unused Chromium features disabled to cut memory
- Improved: renderer crash self-healing & memory soft-watchdog; settings/chat icons unified to lucide
- Fix: update swap flow (restart-to-install no longer fails silently)
- 487-test baseline all green
CryoClaw v2026.811.9
插件管理页 + ClawHub 插件市场;消息引用/重发;Ctrl+N/L 快捷键;Electron 43(高危漏洞修复,audit 0 漏洞);gateway.asar -10.8MB(pdb 裁剪);rewind/fork 收尾优化与终态刷新防消息回退。详见 docs/OPTIMIZATION-PROGRESS.md。
v2026.811.8
v2026.811.8
中文
- 修复:历史消息中的
MEDIA:<路径>标记现在渲染为真实图片(此前仅显示为纯文本/路径链接) - 加载失败自动回退为原始文本,点击图片可全屏预览(点击/Esc 关闭)
- 识别启发式:支持带引号与裸路径、中文路径编码、尾随文本按图片扩展名截断;代码块内不误渲染
English
- Fix: legacy
MEDIA:<path>markers in historical messages now render as actual images (previously shown as plain text/path links) - Falls back to raw text when the file is unreadable; click the image for fullscreen preview (click/Esc to close)
- Heuristics: quoted & bare paths, CJK path encoding, trailing text trimmed at the image extension; markers inside code blocks are never rendered
安装 / Install
下载 CryoClaw-Setup-2026.811.8-x64.exe(Windows x64)。支持静默安装:CryoClaw-Setup-2026.811.8-x64.exe /S。
已通过静默安装 E2E + CDP 真机验证:本地图片真实加载(naturalWidth>0)、灯箱开关正常、零裸 i18n 键、零 renderer 异常。
Download CryoClaw-Setup-2026.811.8-x64.exe (Windows x64). Silent install: CryoClaw-Setup-2026.811.8-x64.exe /S.
Verified via silent-install E2E + CDP on the real app: local image actually loads (naturalWidth>0), lightbox open/close works, zero bare i18n keys, zero renderer exceptions.
v2026.811.7
v2026.811.7
中文
- 阅读体验:对话中的 LaTeX 公式(
$$块级$$与$行内$)现在用 KaTeX 渲染为专业数学排版 - 按需加载不拖累首屏(katex 独立分包 + 字体按需);识别启发式防止金额文本误判;渲染失败自动保留原文
English
- Reading experience: LaTeX math (
$$block$$and$inline$) in chat is now rendered with KaTeX professional typesetting - Loaded on demand (separate chunk + fonts on demand); heuristics guard against false positives like currency amounts; falls back to raw text on failure
安装 / Install
下载 CryoClaw-Setup-2026.811.7-x64.exe(Windows x64)。支持静默安装:CryoClaw-Setup-2026.811.7-x64.exe /S。
已通过静默安装 E2E + CDP 真机验证:双公式渲染生效(.katex 4 元素/块级 2 个),零裸 i18n 键、零 renderer 异常。
Download CryoClaw-Setup-2026.811.7-x64.exe (Windows x64). Silent install: CryoClaw-Setup-2026.811.7-x64.exe /S.
Verified via silent-install E2E + CDP on the real app: both formulas rendered (4 .katex elements, 2 block-level), zero bare i18n keys, zero renderer exceptions.
v2026.811.6
v2026.811.6
中文
- 阅读体验:代码块左上角新增语言标签(python/js 等,mono 弱显示),代码区顶部自动留白防遮挡
English
- Reading experience: code blocks now show a language label (python/js etc., muted mono) at top-left, with automatic top padding to keep code clear
安装 / Install
下载 CryoClaw-Setup-2026.811.6-x64.exe(Windows x64)。支持静默安装:CryoClaw-Setup-2026.811.6-x64.exe /S。
已通过静默安装 E2E + CDP 真机验证:语言标签/复制按钮/高亮 1:1,浅/暗双主题截图走查通过,零 renderer 异常。
Download CryoClaw-Setup-2026.811.6-x64.exe (Windows x64). Silent install: CryoClaw-Setup-2026.811.6-x64.exe /S.
Verified via silent-install E2E + CDP on the real app: label/copy-button/highlight all 1:1, light & dark theme visual walkthrough passed, zero renderer exceptions.
v2026.811.5
v2026.811.5
中文
- 阅读体验:代码块新增语法高亮(highlight.js 按需加载,覆盖 JS/TS/Python/JSON/Bash/SQL/Go/Rust 等 15 种常用语言,配色随浅/暗主题自动适配)
English
- Reading experience: code blocks now get syntax highlighting (highlight.js loaded on demand, 15 common languages incl. JS/TS/Python/JSON/Bash/SQL/Go/Rust; colors adapt to light/dark theme automatically)
安装 / Install
下载 CryoClaw-Setup-2026.811.5-x64.exe(Windows x64)。支持静默安装:CryoClaw-Setup-2026.811.5-x64.exe /S。
已通过静默安装 E2E + CDP 真机验证:python 代码块高亮生效、复制按钮 1:1、零 renderer 异常。
Download CryoClaw-Setup-2026.811.5-x64.exe (Windows x64). Silent install: CryoClaw-Setup-2026.811.5-x64.exe /S.
Verified via silent-install E2E + CDP on the real app: python highlighting active, copy buttons 1:1, zero renderer exceptions.
v2026.811.4
操作体验:对话中的每个代码块新增一键复制按钮(悬停显现,复制成功/失败有即时反馈)
Interaction: every code block in chat now has a one-click copy button (reveals on hover, with instant copied/failed feedback)
已通过静默安装 E2E + CDP 真机验证(代码块与复制按钮 1:1、零 renderer 异常)。/ Verified via silent-install E2E + CDP on the real app.
v2026.811.3
v2026.811.3
中文
- 阅读体验:对话中的 markdown 标题有了层级样式(字号/间距收敛),GFM 表格首次获得边框、内边距与斑马纹,宽表格横向滚动不再撑破气泡
- 新功能:markdown 渲染引擎支持 GFM 任务列表(
- [x]渲染为只读复选框),解析异常自动退化为纯文本不再拖垮单条消息 - 安全:修复 25 个依赖漏洞(含打包链路的严重级 node-tar 路径穿越;chat-ui 侧 dompurify/vite 等 7 项清零)
- 工程:新增 tests CI 工作流(每次提交全量回归);移除不适用于本仓库的上游签名/CDN 发版工作流
English
- Reading experience: markdown headings in chat get a proper type scale, and GFM tables are now styled (borders, padding, zebra rows) with horizontal scroll instead of breaking the bubble
- New: markdown engine renders GFM task lists (
- [x]as read-only checkboxes); parse failures degrade to plain text instead of breaking the message - Security: fixed 25 dependency vulnerabilities (incl. critical node-tar path traversal in the packaging chain; chat-ui dompurify/vite etc. all cleared)
- Engineering: new tests CI workflow (full regression on every commit); removed upstream signing/CDN release workflows that don't apply to this fork
安装 / Install
下载 CryoClaw-Setup-2026.811.3-x64.exe(Windows x64,约 120MB)。支持静默安装:CryoClaw-Setup-2026.811.3-x64.exe /S。
本版本已通过静默安装 E2E 验证:/S 安装无界面弹窗、应用正常启动、gateway HTTP 200(9 秒就绪)。
Download CryoClaw-Setup-2026.811.3-x64.exe (Windows x64, ~120MB). Silent install supported: CryoClaw-Setup-2026.811.3-x64.exe /S.
Verified via silent-install E2E: /S install completed with no UI, app launched, gateway HTTP 200 (ready in 9s).
v2026.811.2
v2026.811.2 — CryoClaw 首次开源发布
基于 OneClaw 二改重构的 openclaw harness,首个公开版本。
本版本内容 / What's in this release
中文
- 新功能:模型管理支持自定义分组——新建/重命名/删除/拖拽排序分组,把模型指派进组后,聊天与定时任务的模型选择器按分组显示
- 优化:模型管理页新增搜索框(按名称/ID 过滤)、模型卡片直接显示「默认 / 备用 N」徽标,备用链与卡片一目了然
- 优化:模型选择器中默认模型带「默认」标记,多模型时更容易辨认
- 随开源仓库源码附带的小改进(将随下一个安装包构建发布):markdown 渲染引擎增强(GFM 任务列表、解析异常兜底)、UI 布局修正(计划面板与错误条避让、定时任务页窄窗适配)
English
- New: custom groups in model management — create/rename/delete/drag-reorder groups, assign models to them, and the model selector in chat and scheduled tasks displays them as sections
- Improved: model management page gains a search box (filter by name/ID) and inline Default / Fallback N badges on model cards
- Improved: the default model is labeled in the model selector for easier recognition
- Extras included in the open-source repository (will ship with the next installer build): markdown rendering engine enhancements (GFM task lists, parse-failure fallback) and UI layout fixes (plan panel / error banner clearance, cron page narrow-window layout)
安装 / Install
下载 CryoClaw-Setup-2026.811.2-x64.exe(Windows x64),双击安装,选择服务商并输入 API Key 即可使用。
Download CryoClaw-Setup-2026.811.2-x64.exe (Windows x64), run the installer, pick a provider and enter your API Key.