Skip to content

Releases: agentrhq/webcmd

webcmd: v0.3.2

Choose a tag to compare

@github-actions github-actions released this 15 Jul 13:23
cefee1e

Adapters

  • The spotify adapter has been restored. All spotify commands are now available for use again.
  • The producthunt hot command is now more reliable.

Contributors

@beubax

@beubax

webcmd: v0.3.1

Choose a tag to compare

@github-actions github-actions released this 15 Jul 10:56
0a0cca9

Improvements

  • The webcmd plugin create command now prompts for an author name and GitHub handle to include in the new plugin's metadata.
  • The webcmd-autofix skill for AI agents has been updated with a workflow to report unresolved, reproducible webcmd failures to the development team.

Fixes

  • On macOS, running a browser-based command with --window background will 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

@ankitranjan7 @beubax @rishabhraj36

@ankitranjan7 | @beubax | @rishabhraj36

webcmd v0.3.0: The Hosted Runtime Arrives

Choose a tag to compare

@github-actions github-actions released this 13 Jul 12:21
488c748

Highlights

  • Introduces a new hosted execution mode, allowing webcmd to 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 new setup command.

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 webcmd with 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.

Fixes

  • The --window background flag now correctly prevents browser-backed commands from stealing focus.

Adapters

  • Authentication commands (like whoami and login) 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 antigravity adapter no longer incorrectly registers itself as an installable agent skill.

Contributors

@ankitranjan7 @beubax @ngaurav @rishabhraj36

@ankitranjan7 | @beubax | @ngaurav | @rishabhraj36

webcmd: v0.2.5

Choose a tag to compare

@github-actions github-actions released this 10 Jul 12:16
2f2ea44

Improvements

  • Added new commands for plugin discovery and management. Use webcmd plugin search to find new community plugins, and webcmd plugin catalog subcommands to manage the marketplace sources where webcmd searches.
  • 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

Choose a tag to compare

@github-actions github-actions released this 10 Jul 09:59
ff7d56f

Highlights

  • Introduced a plugin marketplace for discovering and installing new adapters. Use the new webcmd plugin search command to find available plugins and webcmd plugin catalog to 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 login command to wait for manual sign-in to complete, and added a --timeout option.

webcmd: v0.2.3

Choose a tag to compare

@github-actions github-actions released this 09 Jul 10:18
f8feb70

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 skyscanner plugin 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.md file.

Adapters

  • BigBasket: Added the bigbasket adapter for online grocery shopping, with commands for search, product, category, add-to-cart, cart, and a review-only checkout.
  • Blinkit: Added a new blinkit adapter for grocery delivery, with commands for the full buying path: login, search, product, add-to-cart, cart, checkout, and place-order.
  • District: Hardened the district checkout command 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 practo adapter 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 zepto adapter for quick commerce, including commands for login, location, search, product, add-to-cart, cart, checkout, and place-order.

webcmd: v0.2.2

Choose a tag to compare

@github-actions github-actions released this 09 Jul 07:07
53aff74

Highlights

  • Simplified Skill Installation: Getting started with Webcmd is now easier with the new webcmd skills install command. 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 like agents, codex, and claude.

Improvements

  • New district Site Adapter: A suite of commands for interacting with district.in has been added, enabling movie showtime lookups, location management, seat selection, and checkout.
  • Improved Persistent Session Reliability: For adapter authors, a new freshPage: true option 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 update command has been added to refresh skill symlinks after you update the webcmd package, ensuring your skills always point to the latest version.

Fixes

  • The webcmd-sitemap-author skill'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

Choose a tag to compare

@github-actions github-actions released this 07 Jul 18:39
66fc412

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 .cmd shims.
  • Improved headed e2e stability.

webcmd: v0.2.0

Choose a tag to compare

@github-actions github-actions released this 03 Jul 17:39
70af6c9

0.2.0 (2026-07-03)

Features

  • add release notes helper library (6d8cc6b)
  • generate release notes with Gemini (875d623)

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)

webcmd: v0.1.2

Choose a tag to compare

@github-actions github-actions released this 03 Jul 09:04
ac9dc06

0.1.2 (2026-07-03)

Bug Fixes

  • include executable in npm package (2ff58bd)
  • parse npm pack json with lifecycle output (b0f5230)
  • relax doctor runtime version warning (59098dc)