Skip to content

Version Packages (alpha)#74

Merged
harry-harish merged 1 commit into
mainfrom
changeset-release/main
Jun 15, 2026
Merged

Version Packages (alpha)#74
harry-harish merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Jun 12, 2026

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

⚠️⚠️⚠️⚠️⚠️⚠️

main is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on main.

⚠️⚠️⚠️⚠️⚠️⚠️

Releases

@peekdev/cli@0.1.0-alpha.25

Patch Changes

  • Updated dependencies [4d3f36d]
  • Updated dependencies [3c4e042]
  • Updated dependencies [877d35a]
    • @peekdev/mcp@0.1.0-alpha.19

@peekdev/mcp@0.1.0-alpha.19

Patch Changes

  • 4d3f36d: Part 2 — assisted-apply: add set_intent (agent-set control-shield banner string)
    and request_user_input scope:'page' (full-page takeover for CAPTCHAs / native
    widgets / the final review-and-submit, atop the existing field-scope handoff),
    plus a supervised assisted-apply recipe (draft). page-scope inherits the handoff
    recording-suspension; the recipe states the LinkedIn-ToS + recording-residual
    honesty plainly.
  • 3c4e042: Audit completeness: redactActionForAudit now records scope for request_user_input
    entries, so a page-scope full-takeover is distinguishable from a field/free-text
    card in ~/.peek/audit.log. Still never records the returned value (or readBack/
    timeoutMs); scope is non-secret.
  • 877d35a: Add the input handoff (request_user_input): while the Level-4 control shield is
    up, the agent can pause and hand the keyboard back to the user for one editable,
    non-destructive field (or a free-text prompt), then resume. The returned value
    is opt-in (readBack) and never for password/OTP/cc fields; rrweb forwarding is
    suspended for the tab during the handoff (incremental channel; the FullSnapshot
    residual is documented). Approver is user; audit records prompt + selector only.

@peekdev/extension@0.1.0-alpha.16

Patch Changes

  • 4d3f36d: Part 2 — assisted-apply: add set_intent (agent-set control-shield banner string)
    and request_user_input scope:'page' (full-page takeover for CAPTCHAs / native
    widgets / the final review-and-submit, atop the existing field-scope handoff),
    plus a supervised assisted-apply recipe (draft). page-scope inherits the handoff
    recording-suspension; the recipe states the LinkedIn-ToS + recording-residual
    honesty plainly.
  • 42c948b: Add the Level-4 control shield: when an origin is in Auto (Level 4) and the
    native host is connected, peek shows a closed-shadow overlay (border + banner +
    scrim) that blocks the human's real input while peek's synthetic actions pass,
    with a one-click Stop / Esc that hard-drops the origin to Level 1.
  • 877d35a: Add the input handoff (request_user_input): while the Level-4 control shield is
    up, the agent can pause and hand the keyboard back to the user for one editable,
    non-destructive field (or a free-text prompt), then resume. The returned value
    is opt-in (readBack) and never for password/OTP/cc fields; rrweb forwarding is
    suspended for the tab during the handoff (incremental channel; the FullSnapshot
    residual is documented). Approver is user; audit records prompt + selector only.

Summary by CodeRabbit

  • Chores
    • Updated package versions for internal components.
    • Updated changeset configuration with new identifiers and version mappings.

@coderabbitai

coderabbitai Bot commented Jun 12, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: d82c03ff-02c3-4944-8e77-8a7a7267abd1

📥 Commits

Reviewing files that changed from the base of the PR and between 7773af0 and 6ccb8dc.

⛔ Files ignored due to path filters (3)
  • packages/peek-cli/CHANGELOG.md is excluded by !**/CHANGELOG.md
  • packages/peek-extension/CHANGELOG.md is excluded by !**/CHANGELOG.md
  • packages/peek-mcp/CHANGELOG.md is excluded by !**/CHANGELOG.md
📒 Files selected for processing (4)
  • .changeset/pre.json
  • packages/peek-cli/package.json
  • packages/peek-extension/package.json
  • packages/peek-mcp/package.json
✅ Files skipped from review due to trivial changes (2)
  • packages/peek-mcp/package.json
  • packages/peek-cli/package.json
🚧 Files skipped from review as they are similar to previous changes (2)
  • packages/peek-extension/package.json
  • .changeset/pre.json

📝 Walkthrough

Walkthrough

Adds @peekdev/todomvc-demo to .changeset/pre.json initialVersions, expands the prerelease changesets list to include four additional Peek changeset identifiers, and bumps package versions: peek-cli to 0.1.0-alpha.25, peek-extension to 0.1.0-alpha.16, peek-mcp to 0.1.0-alpha.19.

Changes

Prerelease version bump and changelog tracking

Layer / File(s) Summary
Changeset configuration and package version updates
.changeset/pre.json, packages/peek-cli/package.json, packages/peek-extension/package.json, packages/peek-mcp/package.json
.changeset/pre.json adds @peekdev/todomvc-demo to initialVersions and expands the changesets array with peek-assisted-apply, peek-control-shield, peek-handoff-audit-scope, and peek-input-handoff alongside peek-execute-action-verbs. Package versions bumped: peek-cli 0.1.0-alpha.24 → 0.1.0-alpha.25, peek-extension 0.1.0-alpha.15 → 0.1.0-alpha.16, peek-mcp 0.1.0-alpha.18 → 0.1.0-alpha.19.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

  • Cubenest/rrweb-stack#70: Both PRs modify .changeset/pre.json to update the changesets array entries for the alpha prerelease setup.
  • Cubenest/rrweb-stack#65: Both PRs update .changeset/pre.json and bump peek-cli and peek-mcp package versions in the same prerelease workflow.
  • Cubenest/rrweb-stack#62: Both PRs extend the .changeset/pre.json changesets list and bump all three peek package versions across the same release cycle.
🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'Version Packages (alpha)' accurately describes the main change—publishing version bumps for alpha packages via the Changesets release action.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch changeset-release/main

Comment @coderabbitai help to get the list of available commands and usage tips.

coderabbitai[bot]
coderabbitai Bot previously approved these changes Jun 12, 2026
coderabbitai[bot]
coderabbitai Bot previously approved these changes Jun 13, 2026
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