What's Changed
✨ Features
- feat(logs): record thinking effort (
9e7d03d)
🐛 Bug Fixes
- fix(sse): 优化 isErrorPayload 热路径并改善日志可读性 (
13d321e) - fix(logs): position thinking badge in model cell (
e09dc71) - fix(sse): detect JSON-only error frames without event: error line (
8508827)
📝 Other Changes
- Merge branch 'master' of https://github.com/caidaoli/ccLoad (
1da6a34) - Merge pull request #69 from ehtelho/patch/sse-json-error-detection (
7593400) - test: prune brittle implementation tests (
8706354) - test: remove source-shape web tests (
c6955c2)
📦 下载
| 平台 | 架构 | 文件 |
|---|---|---|
| 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