Skip to content

Commit 172bbda

Browse files
authored
feat: codex auth support (anomalyco#7537)
1 parent 563b4c3 commit 172bbda

File tree

7 files changed

+487
-18
lines changed

7 files changed

+487
-18
lines changed

packages/opencode/src/auth/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ import { Global } from "../global"
33
import fs from "fs/promises"
44
import z from "zod"
55

6+
export const OAUTH_DUMMY_KEY = "opencode-oauth-dummy-key"
7+
68
export namespace Auth {
79
export const Oauth = z
810
.object({

0 commit comments

Comments
 (0)