v4.0.1
Default (tags) / security (push) Failing after 1s
Default (tags) / test (push) Failing after 1s
Default (tags) / release (push) Has been skipped
Default (tags) / metadata (push) Has been skipped

This commit is contained in:
2026-05-14 19:47:26 +00:00
parent c8f98b3364
commit 0e2053f538
3 changed files with 5 additions and 2 deletions
+3
View File
@@ -3,6 +3,9 @@
## Pending
## 2026-05-14 - 4.0.1
### Fixes
- map system prompts to top-level instructions for ChatGPT auth requests (openai)
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@push.rocks/smartai",
"version": "4.0.0",
"version": "4.0.1",
"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",
+1 -1
View File
@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartai',
version: '4.0.0',
version: '4.0.1',
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.'
}