From cf45add9055ba10b843fc3bbd403f6a416d23601 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Fri, 15 May 2026 08:03:17 +0000 Subject: [PATCH] v3.6.0 --- changelog.md | 3 +++ package.json | 2 +- ts/00_commitinfo_data.ts | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index f74f59c..b96fa60 100644 --- a/changelog.md +++ b/changelog.md @@ -7,6 +7,9 @@ + +## 2026-05-15 - 3.6.0 + ### Features - document provider prompt caching behavior and SmartAI cache integration (readme) diff --git a/package.json b/package.json index 71f5c1e..68399cd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@push.rocks/smartagent", - "version": "3.5.0", + "version": "3.6.0", "private": false, "description": "Agentic loop for ai-sdk (Vercel AI SDK). Wraps streamText with stopWhen for parallel multi-step tool execution. Built on @push.rocks/smartai.", "main": "dist_ts/index.js", diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 27c53ed..b4543e1 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@push.rocks/smartagent', - version: '3.5.0', + version: '3.6.0', description: 'Agentic loop for ai-sdk (Vercel AI SDK). Wraps streamText with stopWhen for parallel multi-step tool execution. Built on @push.rocks/smartai.' }