diff --git a/CHANGELOG.md b/CHANGELOG.md index c8766d1..8857b6f 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 --- +## [0.19.0] - 2026-04-19 + +### New Features +- Add recursive project discovery with configurable directory ignore patterns +- Send default agent and project configurations in heartbeat synchronization + ## [0.18.1] - 2026-04-17 ### Bug Fixes diff --git a/changelog-content.md b/changelog-content.md index c3165f9..616ec45 100644 --- a/changelog-content.md +++ b/changelog-content.md @@ -1,2 +1,3 @@ -### Bug Fixes -- Fix daemon machine identity persistence by storing in machine.json file +### New Features +- Add recursive project discovery with configurable directory ignore patterns +- Send default agent and project configurations in heartbeat synchronization diff --git a/package-lock.json b/package-lock.json index 0698fa2..58d5051 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@agentage/cli", - "version": "0.18.1", + "version": "0.19.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@agentage/cli", - "version": "0.18.1", + "version": "0.19.0", "license": "MIT", "dependencies": { "@agentage/core": "0.9.0", diff --git a/package.json b/package.json index 8a4bc7a..cbb4ffb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@agentage/cli", - "version": "0.18.1", + "version": "0.19.0", "description": "Agentage CLI and daemon — control plane for AI agents", "type": "module", "main": "./dist/index.js",