diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 66be7034..84b8fda3 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "webcmd", - "version": "0.8.2", + "version": "0.8.3", "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 ff7b4ed3..faf53418 100644 --- a/.codex-plugin/plugin.json +++ b/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "webcmd", - "version": "0.8.2", + "version": "0.8.3", "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 21859ac6..bc171864 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.8.2" + ".": "0.8.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7029c95f..3160cf55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,19 @@ - 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.3](https://github.com/agentrhq/webcmd/compare/webcmd-v0.8.2...webcmd-v0.8.3) (2026-09-08) + + +### Features + +* **chrome:** export webcmd Chrome profiles to native Chrome ([#500](https://github.com/agentrhq/webcmd/issues/500)) ([11b3afe](https://github.com/agentrhq/webcmd/commit/11b3afeb058f26541fc90aadfbbb7a1a35feb012)) +* persist per-SLAB-profile agent behavior and route humanizer input ([#499](https://github.com/agentrhq/webcmd/issues/499)) ([d98a48c](https://github.com/agentrhq/webcmd/commit/d98a48c6205dd24679283bef4cab546b92562979)) + + +### Bug Fixes + +* **browser:** use monotonic capture timeout ([#488](https://github.com/agentrhq/webcmd/issues/488)) ([b6be9b2](https://github.com/agentrhq/webcmd/commit/b6be9b25b785c2d19e47bc3207cd4b76306e5ff7)) + ## [0.8.2](https://github.com/agentrhq/webcmd/compare/webcmd-v0.8.1...webcmd-v0.8.2) (2026-09-07) ### Improvements diff --git a/package-lock.json b/package-lock.json index 8b16303e..dac088a1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@agentrhq/webcmd", - "version": "0.8.2", + "version": "0.8.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@agentrhq/webcmd", - "version": "0.8.2", + "version": "0.8.3", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index ed88d98d..767a17cd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@agentrhq/webcmd", - "version": "0.8.2", + "version": "0.8.3", "description": "Turn websites, browser sessions, desktop apps, and local tools into deterministic CLI surfaces for humans and AI agents.", "engines": { "node": ">=20.6.0"