Commit Graph

31 Commits

Author SHA1 Message Date
Muhammed Mukhthar CM
cbd5e36731 UI: label Qwen provider 2026-01-18 01:03:08 +00:00
Muhammed Mukhthar CM
712c5ae0a8 Models: add Qwen Portal OAuth support 2026-01-18 01:03:08 +00:00
ddyo
cb55ad1cbf feat: add kimi code provider onboarding 2026-01-17 17:25:07 +00:00
Peter Steinberger
fa6d46bfa5 feat: bundle provider auth plugins
Co-authored-by: ItzR3NO <ItzR3NO@users.noreply.github.com>
2026-01-17 09:38:53 +00:00
Timo Lins
e8d6e5836a Models: add Vercel AI Gateway auth 2026-01-16 21:00:15 +00:00
Peter Steinberger
c8d3c31c75 chore(auth): rename Claude CLI to Claude Code CLI (#915)
Thanks @SeanZoR.

Co-authored-by: Sean Katz <connect@sean8.com>
2026-01-14 19:57:42 +00:00
Peter Steinberger
9d28441c41 chore: migrate to oxlint and oxfmt
Co-authored-by: Christoph Nakazawa <christoph.pojer@gmail.com>
2026-01-14 15:02:19 +00:00
Friederike Seiler
4bfb2b6c6e Auth: add Chutes OAuth 2026-01-13 04:50:26 +00:00
Travis Hinton
cf1b23b747 Add Synthetic provider support 2026-01-13 03:36:53 +00:00
Mustafa Tag Eldeen
96a1b923f7 feat: add GitHub Copilot provider
Copilot device login + onboarding option; model list auth detection.
2026-01-12 16:52:15 +00:00
Peter Steinberger
63e81346ae fix: correct MiniMax Lightning hint 2026-01-12 08:04:32 +00:00
Peter Steinberger
d11f227637 feat: improve onboarding auth prompts 2026-01-12 07:47:15 +00:00
Peter Steinberger
d65fbf3065 feat: add Moonshot auth choice 2026-01-12 06:48:06 +00:00
Peter Steinberger
93a0b979f0 feat: simplify minimax auth choice 2026-01-12 06:13:00 +00:00
Peter Steinberger
db1e5a16d1 fix(models): default MiniMax to /anthropic 2026-01-12 05:12:07 +00:00
Peter Steinberger
5cf18bdb08 feat: streamline wizard selection prompts 2026-01-12 05:08:07 +00:00
Matthew
e4bcfbf923 CLI: add OpenRouter auth choice 2026-01-11 03:35:45 +01:00
Peter Steinberger
23935ee3b1 feat: add ZAI auth choice 2026-01-10 16:32:21 +01:00
Magi Metal
26138ab706 style: fix formatting 2026-01-10 01:09:34 +01:00
Magi Metal
552d84c43e feat(onboard): add OpenCode Zen as model provider 2026-01-10 01:09:34 +01:00
mneves75
a35f3f4c7c feat: Add MiniMax Anthropic-compatible API support (minimax-api)
Add --auth-choice minimax-api for direct MiniMax API usage at
https://api.minimax.io/anthropic using the anthropic-messages API.

Changes:
- Add applyMinimaxApiConfig() function with provider/model config
- Add minimax-api to AuthChoice type and CLI options
- Add handler and non-interactive support
- Fix duplicate minimax entry in envMap
- Update live test to use anthropic-messages API
- Add 11 unit tests covering all edge cases
- Document configuration in gateway docs

Test results:
- 11/11 unit tests pass
- 1/1 live API test passes (verified with real API key)

Co-Authored-By: Claude <noreply@anthropic.com>
2026-01-09 18:13:18 +01:00
Peter Steinberger
26ec390cf0 feat: add setup-token + token auth 2026-01-09 17:50:34 +01:00
Tobias Bischoff
89ff9aa65a Onboarding: add MiniMax hosted API key option 2026-01-09 13:39:28 +01:00
Peter Steinberger
5d0f2e07cd feat: improve auth setup flows 2026-01-09 09:59:58 +01:00
Peter Steinberger
2aa9da3dc6 feat: update token auth flow 2026-01-09 08:13:05 +01:00
Peter Steinberger
b476f3c513 feat: support token auth profiles 2026-01-09 08:13:04 +01:00
Jonáš Jančařík
80cef7a4a1 feat: add Gemini API key onboarding 2026-01-09 02:45:15 +01:00
Peter Steinberger
a0edddee38 fix(onboarding): preflight claude cli keychain 2026-01-08 23:18:33 +01:00
Peter Steinberger
3e83805029 fix: soften codex oauth expiry hint 2026-01-08 12:16:09 +01:00
Peter Steinberger
510fc3a5ee feat: add quickstart onboarding defaults 2026-01-08 11:54:40 +01:00
Peter Steinberger
138eb913e1 feat(auth): sync OAuth from Claude/Codex CLIs
Add source profiles anthropic:claude-cli and openai-codex:codex-cli; surface them in onboarding/configure.

Co-authored-by: pepicrft <pepicrft@users.noreply.github.com>
2026-01-07 10:47:57 +01:00