Merge pull request #726 from FrieSei/feature/chutes-oauth

Auth: add Chutes OAuth
This commit is contained in:
Peter Steinberger
2026-01-13 05:02:25 +00:00
committed by GitHub
16 changed files with 1092 additions and 59 deletions
+1
View File
@@ -10,6 +10,7 @@
### Changes
- Models/Moonshot: add Kimi K2 0905 + turbo/thinking variants to the preset + docs. (#818 — thanks @mickahouan)
- Memory: allow custom OpenAI-compatible embedding endpoints for memory search (remote baseUrl/apiKey/headers). (#819 — thanks @mukhtharcm)
- Auth: add Chutes OAuth (PKCE + refresh + onboarding choice). (#726 — thanks @FrieSei)
- Agents: make workspace bootstrap truncation configurable (default 20k) and warn when files are truncated.
### Fixes