Skip to content

V1#14

Open
LisaPullman wants to merge 3 commits intoTianyiDataScience:mainfrom
LisaPullman:foxai
Open

V1#14
LisaPullman wants to merge 3 commits intoTianyiDataScience:mainfrom
LisaPullman:foxai

Conversation

@LisaPullman
Copy link
Copy Markdown

111

@LisaPullman
Copy link
Copy Markdown
Author

111

@TianyiDataScience
Copy link
Copy Markdown
Owner

Tested locally in a clean worktree.

Checks run:

  • npm run build
  • npm test
  • npm run smoke:ui

Current result:

  • npm run build passes
  • npm run smoke:ui passes
  • npm test fails

The immediate blocker is that this branch is based on an older repo state and still fails the current open-source readiness test. In local verification, test/oss-readiness.test.ts still references outdated public file paths (for example docs/mission.runbook.md), so this PR is not merge-ready yet.

There is also a scope problem: this PR mixes several unrelated changes in one branch, including:

  • changing default startup behavior (UI_MODE=true in .env.example)
  • changing product branding/UI copy to Foxai's claw
  • adding a new system-monitor product surface and background monitor runtime
  • Docker/deployment additions

Please rebase on current main, make the test suite green first, and split the product/default-behavior/branding changes into smaller focused PRs before resubmitting.

foxNG and others added 2 commits March 15, 2026 16:33
核心修复:
- 修复 macOS CPU 使用率计算,避免负数(-1519% -> 0-100%)
- 正确解析 top 命令的 idle 百分比

新增功能:
- 添加连接诊断模块,自动检测 6 个数据源状态
- 在 Settings 页面显示连接诊断卡片和修复建议
- 添加 Gateway 健康监控模块
- 新增 /api/diagnostics API 端点

VPS 部署优化:
- 创建 docker-compose.vps.yml 专用配置
- 使用 host 网络模式直接访问 Gateway
- 优化资源限制和数据挂载
- 添加自动化部署脚本 deploy-vps.sh

文档完善:
- DOCKER_DEPLOYMENT.md - 完整部署指南
- VPS_QUICKSTART.md - 快速启动和故障排查
- DEPLOYMENT_CHECKLIST.md - 部署清单
- OPTIMIZATION_SUMMARY.md - 技术改进详情
- README.foxai.md - 分支说明
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants