Skip to content

docs(ego-browser): document browser profile selection for task spaces - #280

Open
deepanshu1422 wants to merge 1 commit into
citrolabs:mainfrom
deepanshu1422:docs/ego-browser-profile-selection
Open

docs(ego-browser): document browser profile selection for task spaces#280
deepanshu1422 wants to merge 1 commit into
citrolabs:mainfrom
deepanshu1422:docs/ego-browser-profile-selection

Conversation

@deepanshu1422

Copy link
Copy Markdown

Summary

  • Document how to bind a new ego-browser task space to a non-default browser profile
  • Note that useOrCreateTaskSpace(name, { profileId }) silently ignores the profile option; the working flow is ego.listProfiles() + ego.createTaskSpace(name, profileId) + selecting the new space

Why

Hit this directly: asked the agent to open a task space on a specific profile, and it silently bound to the default profile instead because the documented option doesn't work. Adding this to the skill so other agents/users don't hit the same confusion.

Test plan

  • Manually verified ego.listProfiles() + ego.createTaskSpace(name, profileId) correctly binds a task space to a non-default profile
  • Docs-only change, no code paths affected

🤖 Generated with Claude Code

useOrCreateTaskSpace silently ignores a profileId option, so agents
kept binding new task spaces to the default profile. Document the
working flow (listProfiles + ego.createTaskSpace(name, profileId) +
select) so this doesn't trip up other users.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant