What's Changed
- feat(channel): add GitHub Copilot with OAuth device flow support by @djdembeck in #900
- Fix AutoSyncModelPattern not being saved in channel updates by @caglareker in #917
- fix: sync models now with pattern, close #920 by @looplj in #921
- refactor: move copilot token exchanger to the copilot internal by @looplj in #924
- 兼容 OpenAI 入站 extra_fields.extra_content 的 thought_signature 解析,并修复签名base64不正确导致的genai报错问题 by @MomentDerek in #908
- fix(orchestrator): detect complete responses without terminal events for Codex + NanoGPT by @djdembeck in #915
- chore: sync model developers data by @github-actions[bot] in #928
- opt: signature compatible when switch channel in the same session by @looplj in #931
- feat(channel): add Gemini Vertex model fetching via PublicProviderConf by @djdembeck in #932
- fix(frontend): correct tokens per second calculation for cache hits by @djdembeck in #934
- opt(anthropic): optimize adaptive thinking compatible by @looplj in #940
- fix: llm lincese and readme by @looplj in #943
New Contributors
- @caglareker made their first contribution in #917
- @MomentDerek made their first contribution in #908
Full Changelog: v0.9.9...v0.9.10