From 06b1f2caaaf2a928a2053b0b6470d570ad3ff46d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 14:20:28 +0000 Subject: [PATCH] chore(main): release webcmd 0.6.0 --- .codex-plugin/plugin.json | 2 +- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 17 insertions(+), 5 deletions(-) diff --git a/.codex-plugin/plugin.json b/.codex-plugin/plugin.json index 0cfad500..2933a858 100644 --- a/.codex-plugin/plugin.json +++ b/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "webcmd", - "version": "0.5.3", + "version": "0.6.0", "description": "Turn websites, browser sessions, desktop apps, and local tools into deterministic CLI surfaces for humans and AI agents.", "author": { "name": "AgentRHQ", diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8dad2740..b5b966fb 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.5.3" + ".": "0.6.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 998f038c..fec8d77c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.6.0](https://github.com/agentrhq/webcmd/compare/webcmd-v0.5.3...webcmd-v0.6.0) (2026-08-04) + + +### Features + +* added luma plugin ([#195](https://github.com/agentrhq/webcmd/issues/195)) ([8de78ba](https://github.com/agentrhq/webcmd/commit/8de78ba245b134c46cce12ae07c198c5bb34d3d4)) + + +### Bug Fixes + +* typos ([1a25081](https://github.com/agentrhq/webcmd/commit/1a250817e99a0cc21e3ddf2d36784aeac8bd6052)) + ## [0.5.3](https://github.com/agentrhq/webcmd/compare/webcmd-v0.5.2...webcmd-v0.5.3) (2026-08-03) ### Fixes diff --git a/package-lock.json b/package-lock.json index d54cb40f..7a900475 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@agentrhq/webcmd", - "version": "0.5.3", + "version": "0.6.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@agentrhq/webcmd", - "version": "0.5.3", + "version": "0.6.0", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 92084509..43685ce7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@agentrhq/webcmd", - "version": "0.5.3", + "version": "0.6.0", "description": "Turn websites, browser sessions, desktop apps, and local tools into deterministic CLI surfaces for humans and AI agents.", "engines": { "node": ">=20.0.0"