Skip to content

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.