晴天
9c16f971ee
docs: add Deploy Guides section to official website
...
- New 'Deploy Guides' section on index.html with Linux one-liner and Docker commands
- Terminal-style cards with copy-paste commands
- Links to full linux-deploy.md and docker-deploy.md guides
- Added '部署' nav link in both desktop and mobile menus
- CSS styles for deploy cards
2026-03-05 23:02:18 +08:00
晴天
cb5cbe2f71
feat: Agent tools permission config UI + auto-heal (v0.4.4)
...
- Gateway config page: add tools profile selector (full/limited/none)
- Gateway config page: add session visibility selector (all/own/none)
- Auto-heal: setup + dashboard auto-set tools.profile:full on install/load
- Fixes OpenClaw 2026.3.2 breaking change that disabled tools by default
2026-03-05 22:40:02 +08:00
晴天
aae531a7bd
bump: v0.4.3 - auto-set mode:local + Gateway self-heal
2026-03-05 22:35:09 +08:00
晴天
6ca4267970
feat: Node.js path scanning + manual path input + git HTTPS auto-fix (v0.4.2)
...
- Add scan_node_paths: auto-scan C/D/E/F/G drives for Node.js installations
- Add check_node_at_path: verify Node.js at user-specified directory
- Add save_custom_node_path: persist custom path to ~/.openclaw/clawpanel.json
- enhanced_path() now loads saved custom path and applies to all commands
- Windows enhanced_path: scan Program Files, LOCALAPPDATA, APPDATA, common drives
- Auto git config HTTPS-instead-of-SSH before npm install (fixes exit 128)
- Setup page: auto-scan button + manual path input when Node.js not detected
- Error diagnosis: add EPERM, MODULE_NOT_FOUND, SSH publickey patterns
- README: expanded troubleshooting section
2026-03-05 22:30:19 +08:00
晴天
b1b95e5a11
fix: macOS PATH detection + npm install error diagnosis (v0.4.1)
...
- Fix macOS Node.js/npm/openclaw detection by adding enhanced_path() with common install locations (/usr/local/bin, /opt/homebrew/bin, ~/.nvm, ~/.volta, etc.)
- Add npm install error diagnosis: auto-detect git missing (exit 128), ENOENT, permission denied, network errors, cache corruption
- Show macOS-specific hint when Node.js detection fails in setup page
- Add shared error-diagnosis.js module used by both setup and services pages
- Add troubleshooting section to README.md
- Bump version to 0.4.1
2026-03-05 22:21:11 +08:00
晴天
afb9f8ebe5
fix: cargo fmt + update docs version to 0.4.0
2026-03-05 20:57:21 +08:00
晴天
79cd15e1c4
v0.4.0: Gateway 进程守护、配置自愈、双配置同步、流式超时、模型删除安全切换
2026-03-05 20:44:47 +08:00
晴天
e0f0d2ef27
seo: comprehensive SEO optimization with structured data, OG/Twitter cards, extensive keywords
2026-03-04 23:32:04 +08:00
晴天
e75a5a9a49
feat: add aurora background, noise texture, scroll progress, mouse parallax, magnetic buttons, 3D tilt, shimmer text, animated screenshot border
2026-03-04 23:26:44 +08:00
晴天
1cfd3ffb5c
chore: replace openclaw repo links with Chinese translation fork
2026-03-04 23:10:50 +08:00
晴天
c21679e867
feat: replace community emoji icons with QR code images for QQ and WeChat groups
2026-03-04 22:48:44 +08:00
晴天
3bcb5f7baa
feat: rewrite GitHub Pages with zero CDN deps, community section, enhanced effects
2026-03-04 22:09:23 +08:00
晴天
3605f192ec
feat: integrate 10 demo screenshots into GitHub Pages and README
2026-03-04 21:53:53 +08:00
晴天
35143b52e4
fix: use local logo.png and fix light mode button text visibility
2026-03-04 20:59:43 +08:00
晴天
d4e51c7e78
docs: redesign Pages landing page with premium SaaS visual effects
2026-03-04 20:55:15 +08:00
晴天
e62f270422
chore: 跨平台构建脚本 + CI/CD 改进 + 行尾规范
...
- 新增 .gitattributes 统一 LF 行尾,解决 Mac/Windows 协作 CRLF 问题
- 新增 build.ps1 Windows 本地构建脚本(支持 -Debug/-Clean 参数)
- 新增 build.sh macOS/Linux 本地构建脚本
- 新增 .windsurf/workflows/release.md 发版操作工作流
- release.yml: 将 Release Notes 更新抽为独立 job,彻底解决多 matrix job 竞争条件
- release.yml: 补充代码签名环境变量注释占位,开源后可直接配 Secrets 启用
- ci.yml: 增加 cargo fmt --check 和 cargo clippy -D warnings 质量门禁
- .gitignore: 补充 Windows 平台特有文件、内部报告、IDE 文件
- docs/index.html: 修正 openclaw 仓库 URL
- README.md: 修正 openclaw 仓库 URL
2026-03-04 12:17:48 +08:00
晴天
75e94a7560
chore: 添加开源社区基础设施和项目文档
...
- 添加 README、LICENSE (MIT)、CONTRIBUTING、CHANGELOG
- 添加 GitHub Issue/PR 模板和 FUNDING 配置
- 添加 CI/CD 工作流(ci.yml + release.yml)
- 添加项目文档页面 (docs/index.html)
- 添加 logo 和社群二维码图片资源
- 添加开发和构建脚本 (dev.sh + build.sh)
- 更新 package-lock.json 依赖
2026-02-28 03:23:39 +08:00