| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| checksums.txt | 2026-07-08 | 600 Bytes | |
| gomodel_0.1.50_darwin_amd64.tar.gz | 2026-07-08 | 16.7 MB | |
| gomodel_0.1.50_linux_arm64.tar.gz | 2026-07-08 | 14.9 MB | |
| gomodel_0.1.50_darwin_arm64.tar.gz | 2026-07-08 | 15.5 MB | |
| gomodel_0.1.50_linux_amd64.tar.gz | 2026-07-08 | 16.4 MB | |
| gomodel_0.1.50_windows_amd64.zip | 2026-07-08 | 16.7 MB | |
| gomodel_0.1.50_windows_arm64.zip | 2026-07-08 | 14.9 MB | |
| README.md | 2026-07-08 | 1.3 kB | |
| v0.1.50 source code.tar.gz | 2026-07-08 | 12.3 MB | |
| v0.1.50 source code.zip | 2026-07-08 | 13.0 MB | |
| Totals: 10 Items | 120.4 MB | 7 | |
Changelog
Huge thank you to @weselben for implementing Kimi Code provider support!
Features
- [47cc07] feat(audit): show rewrite token savings on the Rewritten tab (#507)
- [a94d01] feat(dashboard): request status code and provider latency charts (#501)
- [618cf4] feat(dashboard): stream in-flight response bodies into live logs and interactions (#495)
- [4bd78f] feat(provider): add Kimi Code provider (#508)
- [2c3ab6] feat(realtime): add OpenAI-compatible WebRTC voice endpoints (#500)
- [e0eb0e] feat(usage): self-service usage and limit status endpoint (#498)
- [f157d0] feat(virtualmodels): validate target providers at startup (#494)
Bug Fixes
- [8e53f6] fix(config): reject unknown config keys and log provider origins (#511)
- [23e311] fix(dashboard): hide Rate Limits nav item when the feature is disabled (#512)
- [874aa0] fix(lifecycle): close leaked goroutines, sessions, and unbounded error reads (#497)
- [383248] fix(ratelimit): honest 429 when every virtual-model target is saturated (#492)
- [ebd832] fix(realtime): resolve virtual-model aliases on realtime and audio endpoints (#514)
Performance
- [92db95] perf(memory): stop pinning request-sized buffers for the stream lifetime (#489)
Other Changes
- [37dcd7] tests(e2e): added fireworks tests and a few more improvements