Pull Request Explorer

Exploring 1166 PRs. Want this for your team? Start Free Trial
Title Author Size AI Cycle Time Review Merged
[v6.0] fix: emit completed results for xAI provider-executed streaming tools lgrammel M No 1.7h 1.7h Jul 06, 2026

Summary

Bug Fix

Fix missing tool-result in xAI streaming

Fixes UI stuck status by emitting final tool-result for provider-executed xAI streaming tools.

Health Assessment

Medium
Low
Low
  • Quick fix with minimal changes, resolved in under 2 hours, indicating efficient review and low complexity.

AI Details

Confidence: 0.20

Tech Stack

Languages: Typescript, Javascript
fix: MCP callTool hangs and leaks its response handler when an in-flight request is aborted lgrammel M No 96.2h 96.2h Jul 06, 2026

Summary

Bug Fix

Fix MCP callTool hang and leak on abort

Ensures MCP client cleans up handlers when requests are aborted, preventing memory leaks and hanging promises.

Health Assessment

Medium
Low
High
  • Long time to first review indicates initial uncertainty or complexity, but the single subsequent commit and merge suggest the fix was straightforward and low risk.

AI Details

Tech Stack

Languages: Typescript
fix: Google provider marks Gemini external HTTPS file URLs as unsupported lgrammel M No 2.6h 2.6h Jul 06, 2026

Summary

Bug Fix

Fix Gemini external HTTPS URL support

Ensures Google provider correctly handles external HTTPS URLs for Gemini models, preventing unnecessary downloads and improving SDK reliability.

Health Assessment

Medium
Low
Low
  • Quick fix with minimal changes and fast review, indicating low complexity and high confidence.

AI Details

Tech Stack

Languages: Typescript
[v6.0] fix: Parallel tool results are serialized in completion order, silently breaking provider prompt caching lgrammel M No 2.4h 2.4h Jul 06, 2026

Summary

Bug Fix

Fix parallel tool result serialization order

This change guarantees that tool results are serialized in the order they were called, ensuring consistent prompt caching. It prevents cache misses caused by nondeterministic ordering, improving reliability for AI providers.

Health Assessment

Medium
Low
Low
  • Quick fix with minimal changes, resolved in a single review cycle, indicating low complexity and high confidence.

AI Details

Confidence: 0.75

Tech Stack

Languages: Typescript
Version Packages github-actions L AI 6.9h 1.3h Jul 06, 2026

Summary

Chore

Update package versions and changelogs

Prepares and publishes updated versions of the AI SDK packages to npm, ensuring users receive the latest features and bug fixes.

Health Assessment

Medium
Low
Low
  • Quick release process with minimal review, indicating automated release workflow.

AI Details

Category: Code AI

Tech Stack

Update CLI sandbox dependency to 3.4.0 LukeSheard M AI 148.2h 147.4h Jul 06, 2026

Summary

Chore

Update CLI sandbox dependency to 3.4.0

Bumps the sandbox dependency to 3.4.0, updates the lockfile, and adds a changeset to release the update.

Health Assessment

Medium
Medium
High
  • The PR experienced a long delay before the first review, indicating a backlog or low priority, but the change itself is small and unlikely to introduce significant risk.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Cursor
Confidence: 0.95

Tech Stack

otel: Use correct parent span for Node.js middleware mischnic L No 145.0h 140.2h Jul 06, 2026

Summary

Bug Fix

Correct parent span for Node.js middleware

Ensures Node.js middleware spans are correctly parented, aligning with Edge runtime behavior and improving observability.

Health Assessment

Medium
High
High
  • Long review and merge cycle indicates significant complexity and potential integration challenges.

AI Details

Tech Stack

Languages: Typescript, Javascript
Frameworks: Nextjs
Fix instrumentation hook awaiting for middleware with adapters mischnic L No 119.0h 0.1h Jul 06, 2026

Summary

Bug Fix

Fix instrumentation hook for middleware adapters

Ensures instrumentation hooks correctly await middleware when using adapters, improving reliability of monitoring in Next.js deployments.

Health Assessment

Medium
Low
Low
  • Fast review turnaround with minimal rework; moderate scope across many test files; overall low risk bugfix.

AI Details

Confidence: 0.10

Tech Stack

Languages: Typescript, Javascript
Frameworks: Nextjs, React
[release-v5.0] chore: align gitignore with main branch lgrammel XS No 0.2h - Jul 06, 2026

Summary

Chore

Align gitignore with main branch

Ensures the repository ignores the correct files, preventing build failures and maintaining consistency with the main branch.

Health Assessment

Small
Low
Low
  • The PR was merged within 12 minutes of creation, indicating a straightforward, low-risk change with minimal review friction.

AI Details

Tech Stack

[release-v6.0] chore: align gitignore with main branch lgrammel XS No 0.2h - Jul 06, 2026

Summary

Chore

Align gitignore with main branch

Ensures repository ignores correct files, preventing build failures.

Health Assessment

Small
Low
Low
  • Merged within 12 minutes with no review, indicating a straightforward, low‑risk change.

AI Details

Tech Stack

[test] Unflake `cache-components-dev-streaming` test suite unstubbable M No 64.5h 64.5h Jul 06, 2026

Summary

Test

Unflake cache-components-dev-streaming test suite

Improves reliability of cache component streaming tests, reducing CI failures and ensuring consistent test results.

Health Assessment

Medium
Low
High
  • The PR took 64.5 hours from creation to merge, indicating a slow review process, but the change is small and low risk.

AI Details

Tech Stack

Languages: Typescript
[release-v5.0] chore: update playwright to 1.61.1 lgrammel L No 0.1h - Jul 06, 2026

Summary

Chore

Update playwright to 1.61.1

Updated Playwright to the latest 1.61.1 version to ensure compatibility and security.

Health Assessment

Small
Low
Low
  • Fast merge with minimal changes, indicating routine dependency update.

AI Details

Tech Stack

Languages: Javascript
[release-v6.0] chore: update playwright to 1.61.1 lgrammel L No 0.1h - Jul 06, 2026

Summary

Chore

Update playwright to 1.61.1

Updating Playwright ensures compatibility with latest browser features and security patches, improving test reliability.

Health Assessment

Small
Low
Low
  • Fast merge with minimal changes indicates routine dependency update.

AI Details

Tech Stack

Languages: Javascript
Also rewrite requires in page templates with Webpack mischnic S No 75.4h 1.4h Jul 06, 2026

Summary

Health Assessment

AI Details

Confidence: 0.75

Tech Stack

Languages: Rust
chore: update playwright to 1.61.1 lgrammel M No 0.1h - Jul 06, 2026

Summary

Chore

Update Playwright to 1.61.1

Update Playwright to 1.61.1

Health Assessment

Medium
Low
Low
  • Quick dependency bump with minimal changes, fast review and merge.

AI Details

Tech Stack

Languages: Javascript
[release-v5.0] fix(deepseek): exclude internal.d.ts from typecheck lgrammel XS No 0.1h - Jul 06, 2026

Summary

Bug Fix

Exclude internal.d.ts from typecheck

Fixes type-check errors for the Deepseek provider by excluding internal files, aligning its build process with other providers.

Health Assessment

Small
Low
Low
  • Merged within minutes with a single small change, indicating a straightforward fix with minimal risk.

AI Details

Tech Stack

Languages: Typescript
[release-v6.0] fix(deepseek): exclude internal.d.ts from typecheck lgrammel XS No 0.1h - Jul 06, 2026

Summary

Bug Fix

Exclude internal.d.ts from typecheck

Fixes type‑checking errors for the Deepseek provider by excluding internal declaration files, aligning its behavior with other providers.

Health Assessment

Small
Low
Low
  • Merged within minutes with only two lines added, indicating a straightforward, low‑risk change.

AI Details

Tech Stack

Languages: Typescript
[release-v5.0] use pnpm 10.33.4 lgrammel S No 0.2h - Jul 06, 2026

Summary

CI/CD

Align pnpm version with main branch

Ensures consistent pnpm version across branches, preventing Docker image build failures.

Health Assessment

Medium
Low
Low
  • Quick merge with minimal changes, indicating low complexity and high confidence.

AI Details

Tech Stack

Languages: Yaml
Frameworks: Github-Actions
fix: add vitest dependency to workflow lgrammel XS No 0.2h - Jul 06, 2026

Summary

Bug Fix

Add vitest dependency to workflow

Fixes CI by adding vitest dependency, ensuring tests run correctly.

Health Assessment

Small
Low
Low
  • Quick fix to CI, minimal changes, fast merge.

AI Details

Confidence: 0.75

Tech Stack

[release-v6.0] use pnpm 10.33.4 lgrammel S No 0.2h - Jul 06, 2026

Summary

CI/CD

Align pnpm version with main branch

Ensures consistent package manager version across branches, preventing Docker image build failures.

Health Assessment

Small
Low
Low
  • Quick merge with minimal changes indicates low complexity and high confidence.

AI Details

Tech Stack

Languages: Yaml, Json
Frameworks: Github-Actions
fix: preserve signed tool approval metadata across approval responses lgrammel M No 89.4h - Jul 06, 2026

Summary

Bug Fix

Preserve signed tool approval metadata across responses

Signed tool approvals now persist across approval responses, preventing failures when resuming sessions. This maintains integrity of approval data and improves reliability for users.

Health Assessment

Small
Low
High
  • The PR required a few days to merge, indicating potential review bottlenecks, but the change was small and low risk.

AI Details

Confidence: 0.20

Tech Stack

Languages: Typescript
[next] Update to latest Next.js adapter mischnic M No 233.7h 233.5h Jul 06, 2026

Summary

Chore

Update to latest Next.js adapter

This PR updates the Next.js adapter to the latest version, ensuring compatibility with the latest Next.js releases and maintaining trigger registration and framework-matrix test support.

Health Assessment

Small
Low
High
  • The PR had a long review delay, but the change was small and straightforward, resulting in a low-risk dependency update.

AI Details

Tech Stack

Languages: Yaml
fix: emit completed results for xAI provider-executed streaming tools lgrammel M No 65.2h - Jul 06, 2026

Summary

Bug Fix

Fix missing tool-result emission in xAI streaming

Ensures UI shows completed tool results for provider-executed tools, improving user experience.

Health Assessment

Medium
Low
Low
  • Quick fix with minimal changes, no major rework.

AI Details

Tech Stack

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

Summary

Chore

Version Packages

Bumps package versions and updates changelog to prepare for npm release.

Health Assessment

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

AI Details

Tech Stack

chore: bump @ai-sdk/anthropic-aws to v2.0.0 gr2m XS No 0.2h - Jul 06, 2026

Summary

Chore

Bump @ai-sdk/anthropic-aws to v2.0.0

Adds a major changeset to correct the package version to 2.0.0, ensuring proper release semantics.

Health Assessment

Small
Low
Low
  • Rapid merge with minimal changes indicates low risk and efficient process.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Version Packages github-actions S No 3.6h 3.5h Jul 05, 2026

Summary

Chore

Publish Updated Package Versions

Automates publishing of updated SDK packages to npm, ensuring consumers receive the latest bug fixes and features.

Health Assessment

Small
Low
Low
  • Quick review and merge with minimal changes, automated release process triggered by Changesets action.

AI Details

Tech Stack

Version Packages github-actions M AI 16.7h 16.6h Jul 05, 2026

Summary

Chore

Version Packages

This PR updates package versions and changelogs for a new release, enabling automated npm publishing.

Health Assessment

Medium
Low
Low
  • Fast cycle time and minimal changes indicate a straightforward release process with low risk.

AI Details

Category: Code AI

Tech Stack

Languages: Yaml
fix: send OpenAI chat image data as data URLs gr2m S No 70.5h - Jul 05, 2026

Summary

Bug Fix

Fix OpenAI chat image data URLs

Ensures image parts in OpenAI chat requests are correctly encoded as data URLs, preventing invalid image URLs and improving reliability of chat integrations.

Health Assessment

Small
Low
Low
  • The PR resolved a bug in image data handling with minimal changes and a quick turnaround, indicating efficient issue reproduction and resolution.

AI Details

Confidence: 0.20

Tech Stack

Languages: Typescript
chore: build only packages in ci:release gr2m XS No 120.6h - Jul 05, 2026

Summary

Chore

Build only packages in CI release

Optimizes the release pipeline by building only necessary packages, cutting build time and resource consumption.

Health Assessment

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

chore: build only packages in ci:release gr2m XS No 120.6h - Jul 05, 2026

Summary

Chore

Build only packages in CI release

Optimizes release pipeline by building only necessary packages, reducing build time and resource usage.

Health Assessment

Small
Low
Low
  • Small PR merged after 5 days with minimal changes; no review required, indicating low complexity and quick resolution.

AI Details

Usage: Authored by AI
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Javascript
chore: build only packages in ci:release gr2m XS No 120.6h - Jul 05, 2026

Summary

Chore

Build only packages in CI release

Optimizes CI release pipeline by building only necessary packages, reducing build time and resource usage.

Health Assessment

Small
Low
Medium
  • Single-file change with minimal code, but long cycle time indicates a slow review or approval process.

AI Details

Usage: AI Assisted
Category: Code AI
Tools: Claude
Confidence: 0.95

Tech Stack

Languages: Javascript
Backport: fix(anthropic): forward thinking { type: 'disabled' } to the API github-actions M No 0.2h 0.1h Jul 05, 2026

Summary

Bug Fix

Backport fix: disable forward thinking in API

Ensures backward compatibility by disabling forward thinking behavior in the Anthropic API for the release-v6.0 branch.

Health Assessment

Small
Low
Low
  • Fast merge with minimal changes, indicating a straightforward backport with no major issues.

AI Details

Confidence: 0.75

Tech Stack

Languages: Typescript
Add `serverComponentsHmrCancellation` experimental flag unstubbable S No 19.4h 1.2h Jul 04, 2026

Summary

Feature

Add experimental flag for server component HMR cancellation

Adds a flag to enable graceful cancellation of server component hot‑reloads during development, improving developer experience and reducing unnecessary rebuilds.

Health Assessment

Small
Low
Low
  • Fast review and merge cycle, minimal code changes, low risk to production

AI Details

Tech Stack

Languages: Typescript, Yaml
Frameworks: Nextjs
Version Packages github-actions L AI 29.2h 29.2h Jul 04, 2026

Summary

Chore

Version Packages

Automated release of package versions, updating changelogs and package metadata.

Health Assessment

Large
Medium
High
  • Release PR auto‑generated by Changesets action, merged after 29 h with no code changes, minimal review, and only package metadata updates.

AI Details

Category: Code AI

Tech Stack

fix(anthropic): forward thinking { type: 'disabled' } to the API gr2m M AI 0.2h - Jul 04, 2026

Summary

Bug Fix

Fix Anthropic API to forward disabled thinking

Ensures explicit disabled thinking is sent to Anthropic API, preventing unintended budget consumption and preserving sampling parameters.

Health Assessment

Small
Low
Low
  • Merged within minutes with no rework, indicating a straightforward bug fix.

AI Details

Category: Code AI

Tech Stack

Languages: Typescript
Version Packages github-actions S No 0.5h - Jul 03, 2026

Summary

Chore

Version Packages

This PR updates package versions and changelog for a new release, enabling automatic publishing to npm.

Health Assessment

Small
Low
Low
  • Quick automated release PR with minimal changes, merged within 30 minutes.

AI Details

Tech Stack

[CLI] fixing all help commands in general list Melkeydev S No 0.6h 0.0h Jul 03, 2026

Summary

Health Assessment

AI Details

Tech Stack

Add agent-runs to root CLI help allenzhou101 S No 0.8h 0.0h Jul 03, 2026

Summary

Feature

Add agent-runs to root CLI help

Enhances CLI usability by listing the agent-runs command in the root help output, with a regression test to ensure reliability.

Health Assessment

Small
Low
Low
  • Fast cycle time and immediate review indicate a straightforward change with minimal risk.

AI Details

Confidence: 0.10

Tech Stack

Languages: Typescript
chore(provider/gateway): update gateway model settings files github-actions XS No 1.4h 1.2h Jul 03, 2026

Summary

Chore

Update gateway model settings files

Automated update of gateway model settings to surface newly released models in IDE autocomplete suggestions.

Health Assessment

Small
Low
Low
  • Fast cycle time of 1.4 hours, minimal changes, automated update, low risk.

AI Details

Confidence: 0.95

Tech Stack

Languages: Typescript
Avoid unnecessary rendering for validation in dev lubieowoce L No 35.2h 0.1h Jul 03, 2026

Summary

Refactor

Optimize dev rendering for validation

Reduces unnecessary rendering in development, improving build times and developer experience.

Health Assessment

Medium
Low
Low
  • Fast review and minimal rework indicate a well‑structured PR with low risk.

AI Details

Confidence: 0.80

Tech Stack

Languages: Typescript
Frameworks: React, Nextjs
fix: work around SWC compress bug lubieowoce XS No 0.9h 0.2h Jul 03, 2026

Summary

Bug Fix

Fix SWC compress bug workaround

Corrects a compiler bug in SWC that caused incorrect minification, ensuring proper runtime behavior.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, fast review and merge, low risk.

AI Details

Confidence: 0.80

Tech Stack

Languages: Javascript
docs: Update FormEvent to SubmitEvent in form handling example (deprecated in React 19.2.10+) M4cM4rco S No 1.9h 1.2h Jul 03, 2026

Summary

Docs

Update FormEvent to SubmitEvent in docs

This PR updates the Next.js documentation to replace deprecated React FormEvent types with the newer SubmitEvent types, eliminating TypeScript deprecation warnings for developers.

Health Assessment

Small
Low
Low
  • Quick, single-file documentation update with minimal review and merge time.

AI Details

Tech Stack

Update font data vercel-release-bot M No 14.3h 14.3h Jul 03, 2026

Summary

Chore

Update font data

Updates font data to the latest available, ensuring up-to-date font support for Next.js applications.

Health Assessment

Medium
Low
Low
  • Quick merge with minimal changes, indicating low complexity and high confidence in the update.

AI Details

Tech Stack

Languages: Typescript
fix(deepseek): exclude internal.d.ts from typecheck lgrammel XS No 0.2h - Jul 03, 2026

Summary

Bug Fix

Exclude internal.d.ts from typecheck

Fixes type-check errors for the Deepseek provider by excluding internal.d.ts, aligning its build process with other providers.

Health Assessment

Small
Low
Low
  • Merged within minutes with a single line change, indicating a straightforward, low-risk fix.

AI Details

Tech Stack

Languages: Typescript
Ignore-list internal frames whose source maps chain to original sources unstubbable M No 1.4h 1.2h Jul 03, 2026

Summary

Bug Fix

Improve source map ignore-listing for internal frames

Enhance Next.js dev error output by ignoring framework-internal stack frames that resolve to original sources.

Health Assessment

Small
Low
Low
  • Quick review and merge process, indicating a straightforward fix.

AI Details

Tech Stack

Languages: Javascript, Typescript
Frameworks: Nextjs, Webpack
Type resolved `cacheLife` profiles, dropping runtime asserts unstubbable M No 16.1h 15.9h Jul 03, 2026

Summary

Refactor

Resolve cacheLife profiles, remove runtime asserts

This change removes runtime validation of cache life profiles, improving performance and ensuring configuration correctness at compile time. It also reduces bundle size and eliminates potential errors during rendering.

Health Assessment

Medium
Low
Low
  • Fast cycle time with a single review round indicates efficient code quality and low complexity.

AI Details

Confidence: 0.10

Tech Stack

Languages: Typescript
Frameworks: Nextjs
Split typeof-window server requires into .browser variants eps1lon L No 160.7h 150.9h Jul 03, 2026

Summary

Refactor

Split typeof-window server requires into .browser variants

Reduces bundle size regressions by moving server-only logic to browser-safe modules, improving load times and developer experience. This change enhances performance for client-side rendering and reduces build times.

Health Assessment

Small
Medium
High
  • The PR took over 6 days to receive a review and was merged after a single commit, indicating a slow review process but minimal rework.

AI Details

Confidence: 0.10

Tech Stack

Languages: Rust, Typescript, Javascript
Frameworks: Nextjs, React
Collect modules with browser variants statically eps1lon L No 160.7h 71.6h Jul 03, 2026

Summary

Feature

Add static detection of browser variant modules

Automatically generates compiler aliases for modules with .browser variants, ensuring correct bundling and preventing regressions.

Health Assessment

Large
High
High
  • The PR required multiple iterations and extended review time, indicating complexity and potential integration risk.

AI Details

Confidence: 0.10

Tech Stack

Languages: Rust, Typescript, Javascript
Frameworks: Nextjs, React
feat(alibaba): support wan2.7 text-to-video and reference-to-video models joshualipman123 XL No 7.0h 0.1h Jul 03, 2026

Summary

Feature

Add Alibaba wan2.7 video model support

Adds support for Alibaba's new wan2.7 text‑to‑video and reference‑to‑video models, enabling richer video generation capabilities for users.

Health Assessment

X-Large
Low
Low
  • Fast cycle time and minimal review rounds indicate smooth integration and low friction in the review process.

AI Details

Confidence: 0.80

Tech Stack

Languages: Typescript, Javascript
Version Packages github-actions S No 0.3h - Jul 03, 2026

Summary

Chore

Version Packages

This PR updates documentation and package metadata to prepare for a new npm release, enabling automated publishing of the Vercel CLI and related packages.

Health Assessment

Small
Low
Low
  • Rapid merge with minimal changes, typical automated release PR.

AI Details

Tech Stack

« Page 19 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