update docs and auth methods for openai

This commit is contained in:
Aiden Cline
2026-01-09 18:45:03 -06:00
parent 075fa2c0e8
commit 8b8a358de1
7 changed files with 29 additions and 7 deletions

View File

@@ -411,6 +411,10 @@ export async function CodexAuthPlugin(input: PluginInput): Promise<Hooks> {
}
},
},
{
label: "Manually enter API Key",
type: "api",
},
],
},
}