Skip to content

chore: version packages - #75

Merged
snhsish merged 1 commit into
mainfrom
changeset-release/main
Aug 28, 2026
Merged

chore: version packages#75
snhsish 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.

Releases

crosscode@0.6.6

Patch Changes

  • 7d36707: Stabilize the CLI session identity and tunnel URLs so a returning mobile client (e.g. after the PC sleeps or the network drops) can always reconnect instead of being stranded by a freshly generated QR/URL.

    • Persist sessionToken (opencode password + QR token) and projectId in ~/.crosscode/config.json so they stay constant across CLI restarts. This makes the managed tunnel URL (connect.crosscode.site/t/<projectId>) and the QR token stable.
    • For free, unauthenticated users, use a persistent named cloudflared tunnel (crosscode-<projectId>) which keeps a fixed *.cfargotunnel.com hostname across restarts and reconnects. Falls back to the ephemeral quick tunnel (URL still changes on restart) when cloudflared tunnel login hasn't been run.
    • Print the QR code exactly once per identity; tunnel reconnects no longer regenerate it.
    • Auto-restart a dropped named cloudflared tunnel without changing its URL.

@snhsish
snhsish merged commit 3751719 into main Aug 28, 2026
4 checks passed
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