Skip to content

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.