feat: codex auth support (#7537)

This commit is contained in:
Aiden Cline
2026-01-09 15:47:37 -08:00
committed by GitHub
parent 563b4c33f2
commit 172bbdaced
7 changed files with 487 additions and 18 deletions

View File

@@ -3,6 +3,8 @@ import { Global } from "../global"
import fs from "fs/promises"
import z from "zod"
export const OAUTH_DUMMY_KEY = "opencode-oauth-dummy-key"
export namespace Auth {
export const Oauth = z
.object({