The Wire · Showcase
VERCEL CLI FIXES FIRST-RUN BUILD CHAOS, EVE AGENTS GET TOKEN BUDGET GUARDRAILS
By RepoJournal · Filed · About Vercel
The CLI's `vc build` in unlinked directories was computing nested bogus paths and failing on first run, now fixed - and Eve subagents can no longer exceed their parent's token quota.
Vercel shipped three critical CLI fixes overnight [1][2][3]. The most urgent: `vc build` in a fresh directory was capturing a null link variable before pulling settings, so the repo-root re-anchoring skipped and spawned builds with doubled nested paths like `apps/api/apps/api`, failing with ENOENT on first run and only correcting on the second. That's patched. The release also adds `--project` support to CLI commands and fixes a prompt ordering issue. Meanwhile, a new `vercel integration resource inspect <resource>` command surfaces live provider status instead of stale DB-cached data from list endpoints [4], and `@vercel/container` now resolves `functions` config at build time including memory, maxDuration, and architecture [5]. Over in Eve, subagents were getting a fixed 5M token cap regardless of what the parent had left, and child spend never counted against the parent's quota - both wrong [6]. That's inverted: subagents now inherit the parent's remaining quota, and sessions pause at token limits to ask for human approval instead of just failing [7]. Attachments are now structured in `message.received` events [8], and the hero shader got an interactive paint hover system [9]. Next.js aligned dev and build output logging [10] and Turbopack now skips persist cycles when little work has happened [11], cutting unnecessary writes and compaction. Workflow fixed a breaking web command crash from missing static world injection [12][13] and SvelteKit adapter production crashes from bundled TypeScript compiler collisions [14]. The shop template dropped experimental instant/prefetch exports [15], added a Storefront MCP catalog search agent tool [16], and swapped Shopify's old client for the new Hydrogen preview SDK [17].
Action items
- → Upgrade vercel CLI to 54.21.1 if you run `vc build` in fresh directories vercel/vercel [immediate]
- → Review Eve subagent token budgeting if you delegate sessions with usage limits vercel/eve [plan]
- → Update Workflow to 2.804+ to fix web command crashes vercel/workflow [immediate]
- → Monitor Next.js Turbopack persist behavior in large monorepos vercel/next.js [monitor]
References
- [1] @vercel/[email protected] ↗ vercel/vercel
- [2] [email protected] ↗ vercel/vercel
- [3] [cli] Link before pulling settings in vc build, and re-anchor on first run ↗ vercel/vercel
- [4] feat(cli): add `integration resource inspect` command ↗ vercel/vercel
- [5] Apply functions config to @vercel/container ↗ vercel/vercel
- [6] feat(eve): subagent sessions inherit the parent's remaining token quota ↗ vercel/eve
- [7] feat(eve): pause on a HITL continuation prompt at session token limits ↗ vercel/eve
- [8] feat(eve): message received - project attachment parts ↗ vercel/eve
- [9] Add interactive paint hover to Eve hero shader ↗ vercel/eve
- [10] align dev and build output ↗ vercel/next.js
- [11] [turbopack] Don't persist if there is little work to do ↗ vercel/next.js
- [12] web: construct worlds explicitly instead of via static-injection stub (#2804) vercel/workflow
- [13] cli: restore dynamic world loading for community backends (#2806) vercel/workflow
- [14] fix(sveltekit): production server crash from bundled TypeScript compiler (#2799) vercel/workflow
- [15] refactor(template): drop experimental instant/prefetch exports from search (#404) vercel/shop
- [16] feat(template): native Storefront MCP catalog search agent tool ↗ vercel/shop
- [17] Replace storefront client and price formatting with @shopify/hydrogen preview ↗ vercel/shop
FAQ
- What changed in Vercel on July 8, 2026?
- The CLI's `vc build` in unlinked directories was computing nested bogus paths and failing on first run, now fixed - and Eve subagents can no longer exceed their parent's token quota.
- What should Vercel teams do about it?
- Upgrade vercel CLI to 54.21.1 if you run `vc build` in fresh directories • Review Eve subagent token budgeting if you delegate sessions with usage limits • Update Workflow to 2.804+ to fix web command crashes
- Which Vercel repositories shipped on July 8, 2026?
- vercel/vercel, vercel/eve, vercel/next.js, vercel/workflow, vercel/shop