晴天
97c0054a3a
chore: release v0.9.6
2026-03-18 15:51:47 +08:00
晴天
7764a32799
fix: dashboard null crash, chat layout, markdown escaping, gzip, gateway banner delay
...
feat: hosted agent with auto-stop, context compression, visual sliders
feat: auto-reload gateway after config save (debounced 3s)
style: toast solid bg, chat input enlargement, hosted agent panel CSS
chore: fix dev.ps1 encoding, engagement share text
2026-03-18 15:02:04 +08:00
晴天
42f063e0e1
fix: Gemini api type mapping + underscore rendering in code
...
- model-presets: google-gemini → google-generative-ai (fixes #93 , matches upstream OpenClaw config schema)
- markdown: underscore-to-italic regex now requires word boundary (fixes #92 , my_variable no longer becomes italic)
2026-03-17 17:36:18 +08:00
晴天
604ea3da96
fix: cherry-pick PR#94 improvements + dashboard loading fix
...
- ws-client: connection dedup (_connecting state), connect() guard, global singleton
- chat: 8 null guards (sendMessage/doSend/createStreamBubble/renderAttachments/showPageGuide/loadHistory)
- chat: auto-scroll control (wheel/touch/scrollBtn, disable on scroll-up)
- chat: tool call rendering (appendToolsToEl, collectToolsFromMessage, upsertTool, mergeToolEventData)
- chat: tool event tracking (agent tool events -> _toolEventData/_toolRunIndex)
- chat: extractChatContent/extractContent/dedupeHistory full tools support
- chat.css: .msg-tool collapsible card styles
- dashboard: .catch() on loadDashboardData fire-and-forget, error state + retry button
2026-03-17 17:36:18 +08: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
晴天
20d80c3ec5
feat: v0.9.3 — 9项Bug修复+ARM性能优化+R2 CDN加速+非商用协议
2026-03-16 23:45:03 +08:00
晴天
312596a606
fix: 恢复聊天页面会话列表切换按钮(PR#88移入sidebar内导致折叠后无法展开)
2026-03-16 20:11:55 +08:00
晴天
e737e1de4a
fix: 仪表盘版本显示'未知'修复 — coreP解构顺序错误(config和version互换了)
2026-03-16 19:53:12 +08:00
晴天
55ee177785
fix(chat): move session sidebar toggle next to new-session button (mobile) ( #88 )
...
fix(chat): move session sidebar toggle next to new-session button (mobile)
2026-03-16 19:05:35 +08:00
OpenClaw Agent
7832bc00f6
chore: minimize chat toggle change; restore default port
2026-03-16 10:37:18 +00:00
晴天
7514b29dbe
fix: Agent模型显示[object Object]修复 — 正确解析model对象的primary字段
2026-03-16 18:36:30 +08:00
OpenClaw Agent
909b3d0892
fix(chat): move session sidebar toggle next to new-session button (mobile)
2026-03-16 09:42:44 +00:00
OpenClaw Agent
cbe2f8fbdb
feat: collapsible desktop sidebar
2026-03-16 09:42:44 +00:00
晴天
cff5d2ef1f
fix: cron.run/update/remove参数修复(id→jobId匹配Gateway schema)
2026-03-16 17:40:09 +08:00
晴天
61434137d7
perf: ARM设备性能优化 — in-flight请求去重+后端缓存+仪表盘轮询降频+R2 CDN加速
2026-03-16 13:56:36 +08:00
晴天
48cffe1f42
feat: v0.9.2 — SkillHub双源技能管理、消息渠道多Agent绑定、模型配置优化、白屏安全网等
2026-03-16 04:26:30 +08: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
晴天
205d349917
feat: v0.9.0 — Usage analytics, Communication config, 晴辰云 branding, multi-agent channels, 7 bug fixes
2026-03-14 07:09:50 +08:00
晴天
f0015118d1
chore: release v0.8.6 — fix SSH auth in version switch, improve error diagnosis
2026-03-13 17:17:44 +08:00
Sheldon.li
e5b96771dd
fix(cron): use job.id instead of job.name for API calls ( #58 )
...
感谢 @axdlee 的贡献!这个修复很精准,job ID 和 name 的混淆确实会导致自定义名称的定时任务无法触发。已合并 🎉
2026-03-13 16:41:40 +08:00
晴天
f3918595f7
fix: filter nightly versions in version picker, show stable by default
2026-03-13 15:45:40 +08:00
晴天
0dd202d50d
chore: release v0.8.4 — 移除龙虾军团入口,精简前端
2026-03-13 15:24:35 +08:00
晴天
df0863010b
fix: v0.8.3 — default to official package + CI clippy fix (remove libc)
2026-03-13 02:02:55 +08:00
晴天
db30f29abf
feat: v0.8.2 — 15 fixes + 4 features + 3 improvements
...
Fixes:
- Stop force-appending /v1 to API URLs (breaks Volcengine /v3 etc)
- SSH upgrade: --unset-all + --add for 4 git insteadOf rules
- Feishu: builtin detection, overlay→modal fix, select field, plugin version persistence
- Docker: HTML response detection, Web mode guidance
- Chat: runId dedup prevents duplicate messages
- Cron: RPC params name→id
- Channels: Gateway reload async (instant UI response), toggle cache invalidation
- Linux: auto sudo for non-root npm installs (libc geteuid)
- Control UI: dynamic hostname + auth token for remote access
- npm: mirror fallback (npmmirror→npmjs.org)
- QQBot: native binding friendly error message
- Error diagnosis: SSH vs Git-not-installed, native binding detection
Features:
- About page: company info (武汉晴辰天下网络科技有限公司)
- model-presets.js: shared module for models.js + assistant.js
- Feishu: dual plugin support (builtin vs official @larksuiteoapi)
- Assistant: provider preset quick-fill buttons
Improvements:
- Website: dynamic download links from latest.json + claw.qt.cool proxy
- Linux deploy docs: upgrade guide, Gitee mirror, sudo notes
- linux-deploy.sh: Gitee fallback + sudo npm + mirror retry
2026-03-13 00:03:09 +08:00
晴天
14bf387291
fix: remove duplicate feishu plugin check, skip install for builtin plugins
2026-03-12 02:44:48 +08:00
晴天
3e24ceaa4d
v0.8.0: Ollama兼容、Git自动安装、Gitee镜像、会话重命名、消息渠道Agent绑定、仪表盘重设计、环境检测实时生效、#44修复
2026-03-12 02:17:47 +08:00
晴天
62c8fc9355
feat: 添加飞书交流群入口 + 推荐弹窗/关于页面飞书入口 + 官网 emoji 替换为 SVG
2026-03-11 15:06:25 +08:00
晴天
5cd160f4e0
fix(docker): show Docker Socket guide when ClawPanel itself is in Docker container
...
- Detect isInDocker() and show host Docker connection guide instead of Docker Desktop install
- Docker Socket mount instruction + TCP remote node alternative
- Separate UX for 'in-container' vs 'native app without Docker'
2026-03-11 02:44:12 +08:00
晴天
13270a0065
fix: add cron.js to git tracking (was in .git/info/exclude)
2026-03-11 02:18:43 +08:00
晴天
01561820be
fix: sidebar clock icon + cron button loading + #35 _normalizeBaseUrl crash
...
- sidebar.js: add clock SVG to ICONS map for 定时任务 nav item
- cron.js: add loading feedback to toggle/delete buttons
- dev-api.js: extract _normalizeBaseUrl from handlers object to standalone function
Fixes #35 : 'Cannot read properties of undefined (reading _normalizeBaseUrl)'
Root cause: handlers are called as standalone functions via API middleware,
so 'this' is undefined. Moving to a standalone function fixes it.
2026-03-11 02:08:01 +08:00
晴天
8602008a13
feat(services): add openclaw.json config editor with auto-backup and restart
...
- Config editor section in services page (hidden when file doesn't exist)
- Real-time JSON syntax validation as you type
- Auto-backup before every save
- Two save modes: 'Save & Restart Gateway' or 'Save Only'
- Reload button to discard unsaved changes
- Change detection (dirty state indicator)
2026-03-11 02:08:01 +08:00
晴天
8bba06f552
feat(cron): register cron page in router + sidebar, fix Gateway RPC call formats
...
- main.js: register /cron route
- sidebar.js: add '定时任务' to '数据' section
- cron.js: fix RPC params to match Gateway API:
- cron.list: add includeDisabled param
- cron.add: use structured schedule{kind,expr} + payload{kind,message}
- cron.update: use patch format
- cron.run: add mode:'force'
- Map Gateway CronJob state fields (lastRunStatus, lastRunAtMs, etc)
2026-03-11 02:08:01 +08:00
晴天
381c7c1bb4
fix(memory): add loading animation for agent switch and tab change
2026-03-11 02:08:01 +08:00
晴天
64795d0b8d
feat(docker): add OS-specific Docker installation guide when not connected
...
- Windows: Docker Desktop download link + WSL2 hint
- macOS: Docker Desktop download (ARM/Intel) + Homebrew alternative
- Linux: curl one-liner + usermod + systemd hint
- Add CSS styling for guide section
2026-03-11 02:08:00 +08:00
晴天
c30d0c450f
fix(channels): make guide steps collapsible + fix modal content overflow
...
- channels.js: guide steps now use <details> for collapsible display
- components.css: add .modal-content-body to scrollable flex rule
- Fixes modals being too tall with buttons pushed off screen
2026-03-11 02:08:00 +08:00
晴天
e25f49d531
feat(channels): add Feishu/Lark messaging channel integration
...
- Frontend: add feishu to PLATFORM_REGISTRY with official tutorial guide
- Tauri backend: add feishu read/save/verify in messaging.rs
- Web backend: add all messaging platform handlers to dev-api.js
- Feishu verification uses tenant_access_token API (feishu/lark dual domain)
- Plugin: @openclaw/feishu@latest auto-installed on save
- Guide links to official OpenClaw Feishu plugin article
2026-03-11 02:08:00 +08:00
晴天
17b4f3d6b3
fix: remove discontinued gpt-5.4 and gpt-5.3-codex from QTCOOL fallback model list
2026-03-10 22:56:19 +08:00
晴天
91f96ac96b
fix: resolve 6 issues ( #32 #31 #25 #33 #29 #23 )
...
- #32 : parseCookies decodeURIComponent crash with malformed cookies (Authelia)
- #31 : Gateway restart no longer overwrites user CORS allowedOrigins (merge instead)
- #25 : Windows terminal flashing - add CREATE_NO_WINDOW to skills.rs + assistant.rs
- #33 : Model test tolerates non-auth HTTP errors (Ali Coding Plan compatibility)
- #29 : Auto-detect ws/wss protocol for reverse proxy + protocol-aware Docker URLs
- #23 : Chat session sidebar stays open when switching sessions
2026-03-10 22:52:49 +08:00
晴天
a2f8ed9d54
feat(channels): add messaging channels and built-in qq bot
2026-03-10 03:33:21 +08:00
晴天
6d7c595122
feat(ui): 收口导航并优化实例切换与离线提示
2026-03-10 00:28:27 +08:00
晴天
f32bce12cb
feat(guardian): 强化Gateway守护与Windows启停安全
2026-03-10 00:28:09 +08:00
晴天
743af933bd
chore: 恢复未计划移除的扩展页
2026-03-10 00:12:34 +08:00
晴天
117de4665d
feat(docker): 完善龙虾军团任务调度与提示
2026-03-10 00:11:47 +08:00
晴天
a084e23671
feat(docker): 配置同步+性格注入+Gateway认证
2026-03-09 06:24:21 +08:00
晴天
727903f94b
feat: Docker 集群增强 — Gateway 通讯API、像素兵种系统、互动组件、UI 优化
2026-03-09 05:35:30 +08:00
晴天
69160c06f4
feat: 兼容 OpenClaw v2026.3.7 (SecretRef token, caps tool-events, 认证错误处理, Gateway 可见终端)
2026-03-09 00:23:44 +08:00
晴天
b904fb2398
feat: Docker集群管理改进 - 部署弹窗基础/高级模式、容器分类管理、节点端点预设检测、登录安全增强
2026-03-08 13:44:00 +08:00
晴天
f898733146
fix: fixPairing stop+wait+start instead of restart to reload config
2026-03-08 02:07:52 +08:00
晴天
02e1ef6b14
feat: 版本管理 + macOS提示优化 + 部署文档更新
...
- OpenClaw 版本管理: 安装/升级/降级/切换版本, 汉化版/原版选择
- 新增 list_openclaw_versions API (Rust + Web)
- upgrade_openclaw 支持指定版本号
- 版本选择器弹窗 (about.js)
- macOS Gatekeeper 提示优化: 强调拖入应用程序, No such file 备选
- 部署文档统一使用 npm run serve 替代 npx vite
- showUpgradeModal 支持自定义标题 + onClose 回调
- serve.js 路径分隔符跨平台修复
- 扩展工具页面优化 + AI助手危险工具确认
2026-03-08 01:46:27 +08:00
晴天
dbc2aa8a61
Merge branch 'pr-15'
2026-03-08 00:18:58 +08:00