From 01df877480fcba4bece99dba1932a486f242ec15 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Fri, 15 May 2026 05:38:50 +0000 Subject: [PATCH] v3.5.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 8f7406c..0a20a5f 100644 --- a/changelog.md +++ b/changelog.md @@ -6,6 +6,9 @@ + +## 2026-05-15 - 3.5.0 + ### Features - add reusable execution contexts for shell, filesystem, and browser tools (tools) diff --git a/package.json b/package.json index ccf245e..71f5c1e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@push.rocks/smartagent", - "version": "3.4.0", + "version": "3.5.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 088c524..27c53ed 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.4.0', + version: '3.5.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.' }