You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(cli): auto-install TanStack Intent during scaffolding (#442)
* feat(cli): auto-install TanStack Intent during scaffolding
Run `npx @tanstack/intent install` after `tanstack create` and
`tanstack add`, gated by a new `--intent` / `--no-intent` flag (default
on). Failures are reported as warnings so they don't block scaffolding.
https://claude.ai/code/session_01KZU2LM3E8hncoXxZguUu8P
* fix(cli): drop unsupported --yes flag from intent install
The intent CLI already runs non-interactively, no extra flag needed.
https://claude.ai/code/session_01KZU2LM3E8hncoXxZguUu8P
* chore: add changeset for intent auto-install
https://claude.ai/code/session_01KZU2LM3E8hncoXxZguUu8P
---------
Co-authored-by: Claude <noreply@anthropic.com>
0 commit comments