Pull Request Explorer
| Title | Author | Size | AI | Cycle Time | Review | Merged |
|---|---|---|---|---|---|---|
| Preserve init errors from async route modules | gaearon | M | No | 11.0h | 9.9h | Jul 15, 2026 |
SummaryBug FixPreserve init errors from async route modules Ensures that errors during async route module initialization are correctly surfaced, preventing silent failures in production builds. Health Assessment
Medium
Low
Low
AI Details
Confidence:
0.10
Tech Stack
Languages:
Typescript, Javascript
Frameworks:
Nextjs
|
||||||
| Model async userland loading in app routes as a state machine | gaearon | L | No | 13.9h | 13.0h | Jul 15, 2026 |
SummaryRefactorRefactor async module loading to state machine Simplifies module loading logic in Next.js app routes, improving reliability and maintainability without changing public behavior. This refactor reduces complexity and potential runtime errors. Health Assessment
Medium
Low
Low
AI Details
Confidence:
0.15
Tech Stack
Languages:
Typescript, Javascript
Frameworks:
Nextjs, React
|
||||||
| Fix cache warming and static params for metadata images with top-level await | gaearon | L | No | 13.9h | 12.7h | Jul 15, 2026 |
SummaryBug FixFix cache warming and static params for metadata images with top-level await Ensures proper cache warming and static parameter handling for async metadata image modules, preventing build failures and dynamic rendering. Health Assessment
Large
Medium
Low
AI Details
Confidence:
0.95
Tech Stack
Languages:
Rust, Typescript, Javascript
Frameworks:
Nextjs
|
||||||
| Only track pending imports for real promises | gaearon | M | No | 13.9h | 12.6h | Jul 15, 2026 |
SummaryBug FixFix module tracking for real promises Ensures only truly async modules are tracked during build, preventing hangs caused by modules exporting thenable functions and improving build reliability for client modules. Health Assessment
Medium
Low
Medium
AI Details
Confidence:
0.95
Tech Stack
Languages:
Typescript, Javascript
Frameworks:
Nextjs, React
|
||||||
| Support metadata routes in --debug-build-paths | gaearon | M | No | 13.9h | 12.6h | Jul 15, 2026 |
SummaryBug FixAdd metadata route support to debug build paths Enables debugging tools to correctly identify all route files, improving developer experience and test accuracy. Health Assessment
Small
Low
Medium
AI DetailsTech Stack
Languages:
Typescript
Frameworks:
Nextjs
|
||||||
| Respect NEXT_HASH_SALT for server side assetsHashes | mischnic | M | No | 43.6h | 5.2h | Jul 15, 2026 |
SummaryBug FixAdd hash salt support for server-side asset hashes Ensures deterministic asset hashing by respecting NEXT_HASH_SALT, improving build reproducibility and caching. Health Assessment
Medium
Medium
Medium
AI Details
Confidence:
0.10
Tech Stack
Languages:
Rust, Typescript
Frameworks:
Nextjs
|
||||||
| [v5.0] fix: OpenAI-compatible chat SSE errors lose structured error fields | lgrammel | S | No | 0.1h | - | Jul 15, 2026 |
SummaryBug FixFix OpenAI-compatible SSE error handling Preserves structured error fields in SSE streams for OpenAI-compatible chat, enabling reliable programmatic error handling. Improves robustness of client applications relying on error codes. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.10
Tech Stack
Languages:
Typescript
|
||||||
| [v6.0] fix: OpenAI-compatible chat SSE errors lose structured error fields | lgrammel | S | No | 0.4h | - | Jul 15, 2026 |
SummaryBug FixFix OpenAI-compatible chat SSE error handling Preserves structured error fields for programmatic handling of chat streams, improving reliability. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| Revert "fix: AI Gateway usage token counts are undefined in AI SDK results" | lgrammel | M | No | 0.0h | - | Jul 15, 2026 |
SummaryBug FixRevert AI Gateway usage token count fix This PR undoes a recent change that added backwards compatibility for AI Gateway usage token counts, simplifying the codebase. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| fix: OpenAI-compatible chat SSE errors lose structured error fields | lgrammel | S | No | 15.5h | - | Jul 15, 2026 |
SummaryBug FixFix structured error fields in OpenAI-compatible SSE Preserves error codes in SSE streams for OpenAI-compatible chat, enabling robust error handling. This reduces failures in client applications. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.80
Tech Stack
Languages:
Typescript
|
||||||
| fix: AI Gateway usage token counts are undefined in AI SDK results | lgrammel | M | No | 15.8h | - | Jul 15, 2026 |
SummaryBug FixFix undefined token counts in AI SDK Corrects token count reporting from AI Gateway to SDK, ensuring accurate usage metrics for developers. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| feat(tui): add ChatTransport support | Albert-Gao | L | No | 11.8h | 11.8h | Jul 15, 2026 |
SummaryFeatureAdd ChatTransport support to TUI Enables terminal UI to work with remote agents via ChatTransport, allowing multi‑turn conversations and reusing existing UI message history. Health Assessment
Large
Low
Low
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| Fix README link for local CLI setup instructions | gibsondan | XS | No | 6.7h | 0.1h | Jul 15, 2026 |
SummaryDocsFix README link for local CLI setup instructions Corrects a broken link in the README, ensuring developers can access local CLI setup instructions without navigation errors. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.10
Tech Stack |
||||||
| fix(provider/google): forward Vertex-only imageConfig options (personGeneration, prominentPeople, imageOutputOptions) | R-Taneja | M | No | 5.1h | 1.9h | Jul 15, 2026 |
SummaryBug FixFix Vertex imageConfig forwarding in Google provider Ensures Vertex-only image configuration options are correctly forwarded, preventing silent failures and improving error visibility for users. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| telemetry: add agentName to anonymous metadata | andrewimm | L | No | 168.9h | 0.1h | Jul 14, 2026 |
SummaryFeatureAdd agentName to telemetry metadata Adds an agentName field to telemetry metadata to track AI coding agent usage, improving visibility into AI-driven development. Health Assessment
Medium
Low
Low
AI Details
Confidence:
0.80
Tech Stack
Languages:
Javascript, Typescript, Yaml
Frameworks:
Nextjs
|
||||||
| [turbopack] Optimize the implementation of AutoMap/AutoSet | lukesandberg | XL | No | 97.1h | 95.2h | Jul 14, 2026 |
SummaryRefactorOptimize AutoMap/AutoSet implementation Reduces memory footprint of task storage by replacing SmallVec with TinyVec, cutting AutoMap size to 16 bytes and shrinking TaskStorage, improving performance. Health Assessment
X-Large
High
High
AI DetailsTech Stack
Languages:
Rust
|
||||||
| fix(react/mcp): harden MCP Apps metadata handling and host/iframe bridge | dnukumamras | XL | AI | 3.2h | 2.9h | Jul 14, 2026 |
SummaryBug FixHarden MCP Apps metadata handling and bridge This PR hardens MCP Apps metadata handling and host/iframe bridge, ensuring only valid data is processed and permissions are strictly controlled. It reduces security risks and improves stability for users of @ai-sdk/react and @ai-sdk/mcp. Health Assessment
X-Large
Medium
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Typescript, Javascript
Frameworks:
React
|
||||||
| [CL] removing node-fetch from npm calls | Melkeydev | L | No | 41.4h | 12.0h | Jul 14, 2026 |
SummaryHealth AssessmentAI DetailsTech Stack |
||||||
| feat(provider/cartesia): add Ink 2 streaming transcription | 31Carlton7 | XL | No | 0.7h | 0.7h | Jul 14, 2026 |
SummaryFeatureAdd Ink 2 streaming transcription support Adds real‑time transcription via WebSocket for Cartesia Ink 2, enabling developers to use turn‑detection and manual finalization while preserving existing APIs. Health Assessment
X-Large
Medium
Low
AI DetailsTech Stack
Languages:
Typescript, Javascript
|
||||||
| Backport: fix: prevent Chat resume-stream onFinish errors when requests overlap | github-actions | M | No | 0.7h | 0.0h | Jul 14, 2026 |
SummaryBug FixBackport: fix Chat resume-stream errors Fixes runtime errors caused by overlapping chat requests, improving stability for users. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| Better support the CLI spinner when running the TSC CLI | lukesandberg | M | No | 15.0h | 11.7h | Jul 14, 2026 |
SummaryBug FixImprove CLI spinner for TSC execution Ensures spinner stops correctly during TypeScript checks, improving developer experience. Health Assessment
Medium
Low
Low
AI Details
Confidence:
0.95
Tech Stack
Languages:
Typescript, Javascript
|
||||||
| Version Packages | github-actions | S | No | 0.2h | 0.2h | Jul 14, 2026 |
SummaryChoreVersion Packages Updates package versions and changelogs for Azure and DeepSeek SDKs, enabling automated npm releases. Health Assessment
Small
Low
Low
AI DetailsTech Stack |
||||||
| Version Packages | github-actions | L | AI | 1.3h | 1.1h | Jul 14, 2026 |
SummaryChoreUpdate package versions and changelogs Automates publishing of updated package versions to npm, ensuring consistent releases across the monorepo. Health Assessment
Medium
Low
Low
AI Details
Category:
Code AI
Tech Stack |
||||||
| Version Packages | github-actions | M | No | 0.6h | 0.5h | Jul 14, 2026 |
SummaryChoreVersion Packages Updates package versions and changelogs to enable automated npm publishing, ensuring consistent releases. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Yaml
|
||||||
| fix: prevent Chat resume-stream onFinish errors when requests overlap | lgrammel | M | No | 293.2h | 293.2h | Jul 14, 2026 |
SummaryBug FixPrevent Chat resume-stream onFinish errors when requests overlap Fixes overlapping chat requests that caused onFinish errors by ensuring active responses are correctly scoped per request, improving stability for concurrent chat operations. Health Assessment
Medium
Medium
High
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| Backport: Backport: fix: Azure DeepSeek structured output returns JSON in reasoning with empty text | github-actions | M | No | 0.3h | 0.2h | Jul 14, 2026 |
SummaryBug FixBackport: Fix Azure DeepSeek structured output JSON This backport resolves a bug where Azure DeepSeek structured output returned JSON in reasoning with empty text, ensuring correct response formatting for downstream consumers. Health Assessment
Medium
Low
Low
AI Details
Confidence:
1.00
Tech Stack
Languages:
Typescript, Javascript
|
||||||
| Backport: fix: google.interactions agents dropping File Search tools | github-actions | S | No | 0.2h | 0.0h | Jul 14, 2026 |
SummaryBug FixBackport: fix google.interactions file search tool drop Fixes issue where Google Interactions agents dropped File Search tools, restoring proper grounding for Deep Research agents. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| fix: google.interactions agents dropping File Search tools | lgrammel | S | No | 294.6h | 294.6h | Jul 14, 2026 |
SummaryBug FixFix File Search tool drop in Google Interactions Ensures Google Interactions agents correctly include File Search tools, preventing tool drop and warning messages, improving agent functionality. Health Assessment
Small
Low
High
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| Backport: fix: Azure DeepSeek structured output returns JSON in reasoning with empty text | github-actions | M | No | 0.7h | 0.6h | Jul 14, 2026 |
SummaryBug FixBackport: Fix Azure DeepSeek JSON output This backport resolves a bug where Azure DeepSeek structured output returned JSON in reasoning with empty text, ensuring correct response formatting for downstream consumers. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| Backport: fix: Amazon Bedrock generation and streaming omitted request body metadata | github-actions | M | No | 0.5h | 0.1h | Jul 14, 2026 |
SummaryBug FixBackport: Fix Bedrock request body metadata Ensures Bedrock request metadata is captured for observability and tracing, improving monitoring of model inputs. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| fix(cli): resolve explicit scope for build project lookup | bryan-hunter | M | No | 25.1h | 20.7h | Jul 14, 2026 |
SummaryBug FixFix build project lookup scope resolution Corrects project lookup when specifying scope, ensuring accurate remote project resolution and preserving local behavior. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.80
Tech Stack
Languages:
Typescript
|
||||||
| refactor(cli): standardize explicit project resolution | bryan-hunter | M | No | 24.8h | 20.6h | Jul 14, 2026 |
SummaryRefactorRefactor CLI to standardize project resolution Standardizes project resolution across CLI commands, improving consistency and reducing errors. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Javascript, Typescript
|
||||||
| fix: Amazon Bedrock generation and streaming omitted request body metadata | aayush-kapoor | M | No | 0.7h | 0.7h | Jul 14, 2026 |
SummaryBug FixFix Bedrock request body metadata omission Ensures Bedrock request bodies are included in observability and tracing, improving debugging and monitoring. Health Assessment
Medium
Low
Low
AI Details
Confidence:
0.80
Tech Stack
Languages:
Typescript
|
||||||
| fix: Azure DeepSeek structured output returns JSON in reasoning with empty text | R-Taneja | M | No | 1.2h | 0.1h | Jul 14, 2026 |
SummaryBug FixFix Azure DeepSeek structured output JSON issue Corrects Azure DeepSeek API responses to return structured JSON correctly, preventing failures for gateway customers. Health Assessment
Medium
Low
Low
AI Details
Confidence:
0.20
Tech Stack
Languages:
Javascript, Typescript
|
||||||
| fix(cli): allow env ls --project outside linked directories | bryan-hunter | M | No | 24.3h | 20.6h | Jul 14, 2026 |
SummaryBug FixFix CLI env ls project selection Enables specifying a project with env ls outside linked directories, allowing CI and agent usage without creating local metadata. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| Upgrade React from `5123b063-20260708` to `7023f501-20260714` | vercel-release-bot | XL | No | 2.6h | 2.6h | Jul 14, 2026 |
SummaryChoreUpgrade React to latest experimental version This PR updates Next.js to use the latest experimental React release, bringing new features, performance improvements, and bug fixes to improve developer experience and application stability. Health Assessment
X-Large
Low
Low
AI DetailsTech Stack
Languages:
Javascript
Frameworks:
React
|
||||||
| Version Packages | github-actions | S | No | 0.1h | - | Jul 14, 2026 |
SummaryChoreVersion Packages Bumps package versions and updates changelogs to trigger automated npm publishing. Health Assessment
Small
Low
Low
AI DetailsTech Stack |
||||||
| fix(cli): respect explicit project resolution | bryan-hunter | XL | No | 24.0h | 0.2h | Jul 14, 2026 |
SummaryBug FixFix CLI explicit project resolution Ensures the Vercel CLI selects the intended project for a command, preventing accidental deployments to wrong projects and improving reliability for developers. Health Assessment
Large
Low
Low
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| docs(pull_request_template): Revise manual verification section | gr2m | XS | No | 2.6h | 0.0h | Jul 14, 2026 |
SummaryHealth AssessmentAI DetailsTech Stack |
||||||
| Security hardening: sanitize MCP App CSP domains | dnukumamras | M | AI | 12.2h | 12.2h | Jul 14, 2026 |
SummaryBug FixSanitize MCP App CSP domains for security Adds CSP sanitization to prevent injection attacks, improving security of MCP apps. Health Assessment
Medium
Low
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Typescript, Javascript
Frameworks:
React
|
||||||
| refactor(cli): use options for linked project resolution | bryan-hunter | L | No | 23.3h | 23.1h | Jul 14, 2026 |
SummaryRefactorRefactor CLI linked project resolution options Improves CLI reliability by replacing positional arguments with named options, reducing errors and simplifying future enhancements. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Typescript, Javascript
|
||||||
| docs: add route-side URL data audit to the Partial Prefetching adoption guide | aurorascharff | XL | No | 305.3h | 20.0h | Jul 14, 2026 |
SummaryChoreAdd route-level URL data audit to docs Enhances Partial Prefetching adoption guide with route-level URL data audit and codemod, streamlining migration and agent workflows. Health Assessment
X-Large
High
Medium
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
Copilot
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| [cli] Use /v5/certs instead of legacy /v5/now/certs | brookemosby | XS | No | 2.9h | 1.9h | Jul 14, 2026 |
SummaryRefactorUpdate CLI cert lookup to new API path The CLI now uses the updated /v5/certs endpoint for custom certificate retrieval, aligning with Domains team guidance and ensuring legacy /now path is removed. Health Assessment
Small
Low
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Cursor
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| Version Packages | github-actions | XL | AI | 9.2h | 9.2h | Jul 14, 2026 |
SummaryChoreVersion Packages Automated release of package versions, updating changelogs and package.json for multiple SDK packages. Health Assessment
X-Large
Low
Low
AI Details
Category:
Code AI
Tech Stack |
||||||
| Version Packages | github-actions | XL | AI | 6.1h | 6.1h | Jul 14, 2026 |
SummaryChoreAutomated package version release Publishes updated npm packages for the AI SDK, ensuring developers receive the latest bug fixes and feature improvements. Health Assessment
Medium
Low
Low
AI Details
Category:
Code AI
Confidence:
0.30
Tech Stack |
||||||
| Version Packages | github-actions | L | No | 5.7h | 5.7h | Jul 14, 2026 |
SummaryChoreVersion Packages Updates package versions and changelogs for multiple SDK packages, preparing them for release. Health Assessment
Large
Low
Low
AI DetailsTech Stack
Languages:
Javascript
|
||||||
| fix(ai): streamTranscribe result promises resolve without consuming fullStream | kkdawkins | L | No | 20.5h | 20.5h | Jul 14, 2026 |
SummaryBug FixFix streamTranscribe promise resolution Ensures transcription promises resolve without requiring full stream consumption, preventing deadlocks and improving reliability for real-time transcription use cases. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| Backport: chore: delete unused bundled tsup config file | github-actions | S | No | 0.2h | 0.0h | Jul 14, 2026 |
SummaryChoreBackport: delete unused tsup config file Removed an unused bundled tsup config file to clean up the repository, reducing clutter and potential confusion. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Javascript
|
||||||
| Version Packages | github-actions | M | No | 19.7h | 18.8h | Jul 14, 2026 |
SummaryChoreVersion Packages Automated release of package versions, updating changelogs and package.json for Vercel and Connect packages. Health Assessment
Medium
Low
Low
AI DetailsTech Stack |
||||||
| Backport: fix: Bedrock Claude Opus structured output fails after multi-step tool calls | github-actions | L | AI | 0.3h | 0.2h | Jul 14, 2026 |
SummaryBug FixBackport: Fix Bedrock Claude Opus structured output This backport resolves a bug where Bedrock Claude Opus structured output fails after multi-step tool calls, ensuring reliable language model responses. Health Assessment
Large
Low
Low
AI Details
Category:
Code AI
Tech Stack
Languages:
Typescript
|
||||||