Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: PIXEL-API/PixelAPI
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: PIXEL-API/PixelAPI
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: codex/pixel-1.0.27-401-fix-test
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 187 files changed
  • 2 contributors

Commits on Jun 3, 2026

  1. fix(openai): 优化账号调度与响应透传

    基于 origin/develop 重新承载当前修复,补齐 OpenAI 账号调度、凭证脱敏、原始响应透传和相关前后端配置。
    
    验证:git diff --check --cached;go test ./...;pnpm build。
    PIXEL-AI-API committed Jun 3, 2026
    Configuration menu
    Copy the full SHA
    d665f5f View commit details
    Browse the repository at this point in the history
  2. fix(ci): 修复 PR 检查失败

    - 升级 CI 校验的 Go patch 版本以通过 govulncheck
    - 修复 golangci-lint 报告的无效赋值和未检查类型断言
    - 更新 API contract 与 scheduler snapshot 测试数据
    - 将外部 TLS 指纹服务的 EOF/握手失败识别为外部服务不可用并跳过
    
    验证:
    - golangci-lint run --timeout=30m
    - go test -tags=unit ./...
    - go test -tags=integration ./...
    - govulncheck ./...
    - pnpm build
    
    提交前已检查暂存清单,未包含 backend/data、test/release、日志、pprof、tar 或构建产物。
    PIXEL-AI-API committed Jun 3, 2026
    Configuration menu
    Copy the full SHA
    a731e8b View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2026

  1. feat(pixel): 完善账号调度、收益管理与对话清理

    主要变更:
    - 增强 OpenAI/AI Studio 透传、流式校验与模型兼容处理
    - 完善账号配额、错误清理、代理账号上限和组织身份唯一性
    - 新增收益分成结算导出能力与管理端页面/接口支持
    - 移除旧版 Ent conversations 表模型,并新增对应迁移清理遗留表
    - 更新中英文文案、管理端账号/代理/收益/对话相关界面
    
    安全检查:
    - origin 已确认指向 https://github.com/PIXEL-API/PixelAPI.git
    - staged 文件未包含 .env、backend/data、本地配置、日志、发布包、pprof 或私钥证书
    - 敏感形态扫描仅命中字段名、环境变量占位符和界面文案,未发现真实密钥值
    
    验证:
    - 已执行 git diff --check,仅存在 VERSION 换行格式提示
    Open-Pixel-AI committed Jun 9, 2026
    Configuration menu
    Copy the full SHA
    4cdf135 View commit details
    Browse the repository at this point in the history
Loading