Pull Request Explorer
| Title | Author | Size | AI | Cycle Time | Review | Merged |
|---|---|---|---|---|---|---|
| turbopack: emit assets before duplicate check in emit_assets | sokra | S | No | 65.3h | 1.6h | May 18, 2026 |
SummaryBug FixReorder asset emission to avoid duplicate checks Ensures assets are written to disk even under eventual consistency, reducing build times and eliminating noisy duplicate diagnostics. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Assisted
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Rust
|
||||||
| [Turbopack] Add graph-based CSS chunking algorithm behind experimental.cssChunking: "graph" | sokra | XL | No | 256.0h | 91.4h | May 18, 2026 |
SummaryFeatureAdd graph-based CSS chunking algorithm to Turbopack Introduces an opt‑in graph‑based CSS chunking strategy that improves CSS sharing across pages, reducing overshipping while allowing cost‑based tuning for request counts. Health Assessment
Large
High
High
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Rust, Typescript
Frameworks:
Nextjs
|
||||||
| Convert more tests from createNext -> nextTestSetup | timneutkens | XL | No | 134.2h | 65.9h | May 18, 2026 |
SummaryRefactorConvert tests from createNext to nextTestSetup Updates test suite to use nextTestSetup, enhancing test stability and simplifying environment setup. This reduces test flakiness and streamlines configuration. Health Assessment
X-Large
High
High
AI Details
Confidence:
0.20
Tech Stack
Languages:
Typescript, Javascript
|
||||||
| turbo-tasks: prioritize recomputed tasks with Recomputation priority | sokra | S | No | 51.8h | 0.4h | May 17, 2026 |
SummaryFeaturePrioritize recomputed tasks with new priority Recomputations are now scheduled before invalidations, reducing wait times for dependent tasks. This change improves overall build performance and responsiveness. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Rust
|
||||||
| [FIX] Fixing a single deployment error | Melkeydev | S | No | 2.7h | 1.7h | May 17, 2026 |
SummaryBug FixFix single deployment error Fixes a bug in the Vercel CLI that caused deployment errors by correctly routing the latest-version worker through the binary entrypoint. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.10
Tech Stack
Languages:
Javascript
|
||||||
| Version Packages (canary) | github-actions | L | No | 7.5h | 7.4h | May 16, 2026 |
SummaryChoreVersion Packages (canary) Automates publishing of canary releases for the ai and related SDK packages, enabling continuous delivery of updated dependencies. Health Assessment
Medium
Low
Low
AI DetailsTech Stack |
||||||
| Version Packages | github-actions | L | No | 8.0h | 7.8h | May 16, 2026 |
SummaryChoreVersion Packages Automates publishing of updated package versions to npm, enabling seamless release of new features and bug fixes. Health Assessment
Large
Low
Low
AI DetailsTech Stack
Frameworks:
Nextjs, Angular, Express, Fastify, +2 more
|
||||||
| Version Packages | github-actions | S | No | 0.2h | 0.0h | May 16, 2026 |
SummaryChoreVersion Packages Automated release of packages via Changesets action, publishing to npm when merged. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.95
Tech Stack |
||||||
| backport v5: fix(provider/xai): dedupe reasoning-start on multi-summary-part responses to prevent xai 400s on continuations | dancer | M | No | 11.9h | 11.8h | May 16, 2026 |
SummaryBug FixFix XAI reasoning deduplication to avoid 400 errors This change prevents XAI provider errors when generating multi-part responses, ensuring reliable AI explanations for users. By deduplicating reasoning-start markers, the system avoids 400 responses, improving stability of AI-generated insights. Health Assessment
Medium
Low
Low
AI Details
Confidence:
0.20
Tech Stack
Languages:
Typescript
|
||||||
| backport v6: fix(provider/xai): dedupe reasoning-start on multi-summary-part responses to prevent xai 400s on continuations | dancer | M | No | 11.8h | 11.8h | May 16, 2026 |
SummaryBug FixBackport fix for XAI reasoning deduplication Fixes duplicate reasoning-start markers in multi-part XAI responses, preventing 400 errors on continuations. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| fix(provider/xai): dedupe reasoning-start on multi-summary-part responses to prevent xai 400s on continuations | dancer | M | No | 11.8h | 11.8h | May 16, 2026 |
SummaryBug FixFix duplicate reasoning IDs to prevent XAI 400 errors This fix eliminates duplicate reasoning identifiers in XAI responses, preventing 400 Bad Request errors during multi-step tool calls, ensuring reliable AI-driven workflows. By ensuring unique reasoning IDs, the system maintains consistent communication with XAI, improving reliability for developers using the library. Health Assessment
Medium
Low
Medium
AI Details
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| fix(provider/xai): surface full xai error detail in APICallError.message | dancer | M | No | 11.5h | 0.2h | May 16, 2026 |
SummaryBug FixSurface full XAI error detail in API messages Improves error visibility for XAI calls, enabling developers to see detailed error messages instead of generic 'Bad Request', aiding debugging and reducing support overhead. Health Assessment
Medium
Low
Low
AI Details
Confidence:
0.10
Tech Stack
Languages:
Javascript, Typescript
|
||||||
| backport v5: fix(provider/xai): surface full xai error detail in APICallError.message | dancer | M | No | 11.5h | 3.7h | May 16, 2026 |
SummaryBug FixBackport v5: surface full XAI error detail Fixes XAI error handling to surface full error details in API call messages, improving debugging and user experience. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.80
Tech Stack
Languages:
Typescript
|
||||||
| backport v6: fix(provider/xai): surface full xai error detail in APICallError.message | dancer | M | No | 11.5h | 3.7h | May 16, 2026 |
SummaryBug FixBackport: expose full XAI error details Ensures detailed XAI error messages are surfaced to callers, improving debugging and user experience. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| [cli] Add vercel connect update subcommand | tonypan2 | XL | AI | 27.4h | 23.0h | May 16, 2026 |
SummaryFeatureAdd vercel connect update subcommand Introduces a CLI subcommand to update connector branding—uploading icons, setting colors, and emitting telemetry—streamlining connector management for users. Health Assessment
Large
Medium
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| ci: pin GitHub Actions to commit SHAs | gr2m | M | No | 0.3h | - | May 15, 2026 |
SummaryCI/CDPin GitHub Actions to commit SHAs Ensures CI workflows use immutable commit SHAs for actions, improving reproducibility and security. Health Assessment
Medium
Low
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Cursor
Confidence:
0.95
Tech Stack
Languages:
Yaml
Frameworks:
Github-Actions
|
||||||
| ci: pin GitHub Actions to commit SHAs | gr2m | M | No | 0.2h | - | May 15, 2026 |
SummaryCI/CDPin GitHub Actions to commit SHAs Ensures CI workflows run against specific commit SHAs, improving reproducibility and security. Health Assessment
Small
Low
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Cursor
Confidence:
0.95
Tech Stack
Languages:
Yaml
Frameworks:
Github-Actions
|
||||||
| ci: pin GitHub Actions to commit SHAs | gr2m | M | No | 0.2h | - | May 15, 2026 |
SummaryCI/CDci: pin GitHub Actions to commit SHAs Ensures GitHub Actions run with pinned commit SHAs, improving build stability and reproducibility for the AI platform. Health Assessment
Small
Low
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Cursor
Confidence:
0.95
Tech Stack
Languages:
Yaml
Frameworks:
Github-Actions
|
||||||
| Backport: fix(ai): default missing embedding warnings | github-actions | M | No | 0.8h | 0.7h | May 15, 2026 |
SummaryBug FixBackport: fix missing embedding warnings Ensures default embedding warnings are correctly handled in release-v6.0, improving stability for embedding functionality. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| ci(release): notify-released + merged-PR filter (#15140 backport) | gr2m | L | No | 1.0h | 1.0h | May 15, 2026 |
SummaryCI/CDAdd release notifier with merged PR filter Adds a CI script to notify on release events and filter merged PRs, improving release visibility. Health Assessment
Large
Low
Low
AI Details
Usage:
AI Assisted
Category:
Code AI
Tools:
Cursor
Confidence:
0.95
Tech Stack
Languages:
Javascript, Yaml
Frameworks:
Github-Actions
|
||||||
| ci(release): link GitHub releases and npm in notify comments | gr2m | XS | No | 0.7h | 0.7h | May 15, 2026 |
SummaryCI/CDAdd GitHub and npm links to release notifications Enhances release notifications by adding separate GitHub and npm links, improving visibility of changelogs and package status. Health Assessment
Small
Low
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Cursor
Confidence:
0.95
Tech Stack
Languages:
Javascript
|
||||||
| ci(release): backport notify-released fix (#15140) | gr2m | S | No | 1.0h | 1.0h | May 15, 2026 |
SummaryCI/CDBackport notify-released script fix Adds a backported fix to the notify‑released script, ensuring accurate release notifications for backport PRs and improving visibility of related GitHub releases and npm links. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Assisted
Category:
Code AI
Tools:
Cursor
Confidence:
0.95
Tech Stack
Languages:
Javascript
|
||||||
| Backport: feat(google): update Interactions API implementation to cater for upstream breaking changes coming May 26 | github-actions | XL | No | 0.8h | 0.6h | May 15, 2026 |
SummaryFeatureBackport Google Interactions API update This backport updates the Google Interactions API implementation to handle upcoming breaking changes, ensuring compatibility and stability for downstream users. Health Assessment
X-Large
High
Low
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| Version Packages | github-actions | S | No | 0.0h | 0.0h | May 15, 2026 |
SummaryChoreAutomated package version bump for release Automates publishing of updated packages to npm, enabling seamless releases. Health Assessment
Small
Low
Low
AI DetailsTech Stack |
||||||
| Version Packages (canary) | github-actions | L | No | 0.6h | 0.6h | May 15, 2026 |
SummaryChoreVersion Packages (canary) Automated release of canary versions of the AI SDK packages, ensuring developers receive the latest features and bug fixes. Health Assessment
Medium
Low
Low
AI DetailsTech Stack |
||||||
| Backport: fix(amazon-bedrock): disable native structured output for claude-opus-4-7 | github-actions | S | No | 0.5h | 0.1h | May 15, 2026 |
SummaryBug FixBackport: Disable structured output for Claude Opus Fixes Amazon Bedrock error for Claude Opus 4.7 by disabling native structured output, ensuring compatibility across regions. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| fix(ai): default missing embedding warnings | Kage18 | M | No | 4.1h | 4.1h | May 15, 2026 |
SummaryBug FixFix default missing embedding warnings Ensures embedding functions handle missing warnings gracefully, preventing runtime crashes. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.10
Tech Stack
Languages:
Typescript
|
||||||
| feat(google): update Interactions API implementation to cater for upstream breaking changes coming May 26 | felixarntz | XL | No | 0.5h | 0.1h | May 15, 2026 |
SummaryFeatureUpdate Google Interactions API for upcoming breaking changes Ensures SDK remains compatible with Google Gemini API changes, adding new response format examples and updating request headers. Health Assessment
X-Large
Medium
Low
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| Redesign dev overlay: cleaner shell + instant fix-card guidance | yavorpunchev | XL | No | 107.7h | 27.1h | May 15, 2026 |
SummaryFeatureRedesign dev overlay UI and instant error guidance Improves developer experience by refreshing the Next.js error overlay UI, adding data‑driven fix cards, and restoring code frame caret, reducing debugging friction. This enhances clarity and speeds issue resolution for developers. Health Assessment
X-Large
High
High
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
Copilot
Confidence:
0.95
Tech Stack
Languages:
Typescript, Javascript
Frameworks:
React
|
||||||
| Version Packages (canary) | github-actions | S | No | 2.4h | 2.4h | May 15, 2026 |
SummaryChoreVersion Packages (canary) Automates publishing of updated package versions to npm, enabling continuous delivery of new features and bug fixes. Health Assessment
Small
Low
Low
AI DetailsTech Stack |
||||||
| Version Packages | github-actions | S | No | 0.1h | 0.1h | May 15, 2026 |
SummaryChoreVersion Packages Automated package version update for release Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Javascript
Frameworks:
Github-Actions
|
||||||
| Backport: Backport: fix(provider/google): support `functionCall.id` when returned by Gemini API and provide matching `functionResponse.id` | github-actions | M | No | 1.9h | 0.6h | May 15, 2026 |
SummaryBug FixBackport: Support functionCall.id in Gemini API Adds support for functionCall.id in Gemini API responses, ensuring matching functionResponse.id for better integration. Health Assessment
Medium
Low
Low
AI Details
Confidence:
0.75
Tech Stack
Languages:
Typescript, Javascript
|
||||||
| fix(amazon-bedrock): disable native structured output for claude-opus-4-7 | zxuhan | S | No | 23.2h | 22.9h | May 15, 2026 |
SummaryBug FixDisable native structured output for Claude Opus 4-7 Prevents failures when using Claude Opus 4-7 in Amazon Bedrock by ensuring correct output format handling, improving reliability for developers using the SDK. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.75
Tech Stack
Languages:
Typescript
|
||||||
| Version Packages (canary) | github-actions | L | No | 3.8h | - | May 15, 2026 |
SummaryChoreVersion Packages (canary) Automated release of canary package versions across multiple SDKs, enabling early access to new features. Health Assessment
Medium
Low
Low
AI DetailsTech Stack |
||||||
| Version Packages | github-actions | L | No | 3.7h | - | May 15, 2026 |
SummaryChoreVersion Packages Automates publishing of updated package versions to npm, reducing manual release effort and ensuring consistent versioning across the monorepo. Health Assessment
Large
Low
Low
AI DetailsTech Stack |
||||||
| chore: diverge test assertions based on node version | aayush-kapoor | M | No | 0.4h | 0.4h | May 15, 2026 |
SummaryTestDiverge test assertions by Node version Ensures test reliability across Node.js versions, preventing CI failures and maintaining build stability. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| Version Packages | github-actions | L | No | 45.6h | 40.5h | May 15, 2026 |
SummaryChoreVersion Packages Automated release of Vercel packages to npm via Changesets, publishing updated versions and changelogs. Health Assessment
Medium
Low
High
AI Details
Confidence:
0.95
Tech Stack |
||||||
| Backport: chore(provider/gateway): update gateway model settings files v6 | github-actions | XS | No | 0.9h | 0.7h | May 15, 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.10
Tech Stack
Languages:
Typescript
|
||||||
| chore(provider/gateway): update gateway model settings files | github-actions | XS | No | 0.8h | 0.7h | May 15, 2026 |
SummaryChoreUpdate gateway model settings files Automated update of gateway model settings to surface new gateway models as IDE autocomplete suggestions. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| Trace middleware/proxy source files in webpack NFT pipeline | unstubbable | M | No | 6.1h | 2.8h | May 15, 2026 |
SummaryBug FixAdd middleware tracing to webpack NFT pipeline Ensures middleware files are included in build traces, preventing runtime 500 errors due to missing files. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Typescript, Javascript
Frameworks:
Nextjs
|
||||||
| Backport: fix(provider/google): support `functionCall.id` when returned by Gemini API and provide matching `functionResponse.id` | github-actions | M | No | 0.5h | 0.1h | May 15, 2026 |
SummaryBug FixBackport: fix Google functionCall.id handling Ensures correct handling of function call IDs in Gemini API responses, improving reliability of AI function calls. Health Assessment
Medium
Low
Low
AI Details
Confidence:
0.10
Tech Stack
Languages:
Typescript, Javascript
|
||||||
| fix(provider/google): support `functionCall.id` when returned by Gemini API and provide matching `functionResponse.id` | felixarntz | M | No | 0.4h | 0.0h | May 15, 2026 |
SummaryBug FixAdd support for functionCall.id in Gemini API Ensures the SDK respects Gemini API’s function call IDs, improving compatibility and future‑proofing integration. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Javascript, Typescript
|
||||||
| Backport: feat(openai): add opt-in pass-through for unsupported file media types | github-actions | M | No | 1.4h | 0.7h | May 15, 2026 |
SummaryFeatureBackport: opt‑in pass-through for unsupported file types Adds an opt‑in pass‑through for unsupported file media types in OpenAI responses, giving developers more control over how unsupported files are handled and reducing integration friction. This enhances the SDK's robustness for clients dealing with diverse media content. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Typescript, Javascript
|
||||||
| Fix warning in new apps caused by incorrect image dimensions | samselikoff | M | No | 49.3h | 0.1h | May 15, 2026 |
SummaryBug FixFix image dimension warning in new apps Corrects Vercel logo dimensions in default app templates, eliminating development warnings and adding a regression test to ensure future stability. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Javascript, Typescript
Frameworks:
Nextjs
|
||||||
| Backport: fix(anthropic): propagate toModelOutput providerOption to anthropic tool results | github-actions | M | No | 0.6h | 0.5h | May 15, 2026 |
SummaryBug FixBackport fix: propagate providerOption to Anthropic tool results Ensures Anthropic tools correctly receive provider options, improving integration consistency. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| feat(openai): add opt-in pass-through for unsupported file media types | aayush-kapoor | M | No | 16.1h | 9.9h | May 15, 2026 |
SummaryFeatureAdd opt-in pass-through for unsupported file types Enables developers to pass through unsupported file media types to OpenAI, expanding the SDK’s compatibility with diverse file inputs. This reduces errors when uploading non-image files and enhances user experience. Health Assessment
Medium
Low
Low
AI Details
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| Version Packages (canary) | github-actions | XL | No | 3.6h | 3.6h | May 15, 2026 |
SummaryChoreVersion Packages (canary) Automated release of canary package versions across the monorepo, ensuring all packages are updated consistently. Health Assessment
X-Large
Low
Low
AI DetailsTech Stack |
||||||
| fix(anthropic): propagate toModelOutput providerOption to anthropic tool results | aayush-kapoor | M | No | 20.2h | 14.3h | May 15, 2026 |
SummaryBug FixPropagate providerOptions to Anthropic tool results Ensures provider options such as cache_control are correctly included in Anthropic tool responses, improving caching behavior and request consistency for users. Health Assessment
Medium
Low
Low
AI Details
Confidence:
0.80
Tech Stack
Languages:
Typescript
|
||||||
| fix: update step performance metrics with explicit effective, input, output, and total token throughput fields | lgrammel | XL | No | 0.8h | 0.7h | May 15, 2026 |
SummaryBug FixUpdate step performance metrics with explicit throughput fields Enhances clarity of token throughput metrics, enabling developers to better analyze and optimize request latency and streaming performance. Health Assessment
X-Large
Medium
Low
AI Details
Confidence:
0.80
Tech Stack
Languages:
Typescript
|
||||||
| fix: support tools with optional context | lgrammel | L | No | 0.3h | 0.2h | May 15, 2026 |
SummaryBug FixSupport tools with optional context Fixes type inference errors for tools with optional context schemas, improving developer experience. Health Assessment
Large
Low
Low
AI Details
Confidence:
0.20
Tech Stack
Languages:
Typescript
|
||||||