Skip to content

webcmd: v0.7.8

Latest

Choose a tag to compare

@github-actions github-actions released this 27 Aug 09:25
faccd53

Highlights

  • Browser Sessions now use readable, Profile-scoped IDs. Creating a Session requires a name, which is normalized and given a two-character suffix—for example, webcmd --profile work session create "Work Project" may return work-project-k7.
  • Raw browser commands require an explicit readable Session selector at the root, such as webcmd --profile work --session work-project-k7 browser tabs.
  • Adapter commands without --session now consistently reuse the Profile’s fixed adapter-default Session.
  • Opaque Session IDs and cross-Profile owner discovery have been removed. Continue using the same Profile and immutable ID throughout a Session’s lifetime.

Improvements

  • Updated the CLI reference, troubleshooting guidance, agent documentation, and generated skills for the new Session workflow.

Contributors

@rishabhraj36

@rishabhraj36