diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 84b8fda3e..157c8352f 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "webcmd", - "version": "0.8.3", + "version": "0.8.4", "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 faf53418b..a034ba030 100644 --- a/.codex-plugin/plugin.json +++ b/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "webcmd", - "version": "0.8.3", + "version": "0.8.4", "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 bc1718648..147dffd7b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.8.3" + ".": "0.8.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 4692d70c1..06438babc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,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.8.4](https://github.com/agentrhq/webcmd/compare/webcmd-v0.8.3...webcmd-v0.8.4) (2026-09-08) + + +### Bug Fixes + +* **chrome:** debounce sync-to-chrome export and set the exported profile's display name ([#504](https://github.com/agentrhq/webcmd/issues/504)) ([186b98b](https://github.com/agentrhq/webcmd/commit/186b98b30bb557e48bc5ecf086ef1bddcc562bf0)) +* show disconnected profiles in plain output, offer sync-to-chrome interactively ([#502](https://github.com/agentrhq/webcmd/issues/502)) ([1b05e6a](https://github.com/agentrhq/webcmd/commit/1b05e6a264d99e041a1da4a14bd405067d0be66b)) + ## [0.8.3](https://github.com/agentrhq/webcmd/compare/webcmd-v0.8.2...webcmd-v0.8.3) (2026-09-08) ### Highlights diff --git a/package-lock.json b/package-lock.json index dac088a13..69e1440f0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@agentrhq/webcmd", - "version": "0.8.3", + "version": "0.8.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@agentrhq/webcmd", - "version": "0.8.3", + "version": "0.8.4", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 767a17cd0..6eeadf6d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@agentrhq/webcmd", - "version": "0.8.3", + "version": "0.8.4", "description": "Turn websites, browser sessions, desktop apps, and local tools into deterministic CLI surfaces for humans and AI agents.", "engines": { "node": ">=20.6.0"