晴天
32190c8f27
feat: v0.13.0 — 新增 Hermes Agent 双引擎支持,更新全部文档与官网
...
- 新增 Hermes Agent 引擎,与 OpenClaw 双引擎并行管理
- 内置 Hermes Agent 对话界面(工具调用可视化、SSE 流式、文件访问开关)
- 多安装清理工具(OpenClaw 多安装检测与一键清理)
- 官网 index.html 更新(title/meta/OG/Twitter/Schema.org/hero/i18n)
- 全部 11 语言 README 更新为多引擎架构描述
- 版本号升级至 0.13.0(package.json/Cargo.toml/tauri.conf.json)
- CHANGELOG.md 新增 0.13.0 条目
- 规划与开发文档从 docs/ 迁移至 .tmp/(不再对外暴露)
2026-04-13 04:09:09 +08:00
github-actions[bot]
849924b152
ci: update latest.json for v0.12.0
2026-04-10 21:51:06 +00:00
晴天
271dc93b08
feat: OpenClaw 4.9 全面适配 (v0.12.0)
...
- 推荐内核统一升级至 2026.4.9 / 2026.4.9-zh.2
- standalone 安装兼容 edition 格式 latest.json + openclaw-zh- 文件名前缀
- standalone 三级降级: R2 CDN → GitHub Releases → npm
- pre_install_cleanup 所有命令加 10s 超时保护(修复安装卡死)
- npm uninstall 加 30s 超时保护
- wmic 全部迁移到 PowerShell(兼容 Windows 11)
- standalone 下载增加文字进度显示
2026-04-11 04:42:36 +08:00
github-actions[bot]
6beaa7f46a
ci: update latest.json for v0.11.6
2026-04-07 08:31:51 +00:00
晴天
3c5a0d252b
chore: release v0.11.6
...
feat: Skills multi-agent support — agent selector + per-agent skills directory (Rust/Node.js/frontend)
feat: Assistant tool mode streaming — typewriter effect + tool_calls chunk accumulation
improve: OpenClaw 4.5 compatibility — full agent event stream handling + 3-min ultimate timeout
improve: Replace hot-update with stable download links (website/GitHub)
fix: Gateway status flapping — dashboard throttle + TCP retry + debounce threshold
fix: Assistant empty gray bubbles — SSE 0-chunk detection + stream error capture + render filter
2026-04-07 16:17:09 +08:00
github-actions[bot]
f781f2afa6
ci: update latest.json for v0.11.5
2026-04-06 19:48:32 +00:00
晴天
ad00ffef3d
chore: release v0.11.5
...
feat: SkillHub skill store (SDK-based, no CLI dependency)
- Rust SDK (skillhub.rs): HTTP search, index fetch, zip download+extract
- Node.js SDK (skillhub-sdk.js): mirrors Rust SDK for Web/Docker mode
- Skills page: new "Store" tab with full index browse + client-side filter
- Remove 6 old CLI-dependent commands, add 3 SDK commands
- Migrate assistant.js skill tools from ClawHub CLI to SkillHub SDK
- Fix index decode error ({total,skills} wrapper vs bare array)
- Fix skill name display (API field 'name' vs 'display_name')
- Clean up 13 dead CSS rules from old skills hero/tips UI
2026-04-07 03:25:26 +08:00
github-actions[bot]
b57235e2a7
ci: update latest.json for v0.11.4
2026-04-05 17:20:45 +00:00
晴天
4f8ac803ce
chore: release v0.11.4
2026-04-06 01:07:36 +08:00
github-actions[bot]
40399df69b
ci: update latest.json for v0.11.3
2026-04-02 16:28:56 +00:00
晴天
ce4e9ee8b0
chore: release v0.11.3
2026-04-03 00:16:50 +08:00
晴天
61400397ec
chore(update): sync latest manifest for v0.11.2
2026-04-02 18:32:46 +08:00
github-actions[bot]
57253e7eb2
ci: update latest.json for v0.11.2
2026-04-02 10:28:38 +00:00
晴天
c6b6707d6c
fix(gateway): avoid false foreign gateway detection ( #176 )
2026-04-02 18:15:52 +08:00
github-actions[bot]
dec0bf4d82
ci: update latest.json for v0.11.1
2026-04-02 09:48:55 +00:00
晴天
3b85bc6f01
feat: Windows dual build - lightweight + full WebView2 installer
2026-04-02 17:33:40 +08:00
github-actions[bot]
10efe1cc0a
ci: update latest.json for v0.11.0
2026-04-02 07:13:38 +00:00
晴天
b427a6b000
feat: improve gateway compatibility and complete i18n cleanup
2026-04-01 15:06:25 +08:00
晴天
f5d32c377c
fix: 修复多个高优 Issue ( #160 , #165 , #156 , #159 , #151 )
...
- #160 Gateway 死循環: _autoPairAndReconnect 后不调用 reconnect() 避免重置计数器
- #165 readConfig 未定义: 替换为内联 fs.readFileSync/writeFileSync
- #156 systemd PATH: findOpenclawBin 添加 npm 全局路径, systemd 服务注入 PATH
- #159 Docker 双容器冲突: 新增 DISABLE_GATEWAY_SPAWN 环境变量开关
- #151 Gateway 检测冲突: linuxCheckGateway 验证进程名, 拒绝操作非 OpenClaw 进程
2026-03-30 23:13:24 +08:00
github-actions[bot]
8d91362cb7
ci: update latest.json for v0.10.0
2026-03-25 22:48:12 +00:00
晴天
c7cc6fd9a4
chore: bump version to 0.10.0 + changelog
...
- package.json / Cargo.toml / tauri.conf.json → 0.10.0
- CHANGELOG.md: 新增 v0.10.0 变更记录(7 新功能 + 10 修复 + 3 改进)
- docs/index.html: 官网下载链接更新到 0.10.0
- docs/update/latest.json: 热更新清单更新(hash 待 CI 填入)
- openclaw-version-policy.json: 新增 0.10.0 版本策略条目
2026-03-26 06:18:20 +08:00
晴天
038e9c01bc
feat(website): complete i18n + circular reveal theme animation
...
- Add data-i18n attrs to all remaining sections: download, AI plan,
sponsors, star history, footer, doc-tags
- Sync _en dictionary keys with HTML data-i18n attributes
- Fix dynamic download badge to work with i18n system
- Add View Transitions API circular reveal for theme toggle
- Light→Dark: expands from bottom-left
- Dark→Light: expands from top-right
- 700ms with Material Design easing, graceful fallback
- Remove body background/color transition (conflicts with view-transition)
2026-03-25 00:05:24 +08:00
github-actions[bot]
fa4a1f6ea3
ci: update latest.json for v0.9.9
2026-03-24 14:48:46 +00:00
晴天
66fc932666
chore: bump version to 0.9.9 + changelog
2026-03-24 22:33:56 +08:00
晴天
985d263dc6
feat: i18n 11 languages + website update + fix #139 #140 #141
...
i18n:
- Add 9 new locale files (ja/ko/de/es/fr/pt/ru/vi/zh-TW)
- Add multilingual README files for all 11 languages
- Add locale helper, index, and modular translation system
- Add translation generation scripts
Website (docs/index.html):
- Replace 公益AI接口 branding with 晴辰云AI接口
- Remove OpenClaw 独立安装包 promotion block
- Update SEO meta tags (description, keywords, OG, Twitter, JSON-LD)
- Add 11-language README links to footer
- Update 元宝派 link to new URL
Bug fixes:
- fix(cron): delivery format mode:'push' → mode:'announce', remove invalid 'to' field (fixes #141 )
- fix(cron): allow single-channel users to select delivery channel
- fix(cron): preserve delivery field in job state for editing
- fix(models): add 'ollama' as recognized API type, prevent overwriting native ollama config (fixes #140 )
- fix(models): skip /v1 append for ollama native API baseUrl
- fix(assistant): normalize 'google-generative-ai' consistently, add ollama hints
- fix(version): use CLI path classification for source detection on Windows (fixes #139 )
- fix(version): default to 'official' instead of 'chinese' when source unknown
- fix(version): reorder npm global package check based on active CLI
2026-03-24 22:31:11 +08:00
github-actions[bot]
7aa13ff7d5
ci: update latest.json for v0.9.8
2026-03-23 14:10:41 +00:00
晴天
3687e26d5d
feat: 飞书官方插件迁移 + 配对审批 + Gateway防卡死 + 微信升级修复 + 更新检测修复
...
- 飞书渠道从 @openclaw/feishu 迁移到 @larksuite/openclaw-lark 官方插件
- 保存飞书配置时自动禁用旧 feishu 插件,防止新旧插件冲突
- 所有主要渠道(飞书/Telegram/Discord/Slack)启用配对审批UI
- gateway_command 增加20s超时,超时后force-kill+fresh start
- 全平台启动前端口占用检查,防止Guardian无限拉起
- Linux gateway_command 补齐 Duration 导入和 cleanup_zombie 实现
- Guardian自动守护在Tauri桌面端也启用,轮询间隔30s→15s
- 微信渠道:升级操作不再弹出扫码二维码,按钮文案区分安装/升级
- 版本更新检测:CI不再将minAppVersion写死为当前版本
- 部署脚本增强OpenClaw检测,支持已安装的官方版
- 日间/夜间模式圆形扩散切换动画(View Transitions API)
- API错误信息完整展示(429限流等),URL自动转可点击链接
- 第三方API接入引导优化:移除内置密钥,引导式流程
- 修复全平台 Clippy 警告(strip_prefix/dead_code/unnecessary_unwrap等)
- Rust代码格式化修复(cargo fmt)
- toast组件支持HTML内容渲染
- Rust后端test_model返回详细错误信息
2026-03-23 21:51:34 +08:00
晴天
dccb4b4dbf
refactor: remove floating recommendation capsule from homepage
2026-03-22 20:56:02 +08:00
github-actions[bot]
7b3b589afd
ci: update latest.json for v0.9.7
2026-03-20 20:20:47 +00:00
晴天
6494cf6551
chore: release v0.9.7
2026-03-21 04:11:13 +08:00
晴天
41938858c4
content: update recommendation capsule copy and link
2026-03-20 19:17:19 +08:00
晴天
8da8a24702
refactor: rename icon asset to resolve browser cache issue
2026-03-19 18:07:12 +08:00
晴天
d06f182639
fix: show original icon color in promo capsule
2026-03-19 17:42:56 +08:00
晴天
7193f8adeb
docs: add apple-touch-icon for site
2026-03-19 17:40:31 +08:00
晴天
6cf5d04101
style: update official site content and layout
2026-03-19 17:35:10 +08:00
github-actions[bot]
e4c639f543
ci: update latest.json for v0.9.6
2026-03-18 08:12:38 +00:00
晴天
97c0054a3a
chore: release v0.9.6
2026-03-18 15:51:47 +08:00
github-actions[bot]
08031b9dca
ci: update latest.json for v0.9.5
2026-03-17 12:12:07 +00:00
晴天
961e8e4949
chore: release v0.9.5
2026-03-17 19:57:06 +08:00
晴天
69b22c527c
docs: add Docker FAQ for OpenClaw install failure in panel
2026-03-17 17:43:49 +08:00
github-actions[bot]
22a1fccd8f
ci: update latest.json for v0.9.4
2026-03-16 22:46:53 +00:00
晴天
1809329aaa
feat: standalone 独立安装包集成 + 安装方式选择器 (0.9.4)
...
- 新增 standalone 安装链路(自带 Node.js,零依赖,无需 npm)
- 安装方式选择器:自动/CDN加速/GitHub/npm 四选一
- 动态查询 latest.json 获取最新版本,不怕旧资源被删除
- GitHub 模式:从 GitHub Releases 下载(CDN 不可用时备选)
- CherryStudio openclaw.exe 干扰过滤
- 默认源改为汉化优化版
- 日志隐藏 R2 下载地址(安全)
- 卸载兼容:standalone + npm 双清理
- 版本检测覆盖所有 standalone 安装路径
- README + 官网添加独立安装包说明
- macOS npm 权限问题通过 standalone 自动解决
2026-03-17 06:32:23 +08:00
晴天
3516f099ff
style: 更新官网版本号和样式细节
2026-03-17 01:01:24 +08:00
晴天
3cd153d957
style: 更新官网版本号和文档样式
2026-03-17 00:28:34 +08:00
github-actions[bot]
4792310528
ci: update latest.json for v0.9.3
2026-03-16 15:56:13 +00:00
晴天
20d80c3ec5
feat: v0.9.3 — 9项Bug修复+ARM性能优化+R2 CDN加速+非商用协议
2026-03-16 23:45:03 +08:00
github-actions[bot]
b11c9533ef
ci: update latest.json for v0.9.2
2026-03-15 20:37:46 +00:00
晴天
48cffe1f42
feat: v0.9.2 — SkillHub双源技能管理、消息渠道多Agent绑定、模型配置优化、白屏安全网等
2026-03-16 04:26:30 +08:00
github-actions[bot]
b55ba4c14f
ci: update latest.json for v0.9.1
2026-03-14 12:15:17 +00:00
晴天
394813a96c
feat: v0.9.1 — 面板设置页、网络代理、后台安装、模型服务商扩展、多项修复
...
新功能:
- 新增独立面板设置页面(网络代理 + 代理测试 + 模型代理开关 + npm源)
- 网络代理支持:下载类操作走代理,自动绕过内网地址
- 安装/升级/卸载改为后台执行,不再阻塞界面
- 全局任务状态栏:关闭弹窗后顶部显示进度,可重新查看日志
- 安装/卸载完成后自动刷新界面状态
- 新增多个模型服务商快捷配置(硅基流动、火山引擎、阿里云百炼、智谱AI、MiniMax、NVIDIA NIM、胜算云)
- AI助手浮动按钮恢复,首次提示可拖动,实时聊天页隐藏
修复:
- 修复版本更新误判(本地版本高于远端不再误弹更新)
- 修复Windows下nvm/自定义Node路径CLI检测
- 修复npm EEXIST文件冲突(--force + 安装前自动清理)
- 修复汉化版-zh.x后缀版本比较错误
- 修复模型URL自动拼接/v1问题
- 修复切换版本后Gateway重装失败(PATH缓存刷新)
- 修复切换助手服务商时旧模型名残留
优化:
- macOS图标改用docs/logo.png统一生成
- 内置推荐版本号更新到OpenClaw 2026.3.13
- 错误诊断增强(EEXIST识别)
- 弹窗标题根据操作类型显示
- 新增版本维护文档
2026-03-14 19:57:22 +08:00