Pull Request Explorer
| 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 |
SummaryBug FixFix 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
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 |
SummaryBug FixFix 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
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| fix: Google provider marks Gemini external HTTPS file URLs as unsupported | lgrammel | M | No | 2.6h | 2.6h | Jul 06, 2026 |
SummaryBug FixFix 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
AI DetailsTech 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 |
SummaryBug FixFix 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
AI Details
Confidence:
0.75
Tech Stack
Languages:
Typescript
|
||||||
| Version Packages | github-actions | L | AI | 6.9h | 1.3h | Jul 06, 2026 |
SummaryChoreUpdate 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
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 |
SummaryChoreUpdate 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
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 |
SummaryBug FixCorrect 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
AI DetailsTech Stack
Languages:
Typescript, Javascript
Frameworks:
Nextjs
|
||||||
| Fix instrumentation hook awaiting for middleware with adapters | mischnic | L | No | 119.0h | 0.1h | Jul 06, 2026 |
SummaryBug FixFix 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
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 |
SummaryChoreAlign 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
AI DetailsTech Stack |
||||||
| [release-v6.0] chore: align gitignore with main branch | lgrammel | XS | No | 0.2h | - | Jul 06, 2026 |
SummaryChoreAlign gitignore with main branch Ensures repository ignores correct files, preventing build failures. Health Assessment
Small
Low
Low
AI DetailsTech Stack |
||||||
| [test] Unflake `cache-components-dev-streaming` test suite | unstubbable | M | No | 64.5h | 64.5h | Jul 06, 2026 |
SummaryTestUnflake 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
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| [release-v5.0] chore: update playwright to 1.61.1 | lgrammel | L | No | 0.1h | - | Jul 06, 2026 |
SummaryChoreUpdate playwright to 1.61.1 Updated Playwright to the latest 1.61.1 version to ensure compatibility and security. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Javascript
|
||||||
| [release-v6.0] chore: update playwright to 1.61.1 | lgrammel | L | No | 0.1h | - | Jul 06, 2026 |
SummaryChoreUpdate playwright to 1.61.1 Updating Playwright ensures compatibility with latest browser features and security patches, improving test reliability. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Javascript
|
||||||
| Also rewrite requires in page templates with Webpack | mischnic | S | No | 75.4h | 1.4h | Jul 06, 2026 |
SummaryHealth AssessmentAI Details
Confidence:
0.75
Tech Stack
Languages:
Rust
|
||||||
| chore: update playwright to 1.61.1 | lgrammel | M | No | 0.1h | - | Jul 06, 2026 |
SummaryChoreUpdate Playwright to 1.61.1 Update Playwright to 1.61.1 Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Javascript
|
||||||
| [release-v5.0] fix(deepseek): exclude internal.d.ts from typecheck | lgrammel | XS | No | 0.1h | - | Jul 06, 2026 |
SummaryBug FixExclude 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
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| [release-v6.0] fix(deepseek): exclude internal.d.ts from typecheck | lgrammel | XS | No | 0.1h | - | Jul 06, 2026 |
SummaryBug FixExclude 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
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| [release-v5.0] use pnpm 10.33.4 | lgrammel | S | No | 0.2h | - | Jul 06, 2026 |
SummaryCI/CDAlign pnpm version with main branch Ensures consistent pnpm version across branches, preventing Docker image build failures. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Yaml
Frameworks:
Github-Actions
|
||||||
| fix: add vitest dependency to workflow | lgrammel | XS | No | 0.2h | - | Jul 06, 2026 |
SummaryBug FixAdd vitest dependency to workflow Fixes CI by adding vitest dependency, ensuring tests run correctly. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.75
Tech Stack |
||||||
| [release-v6.0] use pnpm 10.33.4 | lgrammel | S | No | 0.2h | - | Jul 06, 2026 |
SummaryCI/CDAlign pnpm version with main branch Ensures consistent package manager version across branches, preventing Docker image build failures. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Yaml, Json
Frameworks:
Github-Actions
|
||||||
| fix: preserve signed tool approval metadata across approval responses | lgrammel | M | No | 89.4h | - | Jul 06, 2026 |
SummaryBug FixPreserve 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
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 |
SummaryChoreUpdate 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
AI DetailsTech Stack
Languages:
Yaml
|
||||||
| fix: emit completed results for xAI provider-executed streaming tools | lgrammel | M | No | 65.2h | - | Jul 06, 2026 |
SummaryBug FixFix 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
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| Version Packages | github-actions | S | No | 0.2h | - | Jul 06, 2026 |
SummaryChoreVersion Packages Bumps package versions and updates changelog to prepare for npm release. Health Assessment
Small
Low
Low
AI DetailsTech Stack |
||||||
| chore: bump @ai-sdk/anthropic-aws to v2.0.0 | gr2m | XS | No | 0.2h | - | Jul 06, 2026 |
SummaryChoreBump @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
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 |
SummaryChorePublish 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
AI DetailsTech Stack |
||||||
| Version Packages | github-actions | M | AI | 16.7h | 16.6h | Jul 05, 2026 |
SummaryChoreVersion Packages This PR updates package versions and changelogs for a new release, enabling automated npm publishing. Health Assessment
Medium
Low
Low
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 |
SummaryBug FixFix 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
AI Details
Confidence:
0.20
Tech Stack
Languages:
Typescript
|
||||||
| chore: build only packages in ci:release | gr2m | XS | No | 120.6h | - | Jul 05, 2026 |
SummaryChoreBuild only packages in CI release Optimizes the release pipeline by building only necessary packages, cutting build time and resource consumption. Health AssessmentAI 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 |
SummaryChoreBuild only packages in CI release Optimizes release pipeline by building only necessary packages, reducing build time and resource usage. Health Assessment
Small
Low
Low
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 |
SummaryChoreBuild 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
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 |
SummaryBug FixBackport 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
AI Details
Confidence:
0.75
Tech Stack
Languages:
Typescript
|
||||||
| Add `serverComponentsHmrCancellation` experimental flag | unstubbable | S | No | 19.4h | 1.2h | Jul 04, 2026 |
SummaryFeatureAdd 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
AI DetailsTech Stack
Languages:
Typescript, Yaml
Frameworks:
Nextjs
|
||||||
| Version Packages | github-actions | L | AI | 29.2h | 29.2h | Jul 04, 2026 |
SummaryChoreVersion Packages Automated release of package versions, updating changelogs and package metadata. Health Assessment
Large
Medium
High
AI Details
Category:
Code AI
Tech Stack |
||||||
| fix(anthropic): forward thinking { type: 'disabled' } to the API | gr2m | M | AI | 0.2h | - | Jul 04, 2026 |
SummaryBug FixFix 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
AI Details
Category:
Code AI
Tech Stack
Languages:
Typescript
|
||||||
| Version Packages | github-actions | S | No | 0.5h | - | Jul 03, 2026 |
SummaryChoreVersion Packages This PR updates package versions and changelog for a new release, enabling automatic publishing to npm. Health Assessment
Small
Low
Low
AI DetailsTech Stack |
||||||
| [CLI] fixing all help commands in general list | Melkeydev | S | No | 0.6h | 0.0h | Jul 03, 2026 |
SummaryHealth AssessmentAI DetailsTech Stack |
||||||
| Add agent-runs to root CLI help | allenzhou101 | S | No | 0.8h | 0.0h | Jul 03, 2026 |
SummaryFeatureAdd 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
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 |
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 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 |
SummaryRefactorOptimize dev rendering for validation Reduces unnecessary rendering in development, improving build times and developer experience. Health Assessment
Medium
Low
Low
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 |
SummaryBug FixFix SWC compress bug workaround Corrects a compiler bug in SWC that caused incorrect minification, ensuring proper runtime behavior. Health Assessment
Small
Low
Low
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 |
SummaryDocsUpdate 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
AI DetailsTech Stack |
||||||
| Update font data | vercel-release-bot | M | No | 14.3h | 14.3h | Jul 03, 2026 |
SummaryChoreUpdate font data Updates font data to the latest available, ensuring up-to-date font support for Next.js applications. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| fix(deepseek): exclude internal.d.ts from typecheck | lgrammel | XS | No | 0.2h | - | Jul 03, 2026 |
SummaryBug FixExclude 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
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| Ignore-list internal frames whose source maps chain to original sources | unstubbable | M | No | 1.4h | 1.2h | Jul 03, 2026 |
SummaryBug FixImprove 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
AI DetailsTech Stack
Languages:
Javascript, Typescript
Frameworks:
Nextjs, Webpack
|
||||||
| Type resolved `cacheLife` profiles, dropping runtime asserts | unstubbable | M | No | 16.1h | 15.9h | Jul 03, 2026 |
SummaryRefactorResolve 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
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 |
SummaryRefactorSplit 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
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 |
SummaryFeatureAdd 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
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 |
SummaryFeatureAdd 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
AI Details
Confidence:
0.80
Tech Stack
Languages:
Typescript, Javascript
|
||||||
| Version Packages | github-actions | S | No | 0.3h | - | Jul 03, 2026 |
SummaryChoreVersion 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
AI DetailsTech Stack |
||||||