From db5a95a4680b9d8f7a38ac90405fad4fd291ca7c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 17 Apr 2026 23:02:54 +0000 Subject: [PATCH] chore: prepare release v0.18.1 - Bump version to 0.18.1 - Update CHANGELOG.md with release notes --- CHANGELOG.md | 5 +++++ changelog-content.md | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 10 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fed31fc..c8766d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 --- +## [0.18.1] - 2026-04-17 + +### Bug Fixes +- Fix daemon machine identity persistence by storing in machine.json file + ## [0.18.0] - 2026-04-17 ### New Features diff --git a/changelog-content.md b/changelog-content.md index 97c75dd..c3165f9 100644 --- a/changelog-content.md +++ b/changelog-content.md @@ -1,2 +1,2 @@ -### New Features -- Add support for configurable agents and projects directories with default and additional paths +### Bug Fixes +- Fix daemon machine identity persistence by storing in machine.json file diff --git a/package-lock.json b/package-lock.json index 5776109..0698fa2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@agentage/cli", - "version": "0.18.0", + "version": "0.18.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@agentage/cli", - "version": "0.18.0", + "version": "0.18.1", "license": "MIT", "dependencies": { "@agentage/core": "0.9.0", diff --git a/package.json b/package.json index c7677a5..8a4bc7a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@agentage/cli", - "version": "0.18.0", + "version": "0.18.1", "description": "Agentage CLI and daemon — control plane for AI agents", "type": "module", "main": "./dist/index.js",