Commit Graph

256 Commits

Author SHA1 Message Date
晴天
0c062e93e0 feat: multi-OpenClaw CLI detection/binding + i18n infrastructure
Multi-OpenClaw Detection & Binding:
- Add resolve_openclaw_cli_path() and classify_cli_source() in utils.rs
- Support openclawCliPath binding in clawpanel.json (user selects CLI)
- VersionInfo now includes cli_path, cli_source, all_installations
- scan_all_installations() detects all OpenClaw installs on system
- Dashboard shows CLI source label + multi-install warning
- Settings page: CLI binding UI with auto-detect and manual selection
- dev-api.js synced with cli_path/cli_source fields for Web mode

i18n Infrastructure:
- Create src/lib/i18n.js core module (t(), setLang(), initI18n())
- Create src/locales/zh-CN.json and src/locales/en.json
- Sidebar fully i18n-ized (nav labels, sections, instance switcher)
- Dashboard stat cards fully i18n-ized
- Settings page: language switcher UI (live reload)
- initI18n() called in main.js on startup
2026-03-24 11:57:40 +08:00
github-actions[bot]
7aa13ff7d5 ci: update latest.json for v0.9.8 2026-03-23 14:10:41 +00:00
晴天
e309685ac6 chore: release v0.9.8 v0.9.8 2026-03-23 21:58:07 +08: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 v0.9.7 2026-03-21 04:11:13 +08:00
晴天
1a18e3c644 feat(markdown): support markdown table rendering (#112)
feat(markdown): 支持 Markdown 表格渲染
2026-03-21 00:03:27 +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
22605
12040be868 feat(markdown): 支持 Markdown 表格渲染
- 在 markdown.js 中添加表格检测和渲染逻辑
- 支持标准格式 (| cell |) 和简化格式 (cell | cell)
- 添加 renderTable() 辅助函数处理表格解析
- 在 chat.css 中添加美观的表格样式
- 表头高亮、斑马纹、悬停效果
2026-03-19 11:24:24 +08:00
晴天
465285e3ff docs: add contributor acknowledgements 2026-03-18 18:55:31 +08:00
晴天
8485df7fab fix: resolve clippy dead_code and manual_flatten warnings 2026-03-18 17:38:15 +08:00
晴天
c3634fd49a style: cargo fmt 2026-03-18 16:35:51 +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 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
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 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
晴天
8e23b1a3e1 chore: update quinn-proto 0.11.13 -> 0.11.14 (fix GHSA-6xvm-j4wr-6v98) 2026-03-17 17:40:53 +08:00
晴天
de69519840 fix: sync package-lock.json license to AGPL-3.0 2026-03-17 17:36:18 +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
github-actions[bot]
22a1fccd8f ci: update latest.json for v0.9.4 2026-03-16 22:46:53 +00:00
晴天
2fd9d55765 chore: release v0.9.4 v0.9.4 2026-03-17 06:35:51 +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
晴天
3516f099ff style: 更新官网版本号和样式细节 2026-03-17 01:01:24 +08:00
晴天
c56afd1302 docs: 新增英文版README + 中英双语切换 2026-03-17 00:48:54 +08:00
晴天
3cd153d957 style: 更新官网版本号和文档样式 2026-03-17 00:28:34 +08:00
晴天
029ec3704f style: 更新项目样式和文档说明 2026-03-17 00:22:54 +08:00
晴天
4b308e3ddc docs: README许可证更新为非商用协议 + #91 macOS通知修复 2026-03-17 00:07:47 +08:00
晴天
21c32b42ff fix: #91 macOS Gateway启动不再重复触发'后台项已添加'通知(检查launchctl注册状态) 2026-03-17 00:03:17 +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加速+非商用协议 v0.9.3 2026-03-16 23:45:03 +08:00
晴天
51e49d0781 fix: list_agents始终包含main agent(OpenClaw的main是隐式的不在agents.list中) 2026-03-16 20:42:37 +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
晴天
6665c4fc5f fix: #89 stripUiFields清理version info根字段,防止污染openclaw.json导致Gateway启动失败 2026-03-16 19:25:36 +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
liucong
4121582bd4 Change server port from 1421 to 1420
修复测试修改的端口不一致问题
2026-03-16 18:32:19 +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
73278af085 chore: bump dev server port to 1421 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