From c11bbf916100436adff88a2ad7aa5092a41b2fb0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 15 Apr 2026 21:12:55 +0000 Subject: [PATCH] chore: prepare release core@0.9.0+platform@0.5.0 - Bump versions: core@0.9.0,platform@0.5.0 - Update CHANGELOG.md with release notes --- CHANGELOG.md | 6 ++++++ changelog-content.md | 7 ++----- package-lock.json | 4 ++-- packages/core/package.json | 2 +- packages/platform/package.json | 2 +- 5 files changed, 12 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1318c65..88568fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 --- +## [core@0.9.0+platform@0.5.0] - 2026-04-15 + +### New Features +- Add sequence, parallel, and map combinators for composing agent operations +- Add PAT_TOKEN fallback configuration for automated release merging + ## [core@0.8.0+platform@0.4.0] - 2026-04-15 ### New Features diff --git a/changelog-content.md b/changelog-content.md index 8ad66b1..2df567c 100644 --- a/changelog-content.md +++ b/changelog-content.md @@ -1,6 +1,3 @@ ### New Features -- Add `ctx.run()` primitive for executing agent operations -- Add `AgentRegistry` for managing agent instances -- Add `defineAgent()` Zod helper for improved agent definition -- Add `manifest.outputSchema` support for structured agent outputs -- Add comprehensive testing fixtures for agent development +- Add sequence, parallel, and map combinators for composing agent operations +- Add PAT_TOKEN fallback configuration for automated release merging diff --git a/package-lock.json b/package-lock.json index f553be9..ea39f0e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2850,7 +2850,7 @@ }, "packages/core": { "name": "@agentage/core", - "version": "0.8.0", + "version": "0.9.0", "license": "MIT", "engines": { "node": ">=22.0.0", @@ -2867,7 +2867,7 @@ }, "packages/platform": { "name": "@agentage/platform", - "version": "0.4.0", + "version": "0.5.0", "license": "MIT", "devDependencies": {}, "engines": { diff --git a/packages/core/package.json b/packages/core/package.json index 6f804bb..e18298d 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@agentage/core", - "version": "0.8.0", + "version": "0.9.0", "description": "Agent interface and run model for the Agentage platform", "type": "module", "main": "./dist/index.js", diff --git a/packages/platform/package.json b/packages/platform/package.json index 0d74952..f9b5bd3 100644 --- a/packages/platform/package.json +++ b/packages/platform/package.json @@ -1,6 +1,6 @@ { "name": "@agentage/platform", - "version": "0.4.0", + "version": "0.5.0", "description": "Daemon/hub protocol types for the Agentage platform", "type": "module", "main": "./dist/index.js",