chore(release): v0.6.0 - #76
Merged
Merged
Conversation
Bundles the telemetry + feedback work and the unreleased drift-checker additions into 0.6.0: - Anonymous, opt-out telemetry (PostHog) with audit + four opt-outs - Scaffold identity (scaffold_id) and getScaffoldIdentity() public API - mex feedback command + dismissible invite - broken-link drift checker
There was a problem hiding this comment.
Pull request overview
Prepares the mex-agent npm package for the v0.6.0 release by bumping package metadata and promoting the previously-unreleased changelog entries into a dated release section.
Changes:
- Bump
package.jsonversion to0.6.0. - Bump
package-lock.jsonroot/package version fields to0.6.0. - Add a
0.6.0dated section inCHANGELOG.mdto capture the prior “Unreleased” additions.
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| package.json | Updates published package version to 0.6.0. |
| package-lock.json | Keeps lockfile package version fields in sync with 0.6.0. |
| CHANGELOG.md | Promotes the previously-unreleased entries into the 0.6.0 release section dated 2026-06-09. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
|
||
| ### Added | ||
| - **Feedback command** — `mex feedback` opens a hosted form for users to opt in to maintainer user-research calls. A quiet, dismissible one-line invite appears after a successful `check`/`sync` and in the `mex` TUI (TTY-only, shown a few times then stops). The CLI never reads or transmits an email — it only opens the URL. Hide it with `mex config set feedback off`. Kept fully separate from telemetry. | ||
| - **Anonymous telemetry** — opt-out usage counting via PostHog. Each command sends one event with only `machine_id`, `scaffold_id`, `command` name, `mex_version`, `os`, and `node_version` — no args, paths, file contents, repo names, IP, or location. Opt out with `DO_NOT_TRACK=1`, `MEX_TELEMETRY=0`, or `mex config set telemetry off`. Audit the exact payload with `mex telemetry inspect`; check state with `mex telemetry status`. Telemetry is disabled automatically when running from a clone of the mex repo. See [TELEMETRY.md](TELEMETRY.md). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release prep for v0.6.0. Bumps
package.json/lock to 0.6.0 and moves the[Unreleased]CHANGELOG block into a dated[0.6.0] - 2026-06-09section.Ships:
mex telemetry inspect/statusand four opt-outsgetScaffoldIdentity()public API (feat: scaffold identity (E1) #73)mex feedbackcommand + dismissible invite (feat: opt-in feedback command and invite #75)After merge:
npm publishfrom updatedmain, then push thev0.6.0tag (and optionally a GitHub release).