The Wire · Showcase
CLI 4.4.0 SHIPS WITH CRASH REPORT OVERHAUL AND CRAWLER SUPPORT
By RepoJournal · Filed · About Shopify
Shopify CLI's latest release fixes a critical Bugsnag grouping issue that was burying real regressions under 1,170 unrelated errors, while adding crawler signature support to stop flagging local developers as bots.
Shopify/cli 4.4.0 [1] is live with three high-impact changes across the CLI platform. The most pressing: a resiliency fix [2] that restructures how CLI crash reports are grouped, ending a situation where a single Bugsnag bucket had become a catch-all mixing GraphQL, API, app, theme, and store errors across five teams. That bucket manufactured false P1s and made routing impossible; the new structured error signaling approach [2] separates transient noise from genuine regressions. On the developer experience front, CLI now supports Shopify-managed crawler signatures [4] during local theme development, eliminating the friction of legitimate CLI users getting flagged as bots. The release also includes a help text redesign [3] that moves environment variable labels after flag descriptions in --help output, restoring readability after oclif's recent changes pushed descriptions too far right. Separately, Hydrogen's skeleton README is now aligned with React Router 7 [5] [6], dropping the last Remix references and updating Node.js requirements to match the template's actual engine support (22.x or 24.x).
Action items
- → Upgrade to CLI 4.4.0 to improve error signal routing and stop crawler false positives Shopify/cli [plan]
- → Update Hydrogen skeleton projects to match React Router 7 documentation Shopify/hydrogen [monitor]
References
- [1] 4.4.0 ↗ Shopify/cli
- [2] Group CLI crash reports on structured error signals ↗ Shopify/cli
- [3] Move [env: ...] label after flag description in --help ↗ Shopify/cli
- [4] Use crawler signatures ↗ Shopify/cli
- [5] Update skeleton README for React Router ↗ Shopify/hydrogen
- [6] Update skeleton README for React Router (#3840) Shopify/hydrogen
FAQ
- What changed in Shopify on July 7, 2026?
- Shopify CLI's latest release fixes a critical Bugsnag grouping issue that was burying real regressions under 1,170 unrelated errors, while adding crawler signature support to stop flagging local developers as bots.
- What should Shopify teams do about it?
- Upgrade to CLI 4.4.0 to improve error signal routing and stop crawler false positives • Update Hydrogen skeleton projects to match React Router 7 documentation
- Which Shopify repositories shipped on July 7, 2026?
- Shopify/cli, Shopify/hydrogen