update docs and auth methods for openai

This commit is contained in:
Aiden Cline
2026-01-09 18:45:03 -06:00
parent dfe9624e67
commit 67d354a27d
7 changed files with 29 additions and 7 deletions
+4
View File
@@ -411,6 +411,10 @@ export async function CodexAuthPlugin(input: PluginInput): Promise<Hooks> {
}
},
},
{
label: "Manually enter API Key",
type: "api",
},
],
},
}