From d1a252461d60d2f00bbd506687ed0a95c0632646 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 26 Jun 2026 01:22:37 +0000 Subject: [PATCH] chore: prepare release v0.0.2 - Bump version to 0.0.2 - Update CHANGELOG.md with release notes --- CHANGELOG.md | 11 +++++++++++ changelog-content.md | 10 ++++++++-- node_modules | 1 - package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 22 insertions(+), 6 deletions(-) delete mode 120000 node_modules diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d7273b..2c8bdff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 --- +## [0.0.2] - 2026-06-26 + +### New Features +- Add `setup` and `status` commands as part of the agentage Memory client reboot +- Add daemon autostart on boot/login (platform-aware configuration) +- Handle machine tombstoned state (410 response) gracefully in the daemon + +### Improvements +- Route daemon version-mismatch notice and update notice to stderr for cleaner stdout output +- Reduce update-check cache from 24h to 1h for more timely update notifications + ## [0.0.1] - 2026-06-12 ### Added diff --git a/changelog-content.md b/changelog-content.md index 0ac655f..6df1d1f 100644 --- a/changelog-content.md +++ b/changelog-content.md @@ -1,2 +1,8 @@ -- `setup` - browser OAuth 2.1 sign-in (Dynamic Client Registration + PKCE) with a localhost callback. -- `status` - CLI version, target, sign-in state, and endpoint reachability (`--json` supported). +### New Features +- Add `setup` and `status` commands as part of the agentage Memory client reboot +- Add daemon autostart on boot/login (platform-aware configuration) +- Handle machine tombstoned state (410 response) gracefully in the daemon + +### Improvements +- Route daemon version-mismatch notice and update notice to stderr for cleaner stdout output +- Reduce update-check cache from 24h to 1h for more timely update notifications diff --git a/node_modules b/node_modules deleted file mode 120000 index 27765ab..0000000 --- a/node_modules +++ /dev/null @@ -1 +0,0 @@ -/home/vreshch/projects/agentage/cli/node_modules \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index cddce7f..6b22251 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@agentage/cli", - "version": "0.0.1", + "version": "0.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@agentage/cli", - "version": "0.0.1", + "version": "0.0.2", "license": "MIT", "dependencies": { "chalk": "latest", diff --git a/package.json b/package.json index 2cdf03f..56143bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@agentage/cli", - "version": "0.0.1", + "version": "0.0.2", "description": "The agentage CLI - connect this machine to agentage from the terminal", "type": "module", "main": "./dist/index.js",