You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixes
Hosted help now includes --workspace <id>, WEBCMD_WORKSPACE, and the session and site command groups.
Unknown site commands now suggest using webcmd browser init <site>/<command> to author the missing command.
Hosted webcmd list output now reports command origins consistently as builtin, plugin:<name>, local, or override:<plugin>.
Fixed browser runs hanging after popup or download events fired. page.waitForEvent('popup') and page.waitForEvent('download') now resolve correctly, while event-specific timeouts are honored when no event occurs.
Adapters
Moved 123 community adapters to the standalone agentrhq/webcmd-plugins repository without behavioral changes.
Preserved compatibility for existing official source identifiers by normalizing legacy agentrhq/webcmd sources to the new repository.
The standalone community plugin catalog requires Webcmd 0.7.11 or newer.