RepoJournal

$ cat vercel/week/2026-09-07.log

Vercel

Vercel

the week in review · Sep 7 – Sep 13, 2026

Turborepo adds Go workspace graph, fixes hashing

By RepoJournal · composed from the cited sources · human-reviewed weekly · methodology

eve 0.52.2 and 0.52.3 fix OpenAPI-annotated tool inputs, compaction history, and Datadog span naming in one week.

351 commits 360 PRs merged 36 releases 7 briefings covered

all vercel reviews →

feat: Add experimental Go workspace graph foundation vercel/turborepo

by anthonyshew

Milestone 1 of native Go support lands: a GoContributor discovers modules from a repository-root go.work via go work edit -json and resolves module paths from go mod edit -json. This is the foundation, not the finished toolchain, so Go workspaces are not yet first-class in task graphs.

fix: Recompute eager hashing flag after prepending global inputs vercel/turborepo

by Nixxx19

A task whose only inputs were jit globs had eager hashing disabled permanently, because prepend_global_inputs pushed global.inputs globs into inputs.globs without re-running the eager check. If you rely on global inputs to invalidate cache across tasks, that path now hashes eagerly again.

eve@0.52.2 vercel/eve

by AndrewBarba

OpenAPI default and example annotations that conflict with the declared schema type are now ignored, so models are no longer prompted to submit invalid tool input. The same patch keeps conversation history when the compaction model returns an empty summary instead of replacing it.

eve@0.52.3 vercel/eve

by github-actions[bot]

Framework-owned agent spans gain explicit Datadog operation and resource names while keeping their OpenTelemetry names and trace hierarchy, and invocation spans carry agent.turn.outcome. Completion, failure, and cancellation stay queryable in Datadog backends without losing your existing trace views.

fix(eve): workflow builds - resolve scoped application imports vercel/eve

by AndrewBarba

Workspace applications whose path aliases were resolved from eve's installation directory left require("@/...") in the shared workflow VM bundle, which broke every durable session. Application config now resolves from its own root for the workflow VM and final Nitro step bundle, and unresolvable aliases are rejected.

Fix dev route discovery startup race (#97920) vercel/next.js

by Tobias Koppers

When Watchpack's first filesystem aggregation arrived before the route-directory scan finished, the dev server could briefly publish an empty Pages Router route set. The dev bundler now snapshots the initial pages/ routes, which closes the startup race in next dev.

fix(eve): authored bundles - preserve Node resolution conditions vercel/eve

by AndrewBarba

A channel importing server-only compiled under Node's react-server condition, but the authored bundle ignored it and picked the package's throwing default export, leaving an undefined moduleMap export and failing the production build. Node resolution conditions are now preserved through bundling.

chore: remove lmnt provider vercel/ai

by n1ckoates

Alongside: LMNT shut down and the AI SDK's provider package for it was removed, Turborepo's 11-layer startup-performance stack landed matcher reuse and telemetry skips, and pnpm 12.3.4 with a pinned Node 24.20.0 runtime arrived in the shop repo.

$ ls vercel/week/ # the briefings behind this review

$ status: archived — this briefing has stopped; the archive stays readable. browse live briefings →

all vercel reviews →