We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3f393b commit e4286aeCopy full SHA for e4286ae
1 file changed
packages/opencode/src/plugin/codex.ts
@@ -399,7 +399,7 @@ export async function CodexAuthPlugin(input: PluginInput): Promise<Hooks> {
399
const tokens = await refreshAccessToken(currentAuth.refresh)
400
const newAccountId = extractAccountId(tokens) || authWithAccount.accountId
401
await input.client.auth.set({
402
- path: { id: "codex" },
+ path: { id: "openai" },
403
body: {
404
type: "oauth",
405
refresh: tokens.refresh_token,
0 commit comments