Skip to content

Version Packages (next) - #88

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

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

Conversation

@github-actions

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.23

Minor Changes

  • 750b851: Add named session management with a new session command.

    Sessions are stored in ~/.scratchpad/sessions/<name>.json and can be reused from any project directory.

    Save a session

    npx @heymp/scratchpad@next session login
    npx @heymp/scratchpad@next session login --name work

    Use a session

    npx @heymp/scratchpad@next run --session work ./my-test-file.js
    npx @heymp/scratchpad@next run --session ./my-test-file.js

    Manage sessions

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

    Interactive session selection uses an arrow-key picker (with a numbered readline fallback in non-interactive environments). Press s during run to save the current browser session mid-flight.

    Breaking changes

    • Removed scratchpad generate login (use scratchpad session login instead)
    • Removed --login and --session-path from scratchpad run (use --session [name] instead)
    • Removed login and sessionPath config options (use session instead)

    Migration

    If you previously used generate login, move your session file to the new location:

    mkdir -p ~/.scratchpad/sessions
    cp .scratchpad/login.json ~/.scratchpad/sessions/default.json

@heyMP
heyMP merged commit e6e5a50 into main Jul 27, 2026
1 check passed
@heyMP
heyMP deleted the changeset-release/main branch July 27, 2026 15:41
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