Skip to content

ci(repo): Version Packages#266

Open
github-actions[bot] wants to merge 1 commit intomainfrom
changeset-release/main
Open

ci(repo): Version Packages#266
github-actions[bot] wants to merge 1 commit intomainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented May 6, 2026

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish 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

clerk@1.2.0

Minor Changes

  • Make keyless mode opt-in via a new --keyless flag on clerk init. Previously, clerk init on a keyless-capable framework (Next.js, Astro, Nuxt, TanStack Start, React Router) would silently fall back to auto-generated temporary dev keys whenever the user wasn't authenticated. The default now triggers clerk auth login and links a real Clerk application. (#268) by @rafa-thayto

    • clerk init (default): authenticates and links a real app.
    • clerk init --keyless: scaffolds with auto-generated dev keys; the user can run clerk auth login later to claim the temporary application.
    • clerk init --keyless on a non-keyless framework exits with a usage error rather than silently ignoring the flag.
    • clerk init -y no longer bypasses authentication. -y only skips y/n confirmation prompts; without --keyless, an unauthenticated user is still prompted to log in via the browser.
    • Agent-mode clerk init without authentication and without --keyless (or --app) prints manual setup guidance instead of generating dev keys, since agents cannot run interactive OAuth.

Patch Changes

  • Fix shell detection for fish users whose login shell is zsh. clerk doctor now correctly identifies fish via FISH_VERSION, and clerk update no longer shows an irrelevant hash -r hint. (#264) by @rafa-thayto

  • Show contextual next-step suggestions after clerk auth logout, clerk switch-env, clerk unlink, clerk whoami, clerk completion, clerk skill install, clerk config patch, and clerk config put to point users to the natural follow-up action. (#250) by @rafa-thayto

@github-actions github-actions Bot force-pushed the changeset-release/main branch from 921cd50 to 1752989 Compare May 7, 2026 13:46
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 1752989 to 9f1bf2f Compare May 8, 2026 19:30
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.

0 participants