Skip to content

fix: improve exported add-on compatibility and better-auth handlers#359

Merged
tannerlinsley merged 1 commit intomainfrom
fix/batch-3-cli-compat
Feb 13, 2026
Merged

fix: improve exported add-on compatibility and better-auth handlers#359
tannerlinsley merged 1 commit intomainfrom
fix/batch-3-cli-compat

Conversation

@tannerlinsley
Copy link
Member

Summary

  • ignore legacy start add-on IDs when provided by exported CLI command strings
  • preserve selected valid add-ons in the same command (e.g. form,shadcn,table,start,tanstack-query)
  • make better-auth sign-out click handlers explicitly fire-and-forget to satisfy stricter lint/toolchain rules

Why

  • some exported builder commands still include start, which is not a valid add-on id in current CLI flows and causes create to fail
  • better-auth sign-out handlers can trip strict lint rules in generated apps when promise-returning handlers are not explicitly handled

Fixes #299
Fixes #301

@tannerlinsley tannerlinsley merged commit cb05465 into main Feb 13, 2026
2 checks passed
@tannerlinsley tannerlinsley deleted the fix/batch-3-cli-compat branch February 13, 2026 05: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.

fix(better-auth): sign out code sample tanstack.com/builder exports broken CLI command for start add-on

1 participant