diff options
| author | Frédéric DE MATOS <[email protected]> | 2026-01-10 14:50:24 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-01-10 07:50:24 -0600 |
| commit | 1662e149b30d68afa366ed67c10afe78f748bfdb (patch) | |
| tree | 98e4b2323d483f00dfc81acbbbce2b558a8cad09 /packages/plugin | |
| parent | dfe3e7930404992165fca91908f55c26ee388598 (diff) | |
| download | opencode-1662e149b30d68afa366ed67c10afe78f748bfdb.tar.gz opencode-1662e149b30d68afa366ed67c10afe78f748bfdb.zip | |
fix: add ChatGPT-Account-Id header for organization subscriptions (#7603)
Diffstat (limited to 'packages/plugin')
| -rw-r--r-- | packages/plugin/src/index.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/plugin/src/index.ts b/packages/plugin/src/index.ts index bf9b6e8c2..46ad8512c 100644 --- a/packages/plugin/src/index.ts +++ b/packages/plugin/src/index.ts @@ -114,6 +114,7 @@ export type AuthOuathResult = { url: string; instructions: string } & ( refresh: string access: string expires: number + accountId?: string } | { key: string } )) @@ -133,6 +134,7 @@ export type AuthOuathResult = { url: string; instructions: string } & ( refresh: string access: string expires: number + accountId?: string } | { key: string } )) |
