Skip to content

Version Packages (next) - #90

Merged
heyMP merged 1 commit into
mainfrom
changeset-release/main
Jul 31, 2026
Merged

Version Packages (next)#90
heyMP merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 31, 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

@heymp/scratchpad@1.0.0-next.24

Minor Changes

  • 7356914: Add a debug config option and --debug CLI flag for remote debugging.

    When enabled, scratchpad auto-picks an available port starting from 9222 (or uses a port you specify) and prints the CDP WebSocket endpoint on launch. This replaces manually setting --remote-debugging-port and --remote-allow-origins=* in launchOptions.args.

    export default {
      url: "https://example.com",
      debug: true,
    };
    npx @heymp/scratchpad@next run --debug ./my-test-file.js
    npx @heymp/scratchpad@next run --debug-port 9333 ./my-test-file.js

Patch Changes

  • 4942f1f: Delete multiple saved browser sessions at once.

    Omitting session names on session delete now shows a checkbox picker so you can select several sessions before confirming. You can also pass multiple names on the command line:

    npx @heymp/scratchpad@next session delete
    npx @heymp/scratchpad@next session delete work personal

@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 19000a9 to f3f4999 Compare July 31, 2026 16:52
@heyMP
heyMP merged commit 28cb25f into main Jul 31, 2026
1 check passed
@heyMP
heyMP deleted the changeset-release/main branch July 31, 2026 16:56
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