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.
Improvements
webcmd setup now exclusively configures local browser mode. The hosted/local prompt and the --mode and --api-key options have been removed. Browser selection, Chrome cookie import, status reporting, and daemon restart behavior remain available.
On first access to a product without local site memory, Webcmd now requests a seed from https://api.webcmd.dev by default. The unauthenticated request sends only the resolved product/domain, uses a two-second timeout, and is not retried. Set WEBCMD_GLOBAL_MEMORY=off to disable lookups; WEBCMD_GLOBAL_MEMORY_URL remains available as a developer or test override.
Fixes
webcmd skills remove now removes skills from only one provider and scope—or one custom --path—instead of scanning every supported location. It supports --provider and --scope, prompts for them interactively when needed, and includes them in JSON output. Stable links under ~/.webcmd/skills are no longer removed by this command.
webcmd skills add and webcmd skills update now prune stale symlinks from ~/.webcmd/skills while preserving user-owned entries that are not symlinks.