Pull Request Explorer

Exploring 1166 PRs. Want this for your team? Start Free Trial
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

Summary

Bug Fix

Preserve 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
  • Quick fix with minimal changes, no rework, fast cycle time.

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

Summary

Refactor

Refactor 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
  • Single commit and quick review indicate minimal friction and a smooth integration process.

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

Summary

Bug Fix

Fix 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
  • The PR was addressed quickly with a single review round and minimal rework, indicating a straightforward bug fix. The large number of lines and files suggests significant code changes, but the fast cycle time mitigates risk.

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

Summary

Bug Fix

Fix 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
  • Quick fix with minimal changes, resolved in under 14 hours, indicating efficient review and low complexity.

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

Summary

Bug Fix

Add 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
  • Quick fix with minimal changes, merged within 14 hours, indicating efficient review and low complexity.

AI Details

Tech Stack

Languages: Typescript
Frameworks: Nextjs
Respect NEXT_HASH_SALT for server side assetsHashes mischnic M No 43.6h 5.2h Jul 15, 2026

Summary

Bug Fix

Add 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
  • PR addressed a build reproducibility issue, required a few iterations, and was merged within two days.

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

Summary

Bug Fix

Fix 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
  • Quick fix with minimal changes, merged within minutes, indicating low complexity and high confidence.

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

Summary

Bug Fix

Fix OpenAI-compatible chat SSE error handling

Preserves structured error fields for programmatic handling of chat streams, improving reliability.

Health Assessment

Small
Low
Low
  • Resolved within minutes with minimal code changes, indicating low complexity and risk.

AI Details

Tech Stack

Languages: Typescript
Revert "fix: AI Gateway usage token counts are undefined in AI SDK results" lgrammel M No 0.0h - Jul 15, 2026

Summary

Bug Fix

Revert 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
  • Reverted a recent change quickly with minimal review, indicating low risk and high confidence in the revert.

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

Summary

Bug Fix

Fix 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
  • Quick turnaround with minimal changes indicates a straightforward bug fix and high confidence in the solution.

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

Summary

Bug Fix

Fix 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
  • Quick fix with minimal changes, merged within 16 hours, indicating low complexity and high confidence.

AI Details

Tech Stack

Languages: Typescript
feat(tui): add ChatTransport support Albert-Gao L No 11.8h 11.8h Jul 15, 2026

Summary

Feature

Add 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
  • Quick single‑commit PR with fast review and merge, indicating a straightforward change.

AI Details

Tech Stack

Languages: Typescript
Fix README link for local CLI setup instructions gibsondan XS No 6.7h 0.1h Jul 15, 2026

Summary

Docs

Fix 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
  • Quick fix with minimal changes, resolved in under 7 hours with a single review.

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

Summary

Bug Fix

Fix 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
  • Quick review and minimal changes led to fast merge; no major rework was required.

AI Details

Tech Stack

Languages: Typescript
telemetry: add agentName to anonymous metadata andrewimm L No 168.9h 0.1h Jul 14, 2026

Summary

Feature

Add 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
  • The PR merged after a week but had a quick review and only one commit, indicating minimal rework. The moderate scope and lack of blockers suggest low risk.

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

Summary

Refactor

Optimize 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
  • Large refactor with significant code churn, slow review process, but no rework after review.

AI Details

Tech 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

Summary

Bug Fix

Harden 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
  • Fast cycle and review, but large code changes indicate significant refactoring of MCP Apps handling.

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

Summary

Health Assessment

AI Details

Tech Stack

feat(provider/cartesia): add Ink 2 streaming transcription 31Carlton7 XL No 0.7h 0.7h Jul 14, 2026

Summary

Feature

Add 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
  • PR merged within 0.7 hours with a single review, indicating a clear implementation and efficient review process.

AI Details

Tech 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

Summary

Bug Fix

Backport: fix Chat resume-stream errors

Fixes runtime errors caused by overlapping chat requests, improving stability for users.

Health Assessment

Medium
Low
Low
  • Rapid review and merge indicate a straightforward bug fix with minimal impact.

AI Details

Tech Stack

Languages: Typescript
Better support the CLI spinner when running the TSC CLI lukesandberg M No 15.0h 11.7h Jul 14, 2026

Summary

Bug Fix

Improve CLI spinner for TSC execution

Ensures spinner stops correctly during TypeScript checks, improving developer experience.

Health Assessment

Medium
Low
Low
  • Quick fix with minimal rework, fast cycle time, low risk.

AI Details

Confidence: 0.95

Tech Stack

Languages: Typescript, Javascript
Version Packages github-actions S No 0.2h 0.2h Jul 14, 2026

Summary

Chore

Version Packages

Updates package versions and changelogs for Azure and DeepSeek SDKs, enabling automated npm releases.

Health Assessment

Small
Low
Low
  • Rapid merge indicates automated release process with minimal review friction.

AI Details

Tech Stack

Version Packages github-actions L AI 1.3h 1.1h Jul 14, 2026

Summary

Chore

Update package versions and changelogs

Automates publishing of updated package versions to npm, ensuring consistent releases across the monorepo.

Health Assessment

Medium
Low
Low
  • Release automation PR merged quickly with minimal changes, indicating low risk.

AI Details

Category: Code AI

Tech Stack

Version Packages github-actions M No 0.6h 0.5h Jul 14, 2026

Summary

Chore

Version Packages

Updates package versions and changelogs to enable automated npm publishing, ensuring consistent releases.

Health Assessment

Small
Low
Low
  • Fast review and merge with minimal changes indicate a streamlined release workflow.

AI Details

Tech Stack

Languages: Yaml
fix: prevent Chat resume-stream onFinish errors when requests overlap lgrammel M No 293.2h 293.2h Jul 14, 2026

Summary

Bug Fix

Prevent 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
  • The PR had a 12‑day cycle time with a single review round, indicating a slow review process despite the small code change. The minimal scope and straightforward fix suggest low technical risk, but the extended review period may reflect coordination or testing delays.

AI Details

Tech 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

Summary

Bug Fix

Backport: 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
  • Rapid merge with minimal changes indicates a straightforward bug fix; automated backport process streamlined review and reduced friction.

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

Summary

Bug Fix

Backport: 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
  • Rapid backport with minimal changes, quick review, low risk.

AI Details

Tech Stack

Languages: Typescript
fix: google.interactions agents dropping File Search tools lgrammel S No 294.6h 294.6h Jul 14, 2026

Summary

Bug Fix

Fix 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
  • Long review cycle indicates possible blocker or low priority; minimal changes suggest low risk.

AI Details

Tech 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

Summary

Bug Fix

Backport: 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
  • Rapid backport with minimal changes and quick merge indicates low risk and efficient process.

AI Details

Tech 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

Summary

Bug Fix

Backport: 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
  • Backport executed quickly with minimal changes and no review comments, indicating a straightforward bug fix.

AI Details

Tech Stack

Languages: Typescript
fix(cli): resolve explicit scope for build project lookup bryan-hunter M No 25.1h 20.7h Jul 14, 2026

Summary

Bug Fix

Fix 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
  • Merged within 25 hours with a single commit and no review iterations, indicating a straightforward bug fix with minimal impact on the codebase.

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

Summary

Refactor

Refactor CLI to standardize project resolution

Standardizes project resolution across CLI commands, improving consistency and reducing errors.

Health Assessment

Medium
Low
Low
  • The PR was reviewed and merged within a day, indicating smooth integration and minimal friction.

AI Details

Tech 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

Summary

Bug Fix

Fix Bedrock request body metadata omission

Ensures Bedrock request bodies are included in observability and tracing, improving debugging and monitoring.

Health Assessment

Medium
Low
Low
  • Rapid resolution with minimal iterations and fast review, indicating low complexity and risk.

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

Summary

Bug Fix

Fix 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
  • The PR was reviewed and merged within 1.2 hours, indicating a straightforward bug fix with minimal friction.

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

Summary

Bug Fix

Fix 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
  • Resolved in a single commit after review, indicating low complexity and risk.

AI Details

Tech Stack

Languages: Typescript
Upgrade React from `5123b063-20260708` to `7023f501-20260714` vercel-release-bot XL No 2.6h 2.6h Jul 14, 2026

Summary

Chore

Upgrade 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
  • Fast cycle time with no rework, indicating automated release process.

AI Details

Tech Stack

Languages: Javascript
Frameworks: React
Version Packages github-actions S No 0.1h - Jul 14, 2026

Summary

Chore

Version Packages

Bumps package versions and updates changelogs to trigger automated npm publishing.

Health Assessment

Small
Low
Low
  • Rapid automated merge with minimal code changes, indicating low complexity and risk.

AI Details

Tech Stack

fix(cli): respect explicit project resolution bryan-hunter XL No 24.0h 0.2h Jul 14, 2026

Summary

Bug Fix

Fix 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
  • The PR was reviewed and merged within 24 hours with a single commit, indicating a straightforward fix with minimal rework.

AI Details

Tech Stack

Languages: Typescript
docs(pull_request_template): Revise manual verification section gr2m XS No 2.6h 0.0h Jul 14, 2026

Summary

Health Assessment

AI Details

Tech Stack

Security hardening: sanitize MCP App CSP domains dnukumamras M AI 12.2h 12.2h Jul 14, 2026

Summary

Bug Fix

Sanitize MCP App CSP domains for security

Adds CSP sanitization to prevent injection attacks, improving security of MCP apps.

Health Assessment

Medium
Low
Low
  • Fast 12‑hour cycle with minimal rework; AI‑assisted code tightened CSP handling.

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

Summary

Refactor

Refactor 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
  • Quick turnaround with a single commit and minimal review rounds indicates a smooth process.

AI Details

Tech 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

Summary

Chore

Add 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
  • Long cycle time due to many pre-review commits; review was quick with few comments, indicating low friction but high scope.

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

Summary

Refactor

Update 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
  • Quick turnaround with minimal changes and no significant rework.

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

Summary

Chore

Version Packages

Automated release of package versions, updating changelogs and package.json for multiple SDK packages.

Health Assessment

X-Large
Low
Low
  • Fast merge with minimal review, typical for automated release PRs.

AI Details

Category: Code AI

Tech Stack

Version Packages github-actions XL AI 6.1h 6.1h Jul 14, 2026

Summary

Chore

Automated 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
  • Fast 6‑hour cycle with a single automated commit; minimal review friction and low risk.

AI Details

Category: Code AI
Confidence: 0.30

Tech Stack

Version Packages github-actions L No 5.7h 5.7h Jul 14, 2026

Summary

Chore

Version Packages

Updates package versions and changelogs for multiple SDK packages, preparing them for release.

Health Assessment

Large
Low
Low
  • Fast merge with minimal review, typical release PR.

AI Details

Tech Stack

Languages: Javascript
fix(ai): streamTranscribe result promises resolve without consuming fullStream kkdawkins L No 20.5h 20.5h Jul 14, 2026

Summary

Bug Fix

Fix 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
  • Single commit, quick merge, minimal review, indicates low complexity.

AI Details

Tech Stack

Languages: Typescript
Backport: chore: delete unused bundled tsup config file github-actions S No 0.2h 0.0h Jul 14, 2026

Summary

Chore

Backport: 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
  • Quick backport with no review needed, minimal changes, low risk.

AI Details

Tech Stack

Languages: Javascript
Version Packages github-actions M No 19.7h 18.8h Jul 14, 2026

Summary

Chore

Version Packages

Automated release of package versions, updating changelogs and package.json for Vercel and Connect packages.

Health Assessment

Medium
Low
Low
  • Fast, single-approval release PR with minimal changes, indicating low risk.

AI Details

Tech 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

Summary

Bug Fix

Backport: 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
  • Rapid backport with minimal changes and quick review indicates low complexity and high confidence in the fix.

AI Details

Category: Code AI

Tech Stack

Languages: Typescript
« Page 11 of 24 »

Get this analytics stack for your team

Connect GitHub and see cycle time, review bottlenecks, PR flow, and trend changes in minutes.

Connect Repos