From 6e33794fec59f67597f8d16ff9a650756b8d0142 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 18:17:16 +0000 Subject: [PATCH] chore(main): release webcmd 0.7.3 --- .claude-plugin/plugin.json | 2 +- .codex-plugin/plugin.json | 2 +- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- plugins/linkedin/package.json | 2 +- plugins/linkedin/webcmd-plugin.json | 2 +- src/browser/run/runner.test.ts | 1 - webcmd-plugin.json | 2 +- 10 files changed, 22 insertions(+), 10 deletions(-) diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index a22ac2cb..e1d926d1 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "webcmd", - "version": "0.7.2", + "version": "0.7.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 cabd0750..d5f212f1 100644 --- a/.codex-plugin/plugin.json +++ b/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "webcmd", - "version": "0.7.2", + "version": "0.7.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 5486666e..04c34adc 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.2" + ".": "0.7.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c76ef2b..968619fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.7.3](https://github.com/agentrhq/webcmd/compare/webcmd-v0.7.2...webcmd-v0.7.3) (2026-08-18) + + +### Features + +* **cli:** add --format to profile list and report disconnected profiles ([#341](https://github.com/agentrhq/webcmd/issues/341)) ([45130c7](https://github.com/agentrhq/webcmd/commit/45130c7aadd7b59395e24c788ebbb57d9b1a9960)) + + +### Bug Fixes + +* **browser:** add btoa/atob/TextEncoder/TextDecoder to the run sandbox ([#344](https://github.com/agentrhq/webcmd/issues/344)) ([5d42052](https://github.com/agentrhq/webcmd/commit/5d420529d96650ab9b0074e7a2d8e974da93c539)) +* **browser:** name the supported alternative in unsupported-API errors ([#343](https://github.com/agentrhq/webcmd/issues/343)) ([6fb9586](https://github.com/agentrhq/webcmd/commit/6fb9586659b581ae5ff76124a1b3e1a63cfd827e)) + ## [0.7.2](https://github.com/agentrhq/webcmd/compare/webcmd-v0.7.1...webcmd-v0.7.2) (2026-08-18) diff --git a/package-lock.json b/package-lock.json index b9d6b975..519b02d0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@agentrhq/webcmd", - "version": "0.7.2", + "version": "0.7.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@agentrhq/webcmd", - "version": "0.7.2", + "version": "0.7.3", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index e8f7bb4c..d2037b67 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@agentrhq/webcmd", - "version": "0.7.2", + "version": "0.7.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" diff --git a/plugins/linkedin/package.json b/plugins/linkedin/package.json index 3178df6b..7026f559 100644 --- a/plugins/linkedin/package.json +++ b/plugins/linkedin/package.json @@ -4,6 +4,6 @@ "type": "module", "description": "LinkedIn profile, network, messaging, job, and Sales Navigator commands for WebCMD", "peerDependencies": { - "@agentrhq/webcmd": ">=0.7.2" + "@agentrhq/webcmd": ">=0.7.3" } } diff --git a/plugins/linkedin/webcmd-plugin.json b/plugins/linkedin/webcmd-plugin.json index 3e097e99..2fc7a26a 100644 --- a/plugins/linkedin/webcmd-plugin.json +++ b/plugins/linkedin/webcmd-plugin.json @@ -2,7 +2,7 @@ "name": "linkedin", "version": "0.1.0", "description": "LinkedIn profile, network, messaging, job, and Sales Navigator commands for WebCMD", - "webcmd": ">=0.7.2", + "webcmd": ">=0.7.3", "author": { "name": "WebCMD Agent", "handle": "agentrhq" diff --git a/src/browser/run/runner.test.ts b/src/browser/run/runner.test.ts index a35796e9..f3284b20 100644 --- a/src/browser/run/runner.test.ts +++ b/src/browser/run/runner.test.ts @@ -20,7 +20,6 @@ import { } from 'playwright-core'; import { LocalBrowserRunArtifactSink } from './artifacts.js'; import { MemorySnapshotBaselineStore } from '../snapshot/index.js'; -import { MemorySnapshotBaselineStore } from '../snapshot/index.js'; import { unsupportedApiMessage } from './playwright-transport.js'; import { QuickJSHost } from './quickjs-host.js'; import { runBrowserProgram } from './runner.js'; diff --git a/webcmd-plugin.json b/webcmd-plugin.json index b750634e..48ace76e 100644 --- a/webcmd-plugin.json +++ b/webcmd-plugin.json @@ -638,7 +638,7 @@ "path": "plugins/linkedin", "version": "0.1.0", "description": "LinkedIn profile, network, messaging, job, and Sales Navigator commands for WebCMD", - "webcmd": ">=0.7.2", + "webcmd": ">=0.7.3", "author": { "name": "WebCMD Agent", "handle": "agentrhq"