Releases: agentrhq/webcmd
Releases · agentrhq/webcmd
Release list
webcmd: v0.3.2
Adapters
- The
spotifyadapter has been restored. Allspotifycommands are now available for use again. - The
producthunt hotcommand is now more reliable.
Contributors
webcmd: v0.3.1
Improvements
- The
webcmd plugin createcommand now prompts for an author name and GitHub handle to include in the new plugin's metadata. - The
webcmd-autofixskill for AI agents has been updated with a workflow to report unresolved, reproduciblewebcmdfailures to the development team.
Fixes
- On macOS, running a browser-based command with
--window backgroundwill no longer bring the browser to the foreground on its first launch.
Adapters
- LinkedIn: Two new adapters have been added:
linkedin company: Reads a company's profile page for details like industry, size, headquarters, and follower count.linkedin connections: Lists your first-degree connections with their names, headlines, and profile URLs.
- ChatGPT:
chatgpt deep-research-result: This command can now report the progress of an ongoing Deep Research task, not just the final completed report.chatgpt ask: Improved reliability when waiting for a response to finish generating.
- Facebook:
facebook search: The reliability of the search workflow has been improved.
Contributors
webcmd v0.3.0: The Hosted Runtime Arrives
Highlights
- Introduces a new hosted execution mode, allowing
webcmdto operate as a thin client against the Webcmd Cloud API. This offloads command execution and browser automation to the cloud service and can be configured with a newsetupcommand.
Improvements
- Agent skill documentation has been updated to improve command discovery and error handling:
- Adds a fallback to search for installable plugins (
webcmd plugin search) when a command is not found locally. - Clarifies that running
webcmdwith no arguments lists all available commands. - Provides better guidance on handling network errors during
webcmd plugin search, prompting users to retry if a fetch fails.
- Adds a fallback to search for installable plugins (
Fixes
- The
--window backgroundflag now correctly prevents browser-backed commands from stealing focus.
Adapters
- Authentication commands (like
whoamiandlogin) that use the shared site-auth helper now correctly wrap their JSON output in an array, making them compatible with agent workflows expecting structured rows. - The
antigravityadapter no longer incorrectly registers itself as an installable agent skill.
Contributors
webcmd: v0.2.5
Improvements
- Added new commands for plugin discovery and management. Use
webcmd plugin searchto find new community plugins, andwebcmd plugin catalogsubcommands to manage the marketplace sources wherewebcmdsearches. - Documentation has been updated to explain the new plugin monorepo model, where community adapters can be promoted directly into the main repository. This makes them easier to discover and install.
Adapters
- The BikeWale adapter has been promoted to the main repository as a community plugin.
webcmd: v0.2.4
Highlights
- Introduced a plugin marketplace for discovering and installing new adapters. Use the new
webcmd plugin searchcommand to find available plugins andwebcmd plugin catalogto manage marketplace sources.
Fixes
- Fixed failures to launch a browser session when the profile was locked or left in a stale state from a previous run.
Adapters
- Hardened the
practo logincommand to wait for manual sign-in to complete, and added a--timeoutoption.
webcmd: v0.2.3
Highlights
- Added four new e-commerce and booking adapters: Blinkit, Zepto, BigBasket, and Practo, enabling automated workflows for groceries, deliveries, and appointments.
- Hardened the District adapter's checkout command to prevent incorrect seat selection, ensuring payment flows are initiated with the exact items requested.
Improvements
- Introduced a new plugin catalog to support community-developed commands, starting with the
skyscannerplugin for flight searches. - The adapter-author skill now provides a more interactive scaffolding experience by asking for user use cases before recommending and generating subsequent commands.
- Improved the release automation workflow to auto-generate more detailed release notes and update the
CHANGELOG.mdfile.
Adapters
- BigBasket: Added the
bigbasketadapter for online grocery shopping, with commands forsearch,product,category,add-to-cart,cart, and a review-onlycheckout. - Blinkit: Added a new
blinkitadapter for grocery delivery, with commands for the full buying path:login,search,product,add-to-cart,cart,checkout, andplace-order. - District: Hardened the
district checkoutcommand by adding two new guards. It now reconciles the selected seats with the requested seats to prevent auto-selection of extra tickets, and adds a final assertion on the review page to ensure order accuracy before payment. - Practo: Added a comprehensive
practoadapter for healthcare appointments. It supports doctor discovery (search,profile), slot booking (slots,book-preview,book-confirm), and appointment management (appointments,appointment,cancel). - Zepto: Introduced the
zeptoadapter for quick commerce, including commands forlogin,location,search,product,add-to-cart,cart,checkout, andplace-order.
webcmd: v0.2.2
Highlights
- Simplified Skill Installation: Getting started with Webcmd is now easier with the new
webcmd skills installcommand. This interactive command guides you through installing all bundled agent skills, replacing the need for manual copying. It supports global and local project installations and can target specific agents likeagents,codex, andclaude.
Improvements
- New
districtSite Adapter: A suite of commands for interacting withdistrict.inhas been added, enabling movie showtime lookups, location management, seat selection, and checkout. - Improved Persistent Session Reliability: For adapter authors, a new
freshPage: trueoption is available for commands using persistent sessions. This ensures a command starts with a clean page to prevent errors from stale content left by previous commands, while preserving login state and cookies. - Skill Update Command: A new
webcmd skills updatecommand has been added to refresh skill symlinks after you update thewebcmdpackage, ensuring your skills always point to the latest version.
Fixes
- The
webcmd-sitemap-authorskill's metadata (frontmatter) has been corrected to ensure compatibility with strict YAML parsers. - An internal end-to-end test for plugin management was repaired to use a valid test repository, improving the reliability of our release validation.
Contributors
Reverts
There are no reverts in this release.
webcmd: v0.2.1
0.2.1 (2026-07-07)
Small patch release with browser profile routing and adapter reliability fixes.
Changes
- Improved browser profile routing so saved default profiles are treated as preferred, while explicit profile selections remain strict.
- Added Twitter timeline quote and bookmark counts.
- Hardened Twitter tweet deletion against delayed page loading, stale menus, and runtime response wrappers.
- Fixed external CLI passthrough on Windows for
.cmdshims. - Improved headed e2e stability.
webcmd: v0.2.0
0.2.0 (2026-07-03)
Features
Bug Fixes
- address release notes review findings (4aa6cd1)
- port upstream transport deadlines to cloak runtime (9e5219d)
- port upstream transport deadlines to cloak runtime (9816440)
- preserve skill guidance during translation (b5491b5)
- remove stale deleted-adapter references (c69b017)
- scope release note silence to workflow (82a6e4d)
- sync npm lockfile peer dependency (b931d1e)