Conversation
rgarcia
commented
Aug 26, 2025
There was a problem hiding this comment.
Performed full review of 404b4a0...dccd8a8
15 files reviewed | 2 comments | Review on Mesa | Edit Reviewer Settings
Sayan-
requested changes
Aug 26, 2025
Contributor
Sayan-
left a comment
There was a problem hiding this comment.
The tape stuff is very neat 👍
All the changes to the browsers cli lgtm. Blocking merge til we update the ref in go.mod but I think this is good to go, pending changes on the API side
…rowser-contexts-new-image-apis
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
browsers createoutput much nicer)Some demos:
fs-demo.mp4
process-exec-demo.mp4
process-spawn-demo.mp4
TL;DR
This PR significantly expands the
kernel browserscommand with new subcommands for managing processes, session replays, and filesystem operations within a browser instance. It also improves the CLI output with a custom table renderer.Why we made these changes
To expose powerful new Kernel API features for process, replay, and filesystem management directly in the CLI. This gives users more granular, scriptable control over their browser instances and improves the overall user experience with better-formatted output.
What changed?
browsersSubcommands:process: Execute and manage processes inside the VM (exec,spawn,kill).replays: Create, list, and manage session replays.fs: Full filesystem interaction (ls,cat,write,mkdir,download).logs: Stream logs from a browser instance.cmd/table.go) that removes unnecessary padding for a cleaner, more compact display.app list,app history, andbrowsers createto use the new table format.testifyand fake services.vhstape demos for the newfsandprocesscommands to showcase functionality.pkg/util/errors.go) to be more robust in parsing error details from JSON responses.README.mdwith comprehensive documentation for all new commands.Description generated by Mesa. Update settings