Skip to content

Commit 114ba64

Browse files
chore(main): release webcmd 0.8.0
1 parent 78c5e96 commit 114ba64

6 files changed

Lines changed: 33 additions & 6 deletions

File tree

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webcmd",
3-
"version": "0.7.4",
3+
"version": "0.8.0",
44
"description": "Turn websites, browser sessions, desktop apps, and local tools into deterministic CLI surfaces for humans and AI agents.",
55
"author": {
66
"name": "AgentRHQ",

.codex-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webcmd",
3-
"version": "0.7.4",
3+
"version": "0.8.0",
44
"description": "Turn websites, browser sessions, desktop apps, and local tools into deterministic CLI surfaces for humans and AI agents.",
55
"author": {
66
"name": "AgentRHQ",

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.7.4"
2+
".": "0.8.0"
33
}

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# Changelog
22

3+
## [0.8.0](https://github.com/agentrhq/webcmd/compare/webcmd-v0.7.4...webcmd-v0.8.0) (2026-08-23)
4+
5+
6+
### Features
7+
8+
* **fetch:** add --raw to web fetch for selector discovery ([#419](https://github.com/agentrhq/webcmd/issues/419)) ([d4ecfbc](https://github.com/agentrhq/webcmd/commit/d4ecfbc914c1b718a6b951ed38b837c19e96bac8))
9+
10+
11+
### Bug Fixes
12+
13+
* benchmark setup and report updated ([#395](https://github.com/agentrhq/webcmd/issues/395)) ([e48cb3a](https://github.com/agentrhq/webcmd/commit/e48cb3a0994fd9c6ff20a2fbf725977417a066ca))
14+
* **browser:** improve run agent ergonomics ([#409](https://github.com/agentrhq/webcmd/issues/409)) ([02e0d82](https://github.com/agentrhq/webcmd/commit/02e0d827c411559cb323bb0092cb1ea52b8e6762))
15+
* **cli:** accept -f/--format and --json on every command ([#425](https://github.com/agentrhq/webcmd/issues/425)) ([0b4a445](https://github.com/agentrhq/webcmd/commit/0b4a4455c3e1b55c46f307fca5ba2038bd02415d))
16+
* **cli:** add recovery hints for common misguesses ([#410](https://github.com/agentrhq/webcmd/issues/410)) ([b2f3098](https://github.com/agentrhq/webcmd/commit/b2f3098e808e86310a8c2f43c1e28b52bcb14177))
17+
* **cli:** clarify adapter authoring help ([#408](https://github.com/agentrhq/webcmd/issues/408)) ([aa38134](https://github.com/agentrhq/webcmd/commit/aa3813414b9b2998ee3cc302c9246daf3923afd5))
18+
* **cli:** close eval gaps for formats, profiles, and plugins ([8c5ce29](https://github.com/agentrhq/webcmd/commit/8c5ce29150fcb74fcdfcd2d053c801554ff29dfa))
19+
* **cli:** discover adapters authored with registerCommand ([#423](https://github.com/agentrhq/webcmd/issues/423)) ([fc507cd](https://github.com/agentrhq/webcmd/commit/fc507cdc4103b3b34e9472e6d8881bfe84e623dc))
20+
* **cli:** download wait timeout must not tell agents to invent file contents ([#398](https://github.com/agentrhq/webcmd/issues/398)) ([cc28460](https://github.com/agentrhq/webcmd/commit/cc284601e7f8fa63927ef4ce0620f12c1b366909))
21+
* **cli:** give every site command a description and structured help ([#422](https://github.com/agentrhq/webcmd/issues/422)) ([33b4ae8](https://github.com/agentrhq/webcmd/commit/33b4ae813231fbdc0ea17d122dda08e42c9b30a3))
22+
* **cli:** label plugin search as catalog discovery, not web search ([#396](https://github.com/agentrhq/webcmd/issues/396)) ([d5c7cc9](https://github.com/agentrhq/webcmd/commit/d5c7cc962bd6944e5dbeb49fee8f6a950b5c7316))
23+
* **cli:** make session close accept --session and be idempotent ([#420](https://github.com/agentrhq/webcmd/issues/420)) ([78c5e96](https://github.com/agentrhq/webcmd/commit/78c5e96090e538755a6b281e83ca6705972e20f1))
24+
* **cli:** one error envelope and exit 2 for every usage error ([#424](https://github.com/agentrhq/webcmd/issues/424)) ([78ebdba](https://github.com/agentrhq/webcmd/commit/78ebdbaeef04048099aceca6b34ca0ff5c9ea3a3))
25+
* **cli:** point EMPTY_RESULT at adapter repair, not login ([#401](https://github.com/agentrhq/webcmd/issues/401)) ([7952285](https://github.com/agentrhq/webcmd/commit/795228590e6c99afb78d371efcdd315b5f3711bd))
26+
* **cli:** popup wait timeout must not tell agents to page.goto the opener ([#397](https://github.com/agentrhq/webcmd/issues/397)) ([67cad65](https://github.com/agentrhq/webcmd/commit/67cad652684809c00fb4beafdbb15132c1ed04b8))
27+
* **cli:** route unknown subcommands through the shared error envelope ([#427](https://github.com/agentrhq/webcmd/issues/427)) ([717c80a](https://github.com/agentrhq/webcmd/commit/717c80aa38b4730e2c315a07e70ea7ec05e037ac))
28+
* **cli:** suggest the real command instead of a plugin that does not exist ([#421](https://github.com/agentrhq/webcmd/issues/421)) ([0b4e36c](https://github.com/agentrhq/webcmd/commit/0b4e36c2b408c1e5d0bb7a13ff437e653aa94322))
29+
330
## [0.7.4](https://github.com/agentrhq/webcmd/compare/webcmd-v0.7.3...webcmd-v0.7.4) (2026-08-19)
431

532

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agentrhq/webcmd",
3-
"version": "0.7.4",
3+
"version": "0.8.0",
44
"description": "Turn websites, browser sessions, desktop apps, and local tools into deterministic CLI surfaces for humans and AI agents.",
55
"engines": {
66
"node": ">=20.6.0"

0 commit comments

Comments
 (0)