Pull Request Explorer
| Title | Author | Size | AI | Cycle Time | Review | Merged |
|---|---|---|---|---|---|---|
| Turbopack: Move turbo-tasks/src/raw_vc.rs to turbo-tasks/src/vc/raw.rs | bgw | S | No | 102.4h | 0.5h | Jun 02, 2026 |
SummaryRefactorMove raw_vc.rs to vc/raw.rs Reorganizes turbo-tasks source structure for better maintainability. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.75
Tech Stack
Languages:
Rust
|
||||||
| [services] drop "services" key from schema | nsidnev | XL | No | 1.1h | 1.0h | Jun 02, 2026 |
SummaryRefactorRemove services key from schema Eliminates the deprecated services field, simplifying configuration and paving the way for the new experimentalServicesV2 feature. This change reduces complexity for users and aligns the schema with future enhancements. Health Assessment
X-Large
High
Low
AI DetailsTech Stack
Languages:
Typescript, Javascript
|
||||||
| instant: enable navigation validation by default | aurorascharff | L | No | 30.6h | 0.1h | Jun 02, 2026 |
SummaryFeatureEnable navigation validation by default Flips the default instant insights validation level to 'warning', ensuring Cache Components apps receive instant-navigation validation warnings across all pages by default and improving developer visibility. Health Assessment
Large
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
Copilot
Confidence:
0.95
Tech Stack
Languages:
Typescript, Javascript
Frameworks:
Nextjs
|
||||||
| Backport: fix(google-vertex): support regional endpoints for vertex MaaS | github-actions | M | No | 0.3h | 0.3h | Jun 02, 2026 |
SummaryBug FixBackport: support regional endpoints for Vertex MaaS Adds regional endpoint support for Vertex MaaS, ensuring correct API usage across US and EU regions. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.10
Tech Stack
Languages:
Typescript
|
||||||
| fix(google-vertex): support regional endpoints for vertex MaaS | aayush-kapoor | M | No | 0.5h | 0.1h | Jun 02, 2026 |
SummaryBug FixAdd regional endpoint support for Vertex MaaS Adds support for regional endpoints in Vertex MaaS, resolving 404 errors when using Llama 4 models in EU and US regions. Health Assessment
Medium
Low
Low
AI Details
Confidence:
1.00
Tech Stack
Languages:
Typescript
|
||||||
| [services] add experimentalServicesV2 to schema | nsidnev | L | No | 3.9h | 1.3h | Jun 02, 2026 |
SummaryFeatureAdd experimentalServicesV2 to schema Adds experimentalServicesV2 to vercel.json, enabling future service features without immediate implementation. Health Assessment
Large
Low
Low
AI Details
Confidence:
0.10
Tech Stack
Languages:
Typescript
|
||||||
| [turbopack] Treat assignments to `module.exports` as side-effect free | sampoder | L | No | 36.3h | 15.7h | Jun 02, 2026 |
SummaryFeatureMake module.exports assignments side-effect free This change treats assignments to module.exports as side-effect free, improving build performance and reducing unnecessary re-evaluations. Health Assessment
Large
Medium
Medium
AI DetailsTech Stack
Languages:
Rust
|
||||||
| Version Packages | github-actions | S | No | 0.6h | 0.6h | Jun 02, 2026 |
SummaryChoreVersion Packages Updates package versions and changelogs to trigger an automated npm release, streamlining continuous delivery of SDK updates. Health Assessment
Small
Low
Low
AI DetailsTech Stack |
||||||
| Turbopack: support turbopackIgnore on more traced calls | mischnic | XS | No | 1.3h | 1.2h | Jun 02, 2026 |
SummaryFeatureAdd turbopackIgnore support for more traced calls Enables developers to exclude specific filesystem calls from Turbopack's tracing, improving build performance and reducing unnecessary processing. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Rust
|
||||||
| [tests] Use snapshots in debug-build-paths | mischnic | L | No | 4.4h | 4.2h | Jun 02, 2026 |
SummaryTestAdd snapshot tests for debug build paths Snapshot tests ensure debug build paths match expected pages, preventing accidental page matches. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| Backport: fix(vertex-anthropic): support eu/us multi-region anthropic endpoints | github-actions | M | No | 0.6h | 0.0h | Jun 02, 2026 |
SummaryBug FixBackport: support multi-region Anthropic endpoints Adds support for EU/US multi-region endpoints for the Anthropic Vertex provider, ensuring compatibility across regions. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| Backport: fix(google-vertex): support for eu/us multi region gemini endpoints | github-actions | M | No | 0.3h | 0.2h | Jun 02, 2026 |
SummaryBug FixBackport: support multi-region Gemini endpoints Adds support for EU/US multi-region Gemini endpoints in the Google Vertex provider, improving regional compatibility and reliability. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.10
Tech Stack
Languages:
Typescript
|
||||||
| Enable Node streams by default | timneutkens | L | No | 26.9h | 0.5h | Jun 02, 2026 |
SummaryFeatureEnable Node streams by default This change enables Node streams by default in Next.js, simplifying configuration and reducing CI overhead for projects. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| Delay Node Fizz piping until after render task | timneutkens | S | No | 5.9h | 0.7h | Jun 02, 2026 |
SummaryBug FixDelay Node Fizz piping after render task Fixes short-lived Suspense boundaries in App Router renders by delaying dynamic Node Fizz piping until after the render task, ensuring consistent behavior with web-stream path. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.80
Tech Stack
Languages:
Typescript
Frameworks:
Nextjs
|
||||||
| Devirtualize the backend api inside of turbo_tasks and turbo-tasks-backend | lukesandberg | L | No | 306.2h | 306.0h | Jun 02, 2026 |
SummaryRefactorRemove virtual backend API for turbo_tasks Simplifies backend API by eliminating unnecessary abstraction, improving performance and maintainability. Reduces complexity and potential runtime overhead, enabling faster build times for developers using TurboPack. Health Assessment
Large
High
High
AI Details
Confidence:
0.10
Tech Stack
Languages:
Rust
|
||||||
| Version Packages (canary) | github-actions | XS | No | 0.1h | 0.1h | Jun 02, 2026 |
SummaryChoreVersion Packages (canary) Automates publishing of prerelease packages to npm, enabling continuous delivery of updated SDKs. Health Assessment
Small
Low
Low
AI DetailsTech Stack |
||||||
| fix(google-vertex): support for eu/us multi region gemini endpoints | aayush-kapoor | M | No | 0.5h | 0.4h | Jun 02, 2026 |
SummaryBug FixAdd multi-region support for Google Vertex Adds multi-region endpoint support for Google Vertex provider, enabling global, US, and EU region usage and improving reliability for customers. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| Version Packages (canary) | github-actions | M | No | 0.6h | 0.6h | Jun 02, 2026 |
SummaryChoreVersion Packages (canary) Automated canary release of multiple SDK packages, updating changelogs and package metadata to keep developers on the cutting edge. Health Assessment
Medium
Low
Low
AI DetailsTech Stack |
||||||
| Version Packages | github-actions | M | No | 0.5h | 0.5h | Jun 02, 2026 |
SummaryChoreVersion Packages This PR updates package versions and changelogs for a coordinated release across multiple SDK packages, enabling automated npm publishing. Health Assessment
Medium
Low
Low
AI DetailsTech Stack |
||||||
| Version Packages | github-actions | L | No | 0.4h | 0.4h | Jun 02, 2026 |
SummaryChoreVersion Packages Updates package versions and dependencies for a new release, enabling automated publishing to npm. Health Assessment
Medium
Low
Low
AI DetailsTech Stack |
||||||
| feat(provider/google): add Gemini text-to-speech (speech) model support | 31Carlton7 | XL | AI | 20.1h | 0.9h | Jun 02, 2026 |
SummaryFeatureAdd Gemini TTS support to Google provider Enables Gemini text-to-speech models in the AI SDK, allowing developers to generate audio from text with new speech models. This expands the SDK's multimodal capabilities and provides new voice options for applications. Health Assessment
X-Large
Low
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| fix(vertex-anthropic): support eu/us multi-region anthropic endpoints | aayush-kapoor | M | No | 1.1h | 0.1h | Jun 02, 2026 |
SummaryBug FixAdd multi-region support for Anthropic Vertex endpoints Corrects base URL construction for EU and US Vertex endpoints, eliminating 404 errors and ensuring reliable Anthropic provider integration. Health Assessment
Medium
Low
Low
AI Details
Confidence:
0.10
Tech Stack
Languages:
Typescript
|
||||||
| Backport: chore(provider/gateway): update gateway model settings files v6 | github-actions | XS | No | 1.0h | 0.9h | Jun 02, 2026 |
SummaryChoreUpdate gateway model settings files Automated update of gateway model settings to surface newly released models in IDE autocomplete suggestions. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| Backport: chore(provider/gateway): update gateway model settings files v5 | github-actions | XS | No | 1.0h | 0.8h | Jun 02, 2026 |
SummaryChoreUpdate gateway model settings for new models Automated update of gateway model settings to surface newly released models as IDE autocomplete suggestions. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| chore(provider/gateway): update gateway model settings files | github-actions | XS | No | 0.9h | 0.8h | Jun 02, 2026 |
SummaryChoreUpdate gateway model settings files Automated update of gateway model settings to surface newly released models as IDE autocomplete suggestions. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| Version Packages (canary) | github-actions | XS | No | 0.4h | 0.4h | Jun 02, 2026 |
SummaryChoreVersion Packages (canary) Automated release of @ai-sdk/azure to npm, publishing a prerelease with Microsoft Entra ID token provider authentication. Health Assessment
Small
Low
Low
AI DetailsTech Stack |
||||||
| Version Packages | github-actions | S | No | 0.2h | 0.2h | Jun 02, 2026 |
SummaryChoreUpdate package versions for release This PR updates package versions and changelogs to prepare for an automated npm release, enabling the team to publish new SDK releases efficiently. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.95
Tech Stack |
||||||
| Version Packages | github-actions | S | No | 0.2h | 0.2h | Jun 02, 2026 |
SummaryChoreVersion Packages Updates package versions and changelogs to prepare for automated npm publishing. Health Assessment
Small
Low
Low
AI DetailsTech Stack |
||||||
| Backport: feat(azure): support Microsoft Entra ID auth (#15740) | gr2m | L | No | 0.2h | - | Jun 02, 2026 |
SummaryFeatureAdd Microsoft Entra ID auth support Enables Azure OpenAI users to authenticate with Microsoft Entra ID bearer tokens, improving security in API-key disabled environments. Health Assessment
Large
Low
Low
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| Backport: feat(azure): support Microsoft Entra ID auth (#15740) | gr2m | M | No | 0.1h | - | Jun 02, 2026 |
SummaryFeatureBackport: Azure Entra ID auth support Adds Microsoft Entra ID bearer-token authentication for Azure OpenAI users, enabling secure auth when API-key auth is disabled. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| feat(azure): support Microsoft Entra ID auth | monadoid | L | No | 24.8h | 5.0h | Jun 02, 2026 |
SummaryFeatureAdd Microsoft Entra ID auth support Adds Azure OpenAI provider support for Microsoft Entra ID bearer‑token authentication, enabling secure API access without API keys. Health Assessment
Large
Medium
Low
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| skip render dev overlay ux under private flag | huozhi | L | No | 2.5h | 2.4h | Jun 02, 2026 |
SummaryFeatureSkip dev overlay UX when private flag set Adds a private environment variable to disable dev overlay UX, improving performance for private deployments. Health Assessment
Medium
Low
Low
AI Details
Confidence:
0.95
Tech Stack
Languages:
Typescript, Javascript
|
||||||
| docs: cached functions from the client | icyJoseph | XS | No | 27.4h | 0.2h | Jun 02, 2026 |
SummaryDocsAdd documentation on client cached functions Provides guidance on calling cached functions from the client, clarifying conditions and patterns. Health Assessment
Small
Low
Low
AI DetailsTech Stack |
||||||
| docs: update draftMode guide | icyJoseph | L | No | 148.5h | 51.4h | Jun 02, 2026 |
SummaryDocsUpdate Draft Mode guide for clarity Clarifies how Draft Mode bypasses caching layers, improving developer understanding and reducing confusion. Health Assessment
Small
Low
High
AI Details
Confidence:
0.95
Tech Stack |
||||||
| Version Packages (canary) | github-actions | XS | No | 0.4h | 0.3h | Jun 02, 2026 |
SummaryChoreVersion Packages (canary) Automates prerelease version bumping and changelog updates for npm publishing via Changesets. Health Assessment
Small
Low
Low
AI DetailsTech Stack |
||||||
| fix (provider/amazon-bedrock): correct mantle subpath exports | R-Taneja | XS | No | 0.2h | 0.1h | Jun 02, 2026 |
SummaryBug FixFix Amazon Bedrock provider subpath export Corrects broken subpath export for Amazon Bedrock provider, ensuring consumers can import the mantle module without runtime errors. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Javascript
|
||||||
| Remove the instantNavigationDevToolsToggle flag | samselikoff | M | No | 17.4h | 17.3h | Jun 02, 2026 |
SummaryRefactorRemove instantNavigationDevToolsToggle flag Simplifies navigation debugging by removing an experimental flag. The Navigation Inspector is now always available when cacheComponents is enabled, improving developer experience and reducing configuration complexity. Health Assessment
Medium
Low
Low
AI Details
Confidence:
0.95
Tech Stack
Languages:
Typescript, Javascript
Frameworks:
Nextjs
|
||||||
| Avoid bundling HMR refresh reducer in production | timneutkens | S | No | 24.5h | 1.4h | Jun 02, 2026 |
SummaryBug FixAvoid bundling HMR refresh reducer in production This change removes a development-only module from production bundles, reducing bundle size and preventing unnecessary code from shipping to users. Health AssessmentAI Details
Confidence:
0.60
Tech Stack
Languages:
Typescript
Frameworks:
Nextjs
|
||||||
| refactor: use named arguments for StagedRenderingController | lubieowoce | M | No | 0.7h | 0.6h | Jun 02, 2026 |
SummaryRefactorRefactor StagedRenderingController to use named arguments This refactor replaces positional constructor arguments with a named arguments object for StagedRenderingController, improving code readability and reducing the risk of misconfigured rendering logic. The change enhances maintainability and speeds future feature development. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Typescript
Frameworks:
React, Nextjs
|
||||||
| Fix debug channel not closing on the client with Node streams | unstubbable | S | No | 70.2h | 42.1h | Jun 02, 2026 |
SummaryBug FixFix debug channel Node streams leak Fixes memory leak and test failures in debug channel, improving stability and developer experience. Health Assessment
Small
Low
Medium
AI DetailsTech Stack
Languages:
Typescript
Frameworks:
Nextjs
|
||||||
| Persist debug channel via `IndexedDB` without blocking hydration | unstubbable | L | No | 91.0h | 63.3h | Jun 02, 2026 |
SummaryFeaturePersist debug channel via IndexedDB Enables efficient, non-blocking persistence of debug data, reducing load times and improving developer experience during navigation and caching. Health Assessment
Large
High
Medium
AI Details
Confidence:
0.75
Tech Stack
Languages:
Typescript
Frameworks:
Nextjs
|
||||||
| Handle a purged browser cache on back navigation | unstubbable | L | No | 16.9h | 14.4h | Jun 02, 2026 |
SummaryBug FixFix back navigation cache purge handling This change prevents unnecessary page reloads when the browser cache is purged during back navigation, ensuring a smoother user experience. It also improves performance by correctly handling fresh responses. Health Assessment
Large
Low
Low
AI DetailsTech Stack
Languages:
Typescript
Frameworks:
Nextjs
|
||||||
| Disable `default-case` ESLint rule for type-checked TypeScript files | unstubbable | S | No | 16.9h | 15.1h | Jun 02, 2026 |
SummaryRefactorDisable default-case rule for type-checked TS files This change removes unnecessary default-case enforcement for TypeScript enums, improving developer experience while maintaining exhaustive switch checks. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.20
Tech Stack
Languages:
Javascript, Typescript
|
||||||
| Version Packages | github-actions | S | No | 0.1h | 0.1h | Jun 02, 2026 |
SummaryChoreVersion Packages Automated release PR that bumps package versions and updates changelogs, enabling npm publication with minimal manual effort. Health Assessment
Small
Low
Low
AI Details
Confidence:
1.00
Tech Stack |
||||||
| Backport: feat (provider/amazon-bedrock): add bedrock mantle provider (#14246) | R-Taneja | XL | AI | 5.6h | 5.6h | Jun 02, 2026 |
SummaryFeatureAdd Bedrock Mantle Provider Backport Adds a new Amazon Bedrock Mantle provider to support OpenAI‑compatible endpoints, enabling GPT‑5.x and GPT‑oss models via Bedrock. Health Assessment
X-Large
Medium
Low
AI Details
Category:
Code AI
Confidence:
0.20
Tech Stack
Languages:
Typescript
|
||||||
| DiskFileSystem: run write effects on a spawned task | sokra | S | No | 151.4h | 141.9h | Jun 02, 2026 |
SummaryRefactorParallelize DiskFileSystem write effects This change allows DiskFileSystem write and symlink operations to run concurrently on dedicated tasks, improving I/O throughput and reducing latency for build processes. Health Assessment
Small
Low
High
AI Details
Confidence:
0.30
Tech Stack
Languages:
Rust
|
||||||
| chore: lint-language output only warnings and errors | icyJoseph | XS | No | 74.4h | 5.2h | Jun 02, 2026 |
SummaryChoreChore: Reduce lint-language verbosity The lint-language script was too verbose; now it only outputs warnings and errors, improving developer experience. Health Assessment
Small
Low
Medium
AI DetailsTech Stack |
||||||
| [cd] Stop fetching all tags when searching for ancestor tag | eps1lon | XS | No | 18.5h | 8.3h | Jun 02, 2026 |
SummaryCI/CDStop fetching all tags when searching for ancestor tag This change reduces CI build time and network usage by limiting tag fetching during release workflows, improving efficiency and reliability. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Yaml
Frameworks:
Github-Actions
|
||||||
| [connect] Forward token scopes/installation into authorize URL | bhrigu123 | M | AI | 1.1h | 0.1h | Jun 02, 2026 |
SummaryBug FixForward token scopes/installation into authorize URL Adds missing query parameters to the authorize URL for Vercel Connect token flow, ensuring correct scopes and installation ID are forwarded, improving user consent flow. Health Assessment
Medium
Low
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| [connect] Rename user-facing "client" references to "connector" | bhrigu123 | S | AI | 2.6h | 1.7h | Jun 01, 2026 |
SummaryRefactorRename user-facing 'client' references to 'connector' Updates vercel connect CLI commands to use official connector terminology in all user-facing surfaces, internal identifiers unchanged. Health Assessment
Small
Low
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||