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.