feat(openai-auth): add OpenAI Max device-code authentication and unified prompt caching helpers

This commit is contained in:
2026-05-14 11:27:41 +00:00
parent cdf1e2bd99
commit 9ee5990321
14 changed files with 2064 additions and 513 deletions
+14 -14
View File
@@ -41,30 +41,30 @@
"buildDocs": "(tsdoc)"
},
"devDependencies": {
"@git.zone/tsbuild": "^4.4.0",
"@git.zone/tsrun": "^2.0.3",
"@git.zone/tstest": "^3.6.3",
"@git.zone/tsbuild": "^4.4.1",
"@git.zone/tsrun": "^2.0.4",
"@git.zone/tstest": "^3.6.6",
"@push.rocks/qenv": "^6.1.4",
"@types/json-schema": "^7.0.15",
"@types/lodash.clonedeep": "^4.5.9",
"@types/node": "^25.6.0",
"@types/node": "^25.7.0",
"@types/pngjs": "^6.0.5",
"typescript": "^6.0.3",
"undici-types": "^8.2.0"
},
"dependencies": {
"@ai-sdk/anthropic": "^3.0.75",
"@ai-sdk/google": "^3.0.67",
"@ai-sdk/groq": "^3.0.38",
"@ai-sdk/mistral": "^3.0.35",
"@ai-sdk/openai": "^3.0.62",
"@ai-sdk/perplexity": "^3.0.32",
"@ai-sdk/anthropic": "^3.0.77",
"@ai-sdk/google": "^3.0.73",
"@ai-sdk/groq": "^3.0.39",
"@ai-sdk/mistral": "^3.0.36",
"@ai-sdk/openai": "^3.0.63",
"@ai-sdk/perplexity": "^3.0.33",
"@ai-sdk/provider": "^3.0.10",
"@ai-sdk/xai": "^3.0.88",
"@anthropic-ai/sdk": "0.95.0",
"@ai-sdk/xai": "^3.0.89",
"@anthropic-ai/sdk": "0.95.2",
"@push.rocks/smartpdf": "^4.2.2",
"ai": "^6.0.175",
"openai": "^6.36.0"
"ai": "^6.0.180",
"openai": "^6.37.0"
},
"repository": {
"type": "git",