Skip to content

chore(release): v0.6.0 - #76

Merged
theDakshJaitly merged 1 commit into
mainfrom
chore/release-v0.6.0
Jun 9, 2026
Merged

chore(release): v0.6.0#76
theDakshJaitly merged 1 commit into
mainfrom
chore/release-v0.6.0

Conversation

@theDakshJaitly

Copy link
Copy Markdown
Collaborator

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-09 section.

Ships:

After merge: npm publish from updated main, then push the v0.6.0 tag (and optionally a GitHub release).

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
Copilot AI review requested due to automatic review settings June 9, 2026 07:16
@theDakshJaitly
theDakshJaitly merged commit d8a36a9 into main Jun 9, 2026
3 checks passed
@theDakshJaitly
theDakshJaitly deleted the chore/release-v0.6.0 branch June 9, 2026 07:17

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.json version to 0.6.0.
  • Bump package-lock.json root/package version fields to 0.6.0.
  • Add a 0.6.0 dated section in CHANGELOG.md to 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.

Comment thread CHANGELOG.md

### 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).
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.

2 participants