mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-07-31 12:22:14 +03:00
fix(providers): LongCat AI key validation — correct base URL and auth header (#536) - baseUrl: longcat.chat/api/v1/chat/completions -> api.longcat.chat/openai - authHeader: 'bearer' -> 'Authorization' + authPrefix: 'Bearer' fix(combo): implement pinnedModel override in comboAgentMiddleware (#535) - Previously: pinnedModel was detected but body.model was never updated - Now: body = { ...body, model: pinnedModel } when context_cache_protection fires fix(cli-tools): add OpenCode config save to guide-settings endpoint (#524) - Added 'opencode' case to switch in guide-settings/[toolId]/route.ts - saveOpenCodeConfig(): XDG_CONFIG_HOME aware, writes [provider.omniroute] TOML block