Skip to content

Conversation

@Sayan-
Copy link
Contributor

@Sayan- Sayan- commented Jan 22, 2026

Overview

Allows hot loading a profile and view port into an existing browser

Testing

Built + ran against local/staging

profile:

~/kernel/cli ❯❯❯ ./bin/kernel browser create
(grab SESSION_ID)
~/kernel/cli ❯❯❯ ./bin/kernel browser update --profile-name $PROFILE $SESSION_ID
 INFO  Updating browser ....
 SUCCESS  Updated browser

view port:

~/kernel/cli ❯❯❯ ./bin/kernel browser update --viewport 1440x900 $SESSION_ID
 INFO  Updating browser ...
  ERROR   Viewport_configuration_failed: resize refused: live view or recording/replay active

~/kernel/cli ❯❯❯ ./bin/kernel browser update --viewport 1234x900 $SESSION_ID
 INFO  Updating browser ...
  ERROR   Invalid_viewport: No matching viewport configuration found for dimensions 1234x900. Allowed: 1024x768@60,
          1920x1080@25, 2560x1440@10, 1920x1200@25, 1440x900@25, 1200x800@60

~/kernel/cli ❯❯❯ ./bin/kernel browser update --viewport 1440x900 $SESSION_ID
 INFO  Updating browser ...
 SUCCESS  Updated browser

Note

Cursor Bugbot is generating a summary for commit 7e572a4. Configure here.

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