tweak: adjust codex styling and fix hint

This commit is contained in:
Aiden Cline
2026-01-09 18:59:57 -06:00
parent 8b8a358de1
commit a44d4acb3f
2 changed files with 85 additions and 36 deletions

View File

@@ -36,7 +36,7 @@ export function createDialogProviderOptions() {
description: {
opencode: "(Recommended)",
anthropic: "(Claude Max or API key)",
openai: "ChatGPT Plus/Pro or API key",
openai: "(ChatGPT Plus/Pro or API key)",
}[provider.id],
category: provider.id in PROVIDER_PRIORITY ? "Popular" : "Other",
async onSelect() {