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.
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.