diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 0644bd2e..ac658c61 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "webcmd", - "version": "0.7.10", + "version": "0.7.11", "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/.codex-plugin/plugin.json b/.codex-plugin/plugin.json index 3dd989ae..fa3dcb7f 100644 --- a/.codex-plugin/plugin.json +++ b/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "webcmd", - "version": "0.7.10", + "version": "0.7.11", "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 3722c4ea..bc56a1d1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.10" + ".": "0.7.11" } diff --git a/CHANGELOG.md b/CHANGELOG.md index be646601..69fb982a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,13 @@ - Hosted command lists retain excluded commands as `LOCAL` rows and return a local-only error instead of plugin-install guidance. - Local auth commands initialize user CLI compatibility shims, and hosted auth uses the same native grammar, flags, choices, and help as local mode. +## [0.7.11](https://github.com/agentrhq/webcmd/compare/webcmd-v0.7.10...webcmd-v0.7.11) (2026-08-31) + + +### Bug Fixes + +* release standalone plugin compatibility as 0.7.11 ([#473](https://github.com/agentrhq/webcmd/issues/473)) ([eeec0a1](https://github.com/agentrhq/webcmd/commit/eeec0a141cbc7b67f870f61b41cd1052cb3c42ca)) + ## [0.7.10](https://github.com/agentrhq/webcmd/compare/webcmd-v0.7.9...webcmd-v0.7.10) (2026-08-28) ### Highlights diff --git a/package-lock.json b/package-lock.json index e74c5ab9..4c050b39 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@agentrhq/webcmd", - "version": "0.7.10", + "version": "0.7.11", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@agentrhq/webcmd", - "version": "0.7.10", + "version": "0.7.11", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index fa24eddf..9bec7da9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@agentrhq/webcmd", - "version": "0.7.10", + "version": "0.7.11", "description": "Turn websites, browser sessions, desktop apps, and local tools into deterministic CLI surfaces for humans and AI agents.", "engines": { "node": ">=20.6.0"