What's Changed
🐛 Bug Fixes
- fix: 优化 404 错误分类逻辑,非模型缺失的 404 触发渠道切换 (
de706e0)
📝 Other Changes
- docs: 精简 CLAUDE.md 架构图与 Serena 指南 (
cd742c2) - test: 强化集成测试断言并修复 MySQL 连接泄漏 (
2425fd0) - refactor(test): 统一测试基础设施并清理冗余日志 (
2271aec) - tests: harden flaky sleeps and assertions (
e278a94) - test: 新增核心链路测试并提取公共辅助函数 (
4c2eb2b) - refactor(test): 提取测试辅助函数到 testutil 包并强化 JSON 校验 (
a1c1e20)
📦 下载
| 平台 | 架构 | 文件 |
|---|---|---|
| macOS | Intel | ccload-darwin-amd64 |
| macOS | Apple Silicon | ccload-darwin-arm64 |
| Linux | x86_64 | ccload-linux-amd64 |
| Linux | ARM64 | ccload-linux-arm64 |
| Windows | x86_64 | ccload-windows-amd64.exe |
校验和: checksums.txt
🔐 验证下载
# macOS/Linux
sha256sum -c checksums.txt
# Windows (PowerShell)
Get-FileHash ccload-windows-amd64.exe -Algorithm SHA256