github-actions[bot]
4a094c78ea
ci: update latest.json for v0.16.5
2026-05-22 12:54:52 +00:00
晴天
d0f0d1f6b7
fix(gateway): release 0.16.5
2026-05-22 20:42:16 +08:00
github-actions[bot]
5aa4c9aa06
ci: update latest.json for v0.16.4
2026-05-22 12:00:01 +00:00
晴天
4d82395b90
fix(engine-select): release 0.16.4
2026-05-22 19:46:07 +08:00
github-actions[bot]
c2510e64d9
ci: update latest.json for v0.16.3
2026-05-22 07:53:31 +00:00
晴天
76c4a56302
fix: stabilize gateway startup and kernel i18n
2026-05-22 15:38:56 +08:00
github-actions[bot]
7977608e5b
ci: update latest.json for v0.16.2
2026-05-21 11:38:06 +00:00
晴天
41e688843e
chore: release v0.16.2
2026-05-21 19:23:43 +08:00
github-actions[bot]
dbdf239430
ci: update latest.json for v0.16.1
2026-05-21 06:46:21 +00:00
晴天
14525c50e4
chore: release v0.16.1
2026-05-21 14:33:33 +08:00
github-actions[bot]
230b5e6dca
ci: update latest.json for v0.16.0
2026-05-16 07:23:49 +00:00
晴天
14a5b1ee9a
chore: release v0.16.0
2026-05-16 15:11:02 +08:00
晴天
cb4c9bcdfc
chore: 目录优化
2026-05-16 12:20:04 +08:00
晴天
6a0d87479c
feat(engine-select): Monolith 对角线全屏选择屏
...
替换原卡片网格为「左上 OpenClaw(石墨黑)vs 右下 Hermes(象牙白)」对角线全屏设计。
启动屏 / 引擎切换时给用户一个有冲击力的「选择时刻」。
## 核心设计
- position: fixed 跳出 #content 范围,覆盖整个 viewport(含 sidebar)
- 双三角形 clip-path: polygon (0 0, 0 100%, 100% 0) / (100% 0, 100% 100%, 0 100%)
- 内容用 absolute 定位到三角形质心(左上 11%/6.5% / 右下 11%/6.5%),永不重叠
- 微妙的 60px 网格纹 + 角落极光(紫蓝 / 橙金)+ 极细中线分割
- clamp(80px, 13vw, 200px) 巨字标题 + 序号 + Logo + tagline + 特性列表 + CTA
## 交互
- hover 联动:用 [data-hover] attribute 替代 :has(),兼容旧 WebKit
- 鼠标悬停一侧 → 该侧亮起 + 内容平移 + CTA 反白;另一侧变暗 + 内容模糊缩小
- 点击三角形 → 三角形 clip-path 扩满(0.8s)→ 中心圆扩散(0.9s)→ 进入主页
- reveal 节点 attach 到 body,跨路由切换存活,新页面渲染后再淡出
## Both / Later 处理
- 两个次级选项保留,做成底部居中的玻璃 pill 链接(不抢戏)
- 不走对角线扩散动画,点击后直接 applyEngineSelection + navigate
## 兼容性
- prefers-reduced-motion: reduce → 关闭所有动画
- 移动端响应式:< 760px 调整字号 / 边距 / 角标
- 用 Vite define 注入的 __APP_VERSION__ 显示版本号(与 main.js / sidebar.js 一致)
## i18n
- engine.choiceTopBanner / choiceCtaEnter
- choiceOpenclaw{Tagline,Feat1,Feat2,Feat3,Category}
- choiceHermes{Tagline,Feat1,Feat2,Feat3,Category}
- choiceSecondary{Both,Later}
- 三语完整(zh-CN / en / zh-TW)
## 抽卡 prototype
保留 docs/engine-select-mockups/ 下的 V2 4 张设计 + 索引页(v2-monolith.html
即本次接入的最终版本)。
2026-05-14 06:22:32 +08:00
github-actions[bot]
eeb6bab6c6
ci: update latest.json for v0.15.3
2026-05-13 09:06:28 +00:00
晴天
c3d25aab62
chore: release v0.15.3
2026-05-13 16:53:47 +08:00
github-actions[bot]
d5059949bc
ci: update latest.json for v0.15.2
2026-05-13 08:26:17 +00:00
晴天
1467d58b55
chore: release v0.15.2
2026-05-13 16:10:13 +08:00
github-actions[bot]
c11c2e5580
ci: update latest.json for v0.15.1
2026-05-10 13:43:18 +00:00
晴天
81c42dbfe2
chore: release v0.15.1
2026-05-10 21:30:36 +08:00
github-actions[bot]
2a547e9603
ci: update latest.json for v0.15.0
2026-05-07 20:52:43 +00:00
晴天
328624cf03
chore: release v0.15.0
...
发布 0.15.0:
- 新增内核版本兼容层、特性门控、低版本阻断和升级提示
- 新增 PATH 中 OpenClaw CLI 冲突检测、隔离与恢复
- 修复 Hermes Gateway loopback 自动拉起与 /v1/runs 诊断
- 修复 standalone 一键安装包在 About/仪表盘显示未知版本
- 同步 OpenClaw 2026.5.6 推荐版本和热更新 minAppVersion
- 补齐本地 JS/Rust 测试与发布前检查说明
验证:
- npm run build
- node --test tests/*.test.js
- node --check src/scripts JS 文件
- cargo fmt --all -- --check
- cargo check
- cargo clippy --all-targets -- -D warnings
- cargo test
2026-05-08 04:39:36 +08:00
晴天
f6470d9e6a
ci: update latest.json for v0.14.0
...
release.yml 的"提交 latest.json 到 main"步骤在本次发版被静默吞错
(`git push HEAD:main || true`):Release CI 跑期间我推了 fmt fix
commit (88928b7 ) 让 main 领先于 CI 检出的版本,CI 试图 push 时被
GitHub 因 non-fast-forward 拒绝。
手动补提此清单,让前端热更新可识别 0.14.0 包:
- hash 来自下载 https://github.com/qingchencloud/clawpanel/releases/download/v0.14.0/web-0.14.0.zip 后计算的 sha256
- size 取实际字节数
- releasedAt 取 Release.publishedAt
2026-04-26 00:02:05 +08:00
晴天
9ee99ead24
chore: release v0.14.0
...
集中发版:
新功能(10)
- 心甜Claw 引擎入口(第 3 个引擎模式)
- Hermes 22 个 Provider 注册表 + 安装/仪表盘动态加载
- Hermes .env 高级编辑(拒绝触碰托管 Provider 密钥)
- Hermes 会话与用量分析增强
- Hermes Dashboard 自动拉起 + Windows POSIX-only 兼容模态
- Hermes Skills 工具集面板
- 官网 Hermes Agent 黑金特色区 + 图文指南
- Boot Manifest 启动页(双语 + 错峰动画)
- 官网 Markdown 阅读器图片 lightbox
- Hermes Memory 概览卡
改进(9)
- Hermes 仪表盘/扩展页全面本地化
- 记忆编辑大尺寸模态
- 日志下载 Web/桌面分流
- 侧边栏导航补全
- 模型备选管理 UI(PR #232)
- 模型加载错误 UX 重做(错误卡 + 详情 + 重试)
- .page 布局 clamp + .page-narrow
- Memory 单列断点提早到 1100px
- Web 模式跳过前端热更新检查
修复(12)
- Gateway 启动 platforms.api_server.enabled 自修复(含 7 unit test)
- Memory 页 overview 卡穿模(旧 flex 列约束 → 自然块流)
- Skills 页 hero/toolsets 被压缩(flex-shrink:0)
- Web 模式 Skills ReferenceError(补 _readHermesDisabledSkills)
- 日志/记忆下载行为分流
- src/pages/models.js 5 处 typo
- 删除 56 行 .hm-memory-* 死代码 + line-clamp 标准属性
- Dependabot rustls-webpki / postcss / rand
2026-04-25 23:47:22 +08:00
晴天
3ed59fcb2b
feat(hermes): align dashboard APIs and add xintian engine
2026-04-25 10:31:32 +08:00
github-actions[bot]
96aa1f061d
ci: update latest.json for v0.13.4
2026-04-20 08:31:04 +00:00
晴天
1d4f4a4db2
chore: release v0.13.4
2026-04-20 16:08:15 +08:00
github-actions[bot]
a798f4e09b
ci: update latest.json for v0.13.3
2026-04-16 06:42:03 +00:00
晴天
a6e200793a
Merge branch 'main' of https://github.com/qingchencloud/clawpanel
2026-04-16 13:55:48 +08:00
晴天
36eaa64bf4
chore(release): v0.13.3
...
- 修复 #212 AI 消息气泡空白
- 修复 #215 HTTPS 下 WebSocket Mixed Content
- 修复 #219 多实例版本检测错误
- 修复引擎切换后仪表盘无限加载
- 修复热更新假更新循环(macOS/Linux)
- CI release 构建前自动同步版本号
2026-04-16 13:55:26 +08:00
github-actions[bot]
283c4df24d
ci: update latest.json for v0.13.2
2026-04-13 07:27:09 +00:00
晴天
55e8365cab
chore: release v0.13.2
2026-04-13 15:10:20 +08:00
github-actions[bot]
fc75426aef
ci: update latest.json for v0.13.1
2026-04-13 03:33:27 +00:00
github-actions[bot]
e422bd7b19
ci: update latest.json for v0.13.0
2026-04-12 20:36:30 +00:00
晴天
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