What's Changed
🐛 Bug Fixes
- fix: 模型测试页切换协议转换时不再重绘渠道表格 (
0b8225f) - fix: 协议转换补齐采样/思考/并行工具参数并修复 reasoning 编码 (
ed1ff61)
📝 Other Changes
- chore: 升级依赖到最新版本 (
d985681) - docs: 精简 CLAUDE.md 为项目运行手册 (
c87b40a)
📦 下载
| 平台 | 架构 | 文件 |
|---|---|---|
| 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