Commit Graph

144 Commits

Author SHA1 Message Date
晴天
de5a8706da fix: Gateway status detection false-negative when command line unreadable (permissions)
- dev-api.js: treat unreadable PIDs as potential Gateway instead of foreign
- dev-api.js: add TCP probe fallback in get_services_status for all platforms
- service.rs: same fix in Tauri side inspect_port_owners
v0.7.3
2026-03-10 23:18:39 +08:00
github-actions[bot]
ac0d9920b5 ci: update latest.json for v0.7.3 2026-03-10 15:06:55 +00: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
晴天
d6361b4e89 chore: release v0.7.3 2026-03-10 22:52:49 +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
github-actions[bot]
044d866b57 ci: update latest.json for v0.7.2 2026-03-09 19:46:39 +00:00
晴天
a2f8ed9d54 feat(channels): add messaging channels and built-in qq bot v0.7.2 2026-03-10 03:33:21 +08:00
晴天
9ed58af426 fix(ci): 收敛服务状态描述查询的 Clippy 告警 2026-03-10 01:04:32 +08:00
晴天
4e2b56d246 fix(ci): 修复服务状态查询的跨平台 clippy 告警 2026-03-10 00:59:23 +08:00
github-actions[bot]
994a857ba2 ci: update latest.json for v0.7.1 2026-03-09 16:39:18 +00:00
晴天
6171d164f3 chore(release): 发布 0.7.1 v0.7.1 2026-03-10 00:28:55 +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
晴天
0f899e38ae fix(docker): Gateway用exec替代nohup启动,防止SIGTERM杀死进程 2026-03-09 06:36:38 +08:00
晴天
8ab940888a fix(docker): Gateway不可达时自动修复(init+重启)再重试 2026-03-09 06:31:24 +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
晴天
5b8a7ab76f docs: 官网全面移动端适配 + 视频缓存版本号 + README 二维码标签 2026-03-09 05:35:15 +08:00
晴天
9ed3bd31f7 docs: 社区板块重设计 — 提升到首屏第二位,新增抖音群二维码 2026-03-09 04:14:28 +08:00
晴天
cad00ea924 docs: 宣传素材焕新 — 新版 GIF/视频/封面,清理旧素材 2026-03-09 03:34:37 +08:00
晴天
f50135298d fix: 修复 Gateway 启动时引号转义导致找不到文件的问题 (raw_arg) 2026-03-09 00:28:58 +08:00
晴天
a55be84795 fix: Gateway 停止兼容旧版隐藏进程,按端口查杀兜底 2026-03-09 00:26:45 +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
晴天
5926bbb11b ci: add web build step to release workflow 2026-03-08 10:23:03 +08:00
晴天
f898733146 fix: fixPairing stop+wait+start instead of restart to reload config 2026-03-08 02:07:52 +08:00
晴天
6bd7526348 chore: release v0.7.0 v0.7.0 2026-03-08 02:02:01 +08:00
晴天
af6a447cf1 fix: cargo fmt 2026-03-08 01:52:25 +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
晴天
3fdab5a8c6 fix: cargo fmt with rustfmt 1.94.0 v0.6.0 2026-03-07 23:46:59 +08:00
0xsline
5eb5a93a76 fix(skills): stabilize loading, install list and scroll behavior 2026-03-07 20:56:48 +08:00
晴天
1bd94143b5 fix: cargo fmt + clippy regex_creation_in_loops 2026-03-07 19:41:16 +08:00
晴天
0752dc2a71 feat: v0.6.0 — 公益AI接口 + Agent灵魂借尸还魂 + 知识库 + 全局AI诊断 + 官网改版 2026-03-07 19:36:25 +08:00
晴天
b09f48f0dd fix: 修正官网主页下载文件版本 2026-03-06 23:23:19 +08:00
晴天
921c371934 feat: AI助手支持 Anthropic/Gemini 原生API + 修复Windows终端闪烁
- AI助手新增 API 类型选择器(OpenAI兼容 / Anthropic原生 / Google Gemini)
- 实现 Anthropic Messages API 流式调用 + 工具调用(tool_use/tool_result)
- 实现 Google Gemini streamGenerateContent + 工具调用(functionCall)
- 设置弹窗动态切换 placeholder 和提示文本
- 测试按钮和模型拉取适配三种 API 类型
- 修复 Windows 上 Gateway 状态轮询导致终端反复闪烁(execSync/spawn 加 windowsHide)
- 默认密码统一为 123456 + 改密码后自动移除顶部横幅
- 后端 API 增加暴力破解保护、配置缓存、请求体大小限制
v0.5.7
2026-03-06 22:46:40 +08:00
晴天
80197bdc60 security: 修复命令注入/路径遍历漏洞 + 收紧 allowedOrigins + 审计日志 + OnceLock 缓存 v0.5.6 2026-03-06 20:51:32 +08:00
晴天
7d387a4f94 fix: Linux Gateway 服务管理 (#7,#8,#10) + 非root部署 (#9) + 官网锚点滚动修复 v0.5.5 2026-03-06 20:28:13 +08:00
晴天
881b49c9ef chore: 发布 v0.5.4 v0.5.4 2026-03-06 13:45:19 +08:00
晴天
7fbe918507 fix: 支持自定义 npm global 路径的 CLI 检测
- Linux 下使用 which 命令动态查找 openclaw
- 支持用户自定义 npm prefix 配置
- 修复 Issue #6

Closes #6
2026-03-06 13:44:06 +08:00
晴天
86142ac6e2 fix: 更新官网下载链接到 v0.5.3 2026-03-06 13:41:25 +08:00
晴天
e5f65c2f19 chore: 发布 v0.5.3 v0.5.3 2026-03-06 13:15:07 +08:00
晴天
d87b762c53 fix: 添加 Linux systemd 支持用于 Gateway 重启
- reload_gateway 和 restart_gateway 现在支持 Linux
- 使用 systemctl restart clawpanel 命令
- 修复 Issue #5

Closes #5
2026-03-06 13:10:07 +08:00
晴天
c81755612f chore: 发布 v0.5.2
- 修复 Linux 系统下 OpenClaw 安装检测问题
- 添加赞助商展示区
- 优化官网锚点跳转
v0.5.2
2026-03-06 12:51:58 +08:00
晴天
c4123891b2 fix: 修复 Linux 系统下 OpenClaw 安装检测问题
- 新增 isWindows 平台判断,正确区分 Windows/macOS/Linux
- 修复 npm 命令选择逻辑(Linux 使用 npm 而非 npm.cmd)
- 新增 Linux 下 OpenClaw CLI 安装路径检测
  - /usr/bin/openclaw(全局安装)
  - /usr/local/bin/openclaw(全局安装)
  - ~/.openclaw/bin/openclaw(用户目录安装)

Fixes #4
2026-03-06 12:48:28 +08:00
晴天
0edb3feffd docs: 更新文档和官网部分内容
- 在 README 和官网添加赞助商展示区
- 优化官网锚点跳转定位
- 调整页面滚动偏移量
2026-03-06 12:40:53 +08:00
晴天
d13e389035 fix: 更新内置版本号 2026-03-06 10:42:52 +08:00
晴天
81971e6620 fix: 修正视频时长 badge 38秒→50秒 2026-03-06 04:53:04 +08:00