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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Changed
Usage telemetry is now opt-in. Anonymous telemetry no longer runs by default. The CLI asks once, on the first interactive run (a real subcommand with a terminal attached), and sends nothing until you accept; non-interactive runs, pipes, daemons, --help, completion, and the telemetry subcommands never prompt and never send. The dashboard defers posthog-js until you accept a consent banner (Enable / No thanks). Manage it anytime with initrunner telemetry enable/disable, DO_NOT_TRACK=1, or INITRUNNER_TELEMETRY=off. On upgrade, an explicit prior initrunner telemetry disable is preserved; any other prior state is reset to undecided so you are asked once under the new default. The persisted state file moves to schema v2 (a tri-state consent value), migrated in place. See docs/operations/telemetry.md.