Releases: mydisha/keirouter
Releases · mydisha/keirouter
Release list
v0.1.26
[0.1.26] — 2026-07-15
Bug Fixes
- store: Compute batch chunk size from argsPerRow to respect Postgres 65535 bind limit(50bbb62)
Build
- deps: Bump golang.org/x/crypto from 0.45.0 to 0.52.0 in /backend(f967602)
Documentation
- Update CHANGELOG.md and VERSION for v0.1.25(e323040)
Features
- slimmer: Add AgentRouter provider and enhance source code filtering(919eb80)
- core: Upgrade Go runtime, add PostgreSQL integration, enhance cache and database configuration(7771513)
- pricing: Backfill legacy unpriced usage rows and merge custom model prices(4c015f6)
- Support external_idp auth and regional CodeWhisperer endpoints(dd0a372)
- admin: Add proxy pool validation and Cloudflare relay deployment endpoint(f263137)
- kiro: Add model/quota caches, account slots, Retry-After HTTP-date parsing(64cc4f9)
v0.1.25
[0.1.25] — 2026-07-08
Bug Fixes
- gateway: Enforce target access and URL validation(94a15de)
- gateway: Harden custom provider delete, disable bound accounts(38f3c60)
- Kimchi and CodeBuddy auth flow improvements(b5cb6bf)
- Handle nested JSON shapes in Codex usage API response(5923665)
Documentation
- Update CHANGELOG.md and VERSION for v0.1.24(cacae48)
Features
- health: Add provider health dashboard with telemetry and probes(c0bcf78)
- admin: Import foreign router configs(c2a6d56)
- Enhance router compatibility with new health and routing checks, and improve UI components(e51a29c)
- Revamp provider toolbar and fix custom provider icons(25f7c75)
- Kiro opus/sonnet 5 models, dash version tolerance, claude thinking budget reconciliation(f004f0b)
- Add NVIDIA models, MiniMax-M3, developer role support, gemini tool index fix(efd24df)
- Display Codex usage API errors in UI for debugging(2a469cf)
- admin: Update codex usage parsing for percentage-based wham endpoint(276481d)
- Enhance Codex credit handling with redeem request ID and improve UI feedback(2c4df2f)
v0.1.24
[0.1.24] — 2026-07-04
Bug Fixes
- models: Hide unauthenticated providers(0913c2c)
- models: Include dynamic models in discovery(1e0f6b9)
- store: Isolate in-memory SQLite per Open() call(0bec690)
Documentation
- Update CHANGELOG.md and VERSION for v0.1.23(18b6804)
Features
- capability: Add modality stripping for custom providers(5e3e0f8)
- capability: Split hard vs strippable caps for dispatch guard(84e6cb9)
- streaming: Add support for providers requiring streaming requests(58a4fda)
- antigravity: Add model aliases, fallback chains, and catalog(e6c1c5e)
- opencode: Add KeiRouter plugin(8b8525e)
- cloudflare: Enhance Cloudflare integration with dedicated model source and improved UI instructions(8e37e25)
v0.1.23
[0.1.23] — 2026-07-01
Documentation
- Update CHANGELOG.md and VERSION for v0.1.22(98ab251)
Features
- gateway: Add latency-based chain strategy ordering(5e2a8e1)
- core,gateway,pipeline,transform: Add token estimation and usage synthesis for streaming responses(948c11d)
- gateway,provider-detail: Add provider filtering to quota usage endpoint(0a9cc69)
Testing
- Add unit tests for budget, crypto, proxy, qoder, and version(40493e6)
- gateway,tunnel: Add unit tests for console, targets, timeouts, and tunnel packages(f2349ac)
- fastjson,identity,ponytail,vault: Add unit tests for multiple packages(bd7b2a5)
- connectors: Add live model discovery tests and optimize provider models(d576dd8)
v0.1.22
v0.1.21
[0.1.21] — 2026-06-30
Features
- validation: Add authenticated chat probe for credential verification(d5a5a24)
v0.1.20
[0.1.21] — 2026-06-30
Features
- validation: Add authenticated chat probe for credential verification(d5a5a24)
v0.1.19
[0.1.19] — 2026-06-30
Bug Fixes
- kiro: Dedup toolResults by toolUseId to prevent TOOL_DUPLICATE 400(8363c9a)
- kiro: Always attach profileArn to chat requests(b5b0e1a)
- Scope reasoning_content injection for Kimi and DeepSeek(8ffd430)
- normalizer, kiro: Ensure tool results are synthesized for dangling tool uses(d137f51)
- app, headroom: Prevent db use-after-close and compression stampedes(3a489f6)
Build
- deps: Bump github.com/go-chi/chi/v5 in /backend(bc31622)
CI/CD
- release: Add Windows support with PowerShell installer(e1dafa4)
Documentation
- Update CHANGELOG.md and VERSION for v0.1.18(d8ff373)
Features
- transform: Echo reasoning_content for DeepSeek thinking mode(79de6f5)
- connectors: Add DeepSeek v4 models and pricing(e213a49)
- Add user-defined custom providers and models(b97618e)
- admin: Expose base URL for custom providers in admin UI(eb7e2fa)
- transform, normalizer: Add tool choice normalization and deduplication(cf7d4b2)
- headroom, ponytail: Add token compression and savings tracking(8433615)
- cli: Add subcommand interface with start, bootstrap, status, and version(5511534)