fix(onboarding): surface official plugin installs

This commit is contained in:
Vincent Koc
2026-05-02 15:11:18 -07:00
parent 7a54076770
commit c8fa0fd1c9
8 changed files with 397 additions and 2 deletions

View File

@@ -16,7 +16,19 @@
"name": "Codex",
"docs": "/providers/models",
"categories": ["cloud", "llm"],
"authChoices": []
"authChoices": [
{
"method": "app-server",
"choiceId": "codex",
"choiceLabel": "Codex app-server",
"choiceHint": "Use the Codex app-server runtime and managed model catalog.",
"assistantPriority": -40,
"groupId": "codex",
"groupLabel": "Codex",
"groupHint": "Codex app-server model provider",
"onboardingScopes": ["text-inference"]
}
]
}
],
"install": {