85 wires and counting

$ follow Shopify

Keep up with Shopify in about 3 minutes: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

or

fair warning: these emails are deeply technical. diffs, version numbers, CVEs, benchmark deltas. if that's not your idea of a good read, this isn't your newsletter.

Folds into your digest — weekly by default, monthly if you prefer. Unsubscribe in one click.

$ status

wire 2026-09-16
stories 3

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

Shopify CLI starts detecting AI agents in analytics

By RepoJournal · Filed · About Shopify · Composed from the cited sources · methodology

1 person shipped this

The Shopify CLI can now tell AI-agent runs apart from human and scripted ones, filling a blind spot in CLI analytics without changing the Monorail schema.

Add AI agent detection to CLI analytics Shopify/cli

by Ariel Caplan

The CLI detects the calling agent with @vercel/detect-agent and reports it as n:<name> inside SHOPIFY_CLI_AGENT_INFO, the packed format the Shopify AI toolkit already uses, so a detected name resolves through the same field as a declared one. Detection is skipped when a producer has already set SHOPIFY_CLI_AGENT_INFO or SHOPIFY_CLI_AGENT_IDS, because writing INFO would clobber their whole packe...

Add AI agent detection to CLI analytics Shopify/cli

by amcaplan

The gap being closed: agents outside the AI toolkit declare nothing and stayed invisible, since the existing agent fields only work with self-declared runs. The detected agent rides the existing sensitive env_shopify_variables field, so no Monorail schema change is needed.

Merge pull request #8523 from Shopify/detect-agents Shopify/cli

by Ariel Caplan

The detection change is now on the main branch.

Quick answers

What shipped in Shopify on September 16, 2026?
The Shopify CLI can now tell AI-agent runs apart from human and scripted ones, filling a blind spot in CLI analytics without changing the Monorail schema. In total, 2 commits and 1 pull requests landed.
Who contributed to Shopify on September 16, 2026?
1 developer shipped this update, including amcaplan.
What were the notable Shopify updates?
Add AI agent detection to CLI analytics, Add AI agent detection to CLI analytics, and Merge pull request #8523 from Shopify/detect-agents.