diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index c4bb314b..0644bd2e 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "webcmd", - "version": "0.7.9", + "version": "0.7.10", "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 00add6ce..3dd989ae 100644 --- a/.codex-plugin/plugin.json +++ b/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "webcmd", - "version": "0.7.9", + "version": "0.7.10", "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 d7dcbaaa..3722c4ea 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.9" + ".": "0.7.10" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a999323..092648e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,14 @@ - 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.10](https://github.com/agentrhq/webcmd/compare/webcmd-v0.7.9...webcmd-v0.7.10) (2026-08-28) + + +### Bug Fixes + +* settle popup and download event handles without deadlock ([#463](https://github.com/agentrhq/webcmd/issues/463)) ([09f9782](https://github.com/agentrhq/webcmd/commit/09f9782b1d93768ce6c4d93332e0a180c2dd73dd)) +* surface workspace, origin, and browser-init in hosted help ([#464](https://github.com/agentrhq/webcmd/issues/464)) ([b021073](https://github.com/agentrhq/webcmd/commit/b021073f5867050a4319bbeefc93ce1b066a7818)) + ## [0.7.9](https://github.com/agentrhq/webcmd/compare/webcmd-v0.7.8...webcmd-v0.7.9) (2026-08-28) ### Highlights diff --git a/package-lock.json b/package-lock.json index 5671ab00..e74c5ab9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@agentrhq/webcmd", - "version": "0.7.9", + "version": "0.7.10", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@agentrhq/webcmd", - "version": "0.7.9", + "version": "0.7.10", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index a800ae9e..9fcebf95 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@agentrhq/webcmd", - "version": "0.7.9", + "version": "0.7.10", "description": "Turn websites, browser sessions, desktop apps, and local tools into deterministic CLI surfaces for humans and AI agents.", "engines": { "node": ">=20.6.0"