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-12
stories 6

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

Shopify CLI now syncs config/styles.css and AGENTS.md

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

1 person shipped this

Shopify CLI's theme pull, push, and package commands now handle config/styles.css and AGENTS.md, two files the checksums API returns that the CLI previously ignored.

The checksums API returns config/styles.css and AGENTS.md, but Shopify CLI did not handle them, so theme synchronization left both files out of pull, push, and package runs [1]. The fix makes the CLI recognize config/styles.css and AGENTS.md during theme synchronization and include both files in theme packages [1]. The change is scoped to theme file synchronization, not the whole CLI command surface [3].

All three theme commands are affected by the same file-handling gap, so this is one fix rather than three [1]. The commands to re-run against a theme containing both files are `shopify theme pull`, `shopify theme push`, and `shopify theme package` [1].

The changelog entry for this fix ships with the patch release [3]. The merge landed as part of the fix-theme-file-sync branch [2].

Quick answers

What shipped in Shopify on September 12, 2026?
Shopify CLI's theme pull, push, and package commands now handle config/styles.css and AGENTS.md, two files the checksums API returns that the CLI previously ignored. In total, 3 commits, 2 pull requests, and 1 releases landed.
Who contributed to Shopify on September 12, 2026?
1 developer shipped this update, including karreiro.
What were the notable Shopify updates?
Fix theme pull, push, and package to cover all theme files, Merge pull request #8528 from Shopify/fix-theme-file-sync, and Fix theme file synchronization.