release: v0.5.1#57
Merged
Merged
Conversation
sprayberry-reviewer
approved these changes
Jul 18, 2026
sprayberry-reviewer
left a comment
Collaborator
There was a problem hiding this comment.
Automated review from the Sprayberry Labs fleet code reviewer.
Verdict: Clean — no blocking issues. Approving.
This is a release/version-bump PR (0.5.0 → 0.5.1): a CHANGELOG stamp summarizing already-merged #56 and #55, plus the matching package.json/package-lock.json version bumps. No source/logic changes are introduced by this diff itself.
What I checked
CHANGELOG.md: new## [0.5.1]entry accurately describes the two prior changes it ships (live-capture routing fix #56, fixture cleanup #55) — reads consistent with the PR description.package.json/package-lock.json: version fields bumped in lockstep (0.5.0→0.5.1), no dependency changes.- CI check-rollup:
CodeQL,analyze (javascript-typescript),test,test-node20all pass.
Findings
None. No correctness, security, reuse, efficiency, or test-coverage concerns in the changed lines — there's no logic to review here, just metadata/doc updates.
What's good
Changelog entry is clear and gives concrete behavioral detail (routing seam, no-navigation guarantee) rather than a generic "fixed bug" note — useful for downstream consumers like browser_use.
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.
Version bump 0.5.0 -> 0.5.1 + CHANGELOG stamp. Ships #56 (observe({page}) live-capture routing — the seam askalf's fleet browser_use uses) and #55 (fixture cleanup). After merge:
gh release create v0.5.1 --target main+ dispatch publish.yml (OIDC TP).