Settings Center navigation was hard to read and constrained form content, while Runtime customization duplicated headings and save actions and could lose drafts. Settings now uses readable navigation and wider content, saves base and native Runtime settings together, protects drafts, and presents one compact capabilities and defaults section. Conversation context meters could retain display-only thresholds from old Runtime settings. They now persist only measured usage, derive compression lines from current Runtime and model settings, and normalize legacy snapshots when loading them. The static website now uses the project GitHub Pages canonical URL and includes a validated Pages deployment workflow. Release note: 优化设置中心和 Agent Runtime 配置流程,避免重复标题、重复保存和未保存定制丢失;压缩线会随当前设置即时更新,官网也可通过 GitHub Pages 自动部署。
GoodBuddy 静态官网
sites 是无需构建步骤或额外依赖的静态官网源码,可直接托管整个目录。
正式站点地址:https://mesalogo.github.io/goodbuddy/
部署
.github/workflows/pages.yml 会在 main 分支中的官网文件发生变化后,
校验并部署整个 sites 目录。工作流也支持在 GitHub Actions 中手动运行。
首次部署前,需要在 GitHub 仓库的 Settings > Pages 中将 Source
设为 GitHub Actions。站点使用项目 Pages 地址,不需要 CNAME 文件
或自定义域名 DNS 配置。
本地预览
在仓库根目录运行:
python -m http.server 4173 --bind 127.0.0.1 --directory sites
然后访问 http://localhost:4173/。也可以直接用浏览器打开 sites/index.html。
校验
node sites/scripts/validate.mjs
node --check sites/app.js
校验脚本会检查必需文件、页内链接、本地资源、关键产品文案、主题与响应式规则,以及下载入口是否始终指向官方最新 Release。
下载入口
官网正文不展示具体版本号,所有下载入口直接指向 GitHub 最新正式 Release:
https://github.com/mesalogo/goodbuddy/releases/latest
新版本发布后 GitHub 会自动更新该地址的目标,官网无需同步修改版本号 或安装资产名称。用户在 Release 页面按系统与架构选择文件并核对 SHA-256 清单。
文件
index.html:页面结构与简体中文内容styles.css:语义令牌、浅深主题、焦点与响应式布局app.js:主题、移动导航和当前章节assets/favicon.svg:站点图标scripts/validate.mjs:无依赖静态检查