Highlights
- Skill management has been improved with new and renamed commands. Use
webcmd skills add (formerly install) to add bundled skills to your agent environment, and the new webcmd skills remove to safely remove them.
Improvements
- Browser sessions are now more robust.
webcmd can recover sessions after an unexpected closure and will prevent multiple commands from writing to the same persistent session at the same time. Blocked commands will now exit with a status code of 75 to signal that the session is busy.
- Commands can now be authored with
freshPage: true metadata, allowing them to run in a new, clean browser tab while preserving an existing login session.
- The project's
README.md now includes prominent links to the full documentation site at webcmd.dev/docs.
- Corrected the adapter authoring documentation for
webcmd browser init to remove a non-existent --strategy flag.
Fixes
- The
webcmd doctor command now correctly reports the installed version of the Cloak browser runtime instead of "version unknown".
- Local-only commands, such as
webcmd skills, now run correctly when webcmd is configured for hosted (cloud) mode.
Adapters
- The
producthunt adapter now correctly detects and reports security verification pages, preventing commands from failing unexpectedly.
Contributors

@ankitranjan7 | @beubax | @rajarshidattapy