Open
Conversation
Author
|
111 |
Owner
|
Tested locally in a clean worktree. Checks run:
Current result:
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, There is also a scope problem: this PR mixes several unrelated changes in one branch, including:
Please rebase on current |
核心修复: - 修复 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 - 分支说明
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
111