v2.3.0
This commit is contained in:
@@ -2,6 +2,9 @@
|
||||
|
||||
## Pending
|
||||
|
||||
|
||||
## 2026-05-14 - 2.3.0
|
||||
|
||||
### Features
|
||||
|
||||
- add OpenAI Max device-code authentication and unified prompt caching helpers (openai-auth)
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@push.rocks/smartai",
|
||||
"version": "2.2.0",
|
||||
"version": "2.3.0",
|
||||
"private": false,
|
||||
"description": "Provider registry and capability utilities for ai-sdk (Vercel AI SDK). Core export returns LanguageModel; subpath exports provide vision, audio, image, document and research capabilities.",
|
||||
"main": "dist_ts/index.js",
|
||||
|
||||
@@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@push.rocks/smartai',
|
||||
version: '2.2.0',
|
||||
version: '2.3.0',
|
||||
description: 'Provider registry and capability utilities for ai-sdk (Vercel AI SDK). Core export returns LanguageModel; subpath exports provide vision, audio, image, document and research capabilities.'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user