Skip to content

Comments

fix state load failing when no browser is running#527

Merged
ctate merged 1 commit intomainfrom
ctate/fix-526
Feb 23, 2026
Merged

fix state load failing when no browser is running#527
ctate merged 1 commit intomainfrom
ctate/fix-526

Conversation

@ctate
Copy link
Collaborator

@ctate ctate commented Feb 23, 2026

state load always fails with "Cannot load state while browser is running" even when no browser is running, making the command completely unusable (#526).

The daemon's auto-launch logic starts a browser before state_load gets to handle the command. This adds state_load to the exclusion list alongside launch and close, so handleStateLoad can perform its own launch with the state file.

`state load` always fails with "Cannot load state while browser is running" even when no browser is running, making the command completely unusable (#526).

The daemon's auto-launch logic starts a browser before `state_load` gets to handle the command. This adds `state_load` to the exclusion list alongside `launch` and `close`, so `handleStateLoad` can perform its own launch with the state file.
@vercel
Copy link
Contributor

vercel bot commented Feb 23, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
agent-browser Ready Ready Preview, Comment Feb 23, 2026 6:47am

@ctate ctate merged commit 467b830 into main Feb 23, 2026
17 checks passed
@ro0sterjam
Copy link

Wow that was fast! Thank you.

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.

2 participants