diff --git a/.codex-plugin/plugin.json b/.codex-plugin/plugin.json index c9717f5e..2933a858 100644 --- a/.codex-plugin/plugin.json +++ b/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "webcmd", - "version": "0.5.4", + "version": "0.6.0", "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 0923c44c..b5b966fb 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.5.4" + ".": "0.6.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 285b227d..e5cd4b4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.6.0](https://github.com/agentrhq/webcmd/compare/webcmd-v0.5.4...webcmd-v0.6.0) (2026-08-10) + + +### Features + +* migrate release tooling to openai ([#256](https://github.com/agentrhq/webcmd/issues/256)) ([dca5bbb](https://github.com/agentrhq/webcmd/commit/dca5bbb3184218853502e0af3d24726d9c505296)) + + +### Bug Fixes + +* **adapters,output:** repair site drift and markdown/console output bugs ([4d2d45b](https://github.com/agentrhq/webcmd/commit/4d2d45b27199c800108a40fe5d6e64782d0c6ea1)) +* harden docs review structured output ([#259](https://github.com/agentrhq/webcmd/issues/259)) ([a1a426a](https://github.com/agentrhq/webcmd/commit/a1a426af82ab9b3d8c973a5b627c5f76723de710)) +* use a lighter review model ([#257](https://github.com/agentrhq/webcmd/issues/257)) ([5fc7e49](https://github.com/agentrhq/webcmd/commit/5fc7e490bb6085d12273ad766675da4148b0ef22)) + ## [0.5.4](https://github.com/agentrhq/webcmd/compare/webcmd-v0.5.3...webcmd-v0.5.4) (2026-08-09) ### Highlights diff --git a/package-lock.json b/package-lock.json index ee2ad5aa..4e08a3b2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@agentrhq/webcmd", - "version": "0.5.4", + "version": "0.6.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@agentrhq/webcmd", - "version": "0.5.4", + "version": "0.6.0", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index c4654376..f9ea6fb8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@agentrhq/webcmd", - "version": "0.5.4", + "version": "0.6.0", "description": "Turn websites, browser sessions, desktop apps, and local tools into deterministic CLI surfaces for humans and AI agents.", "engines": { "node": ">=20.6.0"