Skip to content

webcmd: v0.8.2

Choose a tag to compare

@github-actions github-actions released this 07 Sep 14:40
bddbe67

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.

Contributors

@ankitranjan7

@ankitranjan7