diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 82ad8451..c4bb314b 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "webcmd", - "version": "0.7.8", + "version": "0.7.9", "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 b14793c4..00add6ce 100644 --- a/.codex-plugin/plugin.json +++ b/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "webcmd", - "version": "0.7.8", + "version": "0.7.9", "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 ed1a258d..d7dcbaaa 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.8" + ".": "0.7.9" } diff --git a/CHANGELOG.md b/CHANGELOG.md index cbceb41c..977488b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,22 @@ - 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.9](https://github.com/agentrhq/webcmd/compare/webcmd-v0.7.8...webcmd-v0.7.9) (2026-08-28) + + +### ⚠ BREAKING CHANGES + +* webcmd doctor now exits 78 on an unhealthy machine. + +### doctor + +* exit CONFIG_ERROR when a required check fails ([#456](https://github.com/agentrhq/webcmd/issues/456)) ([34fcc14](https://github.com/agentrhq/webcmd/commit/34fcc14707e28e02881686975068ea189940c9d9)) + + +### Features + +* bridge core CLI commands to hosted mode ([#458](https://github.com/agentrhq/webcmd/issues/458)) ([5e2d3df](https://github.com/agentrhq/webcmd/commit/5e2d3dfb4caefe711a04180009d622235b322d5b)) + ## [0.7.8](https://github.com/agentrhq/webcmd/compare/webcmd-v0.7.7...webcmd-v0.7.8) (2026-08-27) ### Highlights diff --git a/package-lock.json b/package-lock.json index be31f097..5671ab00 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@agentrhq/webcmd", - "version": "0.7.8", + "version": "0.7.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@agentrhq/webcmd", - "version": "0.7.8", + "version": "0.7.9", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index d40ba34c..a800ae9e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@agentrhq/webcmd", - "version": "0.7.8", + "version": "0.7.9", "description": "Turn websites, browser sessions, desktop apps, and local tools into deterministic CLI surfaces for humans and AI agents.", "engines": { "node": ">=20.6.0"