Pull Request Explorer
| Title | Author | Size | AI | Cycle Time | Review | Merged |
|---|---|---|---|---|---|---|
| [backport] Turbopack: switch from base40 to base38 hash encoding | mischnic | XL | No | 1.3h | 1.2h | May 19, 2026 |
SummaryRefactorSwitch Turbopack hash encoding to base38 Updates Turbopack's hash encoding to remove problematic characters, improving compatibility and consistency. Health Assessment
X-Large
Low
Low
AI Details
Confidence:
0.95
Tech Stack
Languages:
Rust, Typescript
|
||||||
| docs: update agent test guidance | timneutkens | S | No | 11.1h | 0.2h | May 19, 2026 |
SummaryDocsUpdate agent test guidance Clarifies agent testing instructions by removing outdated shortcut guidance and directing users to explicit scripts and CI reproduction steps. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.75
Tech Stack |
||||||
| [backport] Fix server action forwarding loop with middleware rewrites | unstubbable | M | No | 16.4h | 2.0h | May 19, 2026 |
SummaryBug FixFix server action forwarding loop Fixes a server action forwarding loop bug, ensuring middleware rewrites work correctly and preventing potential infinite loops that could degrade performance. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Typescript, Javascript
Frameworks:
Nextjs
|
||||||
| [backport] Encode non-ASCII characters in cache tags at construction | unstubbable | L | No | 16.4h | 2.0h | May 19, 2026 |
SummaryBug FixEncode non-ASCII characters in cache tags Fixes issue with non-ASCII characters in cache tags causing ISR crashes, ensuring stable caching for internationalized content. Health Assessment
Medium
Low
Low
AI Details
Confidence:
0.80
Tech Stack
Languages:
Typescript, Javascript
Frameworks:
Nextjs
|
||||||
| [backport] Fix catch-all `router.query` corruption with `basePath` + `rewrites` | unstubbable | M | No | 16.4h | 2.0h | May 19, 2026 |
SummaryBug FixFix router.query corruption with basePath and rewrites This fix ensures that client-side navigation correctly preserves query parameters when using basePath and rewrites, preventing broken page loads and improving user experience. By addressing a subtle edge case in the router, it reduces potential bugs in production deployments. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Javascript, Typescript
Frameworks:
Nextjs, React
|
||||||
| Backport: feat(cerebras): add chat language model provider | github-actions | XL | No | 0.7h | 0.1h | May 19, 2026 |
SummaryFeatureBackport: add chat language model provider Adds a new Cerebras chat language model provider, enabling structured JSON responses for AI models. Health Assessment
X-Large
Low
Low
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| refactor(ai): introduce agent UI message generic | gr2m | S | No | 5.7h | 178.3h | May 19, 2026 |
SummaryRefactorRefactor: Introduce UI message generic Simplifies agent UI stream implementation by adding a generic, reducing code duplication and improving type safety, accelerating future feature development. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Assisted
Category:
Code AI
Tools:
Cursor
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| feat(cerebras): add chat language model provider | aayush-kapoor | XL | No | 5.2h | 0.1h | May 19, 2026 |
SummaryFeatureAdd Cerebras chat language model provider Adds support for Cerebras chat models, enabling structured JSON output handling and preventing infinite tool call loops, improving reliability for users integrating Cerebras. Health Assessment
Large
Low
Low
AI Details
Confidence:
0.80
Tech Stack
Languages:
Typescript
|
||||||
| Backport: fix(cerebras): serialize reasoning parts as 'reasoning' on assistant messages | github-actions | M | No | 0.2h | 0.0h | May 19, 2026 |
SummaryBug FixBackport: fix reasoning serialization in Cerebras provider Ensures assistant messages correctly serialize reasoning parts, improving compatibility with OpenAI-compatible SDK. Health Assessment
Medium
Low
Low
AI Details
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| fix(cerebras): serialize reasoning parts as 'reasoning' on assistant messages | aayush-kapoor | M | No | 7.4h | 7.4h | May 19, 2026 |
SummaryBug FixFix cerebras reasoning serialization Ensures compatibility with Cerebras chat-completions API by correctly mapping assistant reasoning field, preventing runtime errors and improving reliability for users integrating Cerebras models. Health Assessment
Medium
Low
Medium
AI Details
Confidence:
0.75
Tech Stack
Languages:
Typescript
|
||||||
| [static-build] Support Vite Environments API for SSR projects | jeffsee55 | XL | AI | 24.5h | 24.2h | May 19, 2026 |
SummaryFeatureSupport Vite Environments API for SSR This PR adds support for Vite environments API, allowing SSR projects to correctly map server and client outputs. It ensures server functions are deployed as NodejsLambda, fixing broken SSR behavior for meta‑frameworks. Health Assessment
X-Large
High
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Typescript, Javascript
|
||||||
| [remix] Serve react-router prerendered routes from static files | jeffsee55 | L | No | 2.9h | 2.7h | May 19, 2026 |
SummaryBug FixServe react-router prerendered routes from static files Ensures prerendered routes are served from static files instead of SSR functions, improving performance and reducing server load. Health Assessment
Large
Low
Low
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| ci: speed build build-examples job | gr2m | S | No | 0.2h | - | May 18, 2026 |
SummaryHealth AssessmentAI DetailsTech Stack |
||||||
| ci: notifiy about failures on `main` and release branches | gr2m | S | No | 0.2h | - | May 18, 2026 |
SummaryHealth AssessmentAI DetailsTech Stack |
||||||
| Rename TaskExecutionReason::Initial to Root | sokra | XS | No | 3.8h | 3.8h | May 18, 2026 |
SummaryRefactorRename TaskExecutionReason::Initial to Root Improves clarity of task scheduling semantics, reducing confusion for developers. Health Assessment
Small
Low
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Rust
|
||||||
| ci: delete obsolete discussion workflows | gr2m | M | No | 0.5h | - | May 18, 2026 |
SummaryHealth AssessmentAI DetailsTech Stack |
||||||
| Yav/redesign unrendered segment overlay followup | yavorpunchev | S | No | 0.0h | 0.0h | May 18, 2026 |
SummaryChoreAdd Storybook example for unrendered segment overlay Adds a Storybook story for the unrendered-segment instant validation error, making it easier to review in isolation. Also applies minor UI polish tweaks to the code snippet presentation. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.10
Tech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| Version Packages | github-actions | S | No | 0.6h | 0.6h | May 18, 2026 |
SummaryChoreVersion Packages Automates publishing of updated SDK packages to npm, enabling timely releases. Health Assessment
Small
Low
Low
AI DetailsTech Stack |
||||||
| ci: gate RSC Playwright tests | gr2m | S | No | 2.4h | 0.1h | May 18, 2026 |
SummaryCI/CDGate RSC Playwright tests in CI Skip unnecessary Playwright installs for non‑RSC PRs, improving CI speed. Health Assessment
Small
Low
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Cursor
Confidence:
0.95
Tech Stack
Languages:
Yaml, Javascript
Frameworks:
Github-Actions
|
||||||
| ci: narrow PR test node matrix | gr2m | S | No | 2.2h | - | May 18, 2026 |
SummaryCI/CDNarrow PR test node matrix to Node 22 Reduces CI compute time by limiting test matrix to Node 22 for most PRs, cutting runtime and cost. 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: shard ai and codemod tests | gr2m | M | No | 2.2h | 1.6h | May 18, 2026 |
SummaryCI/CDci: shard ai and codemod tests Sharding AI and codemod tests reduces CI run times, improving developer productivity and lowering infrastructure costs. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Assisted
Category:
Code AI
Tools:
Cursor
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| Backport: fix(google-vertex): propagate project-id set in provider instance creation | github-actions | M | No | 0.2h | 0.1h | May 18, 2026 |
SummaryBug FixBackport: fix google-vertex project-id propagation Ensures project ID set during provider creation is correctly propagated, maintaining consistency across releases. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Assisted
Category:
Code AI
Tools:
Cursor
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| bump minimal node version to 22 | gr2m | XL | No | 3.5h | 0.2h | May 18, 2026 |
SummaryChoreBump minimal node version to 22 Update Node.js runtime to the latest LTS, ensuring compatibility and security after Node 20 EOL, while maintaining CI stability. Health Assessment
X-Large
Medium
Medium
AI Details
Usage:
AI Assisted
Category:
Code AI
Tools:
Cursor
Confidence:
0.95
Tech Stack
Languages:
Typescript
Frameworks:
Nextjs
|
||||||
| Backport: fix(@ai-sdk/togetherai): omit seed from request body when undefined | github-actions | S | No | 0.7h | 0.1h | May 18, 2026 |
SummaryBug FixBackport: omit seed from request body Fixes API errors caused by sending an undefined seed to models that do not support it, improving reliability for developers using the Together AI SDK. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| Version Packages | github-actions | M | No | 2.2h | 2.2h | May 18, 2026 |
SummaryChoreAutomated package versioning and release Automates publishing of updated packages to npm, ensuring consistent versioning across the monorepo. Health Assessment
Medium
Low
Low
AI DetailsTech Stack |
||||||
| Version Packages (canary) | github-actions | XL | No | 2.2h | 2.2h | May 18, 2026 |
SummaryChoreAutomate Canary Package Releases Enables automated publishing of canary releases for all AI SDK packages via the Changesets action, streamlining the release workflow. Health Assessment
Large
Low
Low
AI Details
Confidence:
0.95
Tech Stack |
||||||
| Version Packages | github-actions | L | No | 2.0h | 2.0h | May 18, 2026 |
SummaryChoreAutomated Package Release Packages are automatically published to npm, ensuring customers receive the latest updates. Health AssessmentAI DetailsTech Stack |
||||||
| fix(google-vertex): propagate project-id set in provider instance creation | aayush-kapoor | M | No | 2.9h | 2.9h | May 18, 2026 |
SummaryBug FixPropagate project-id to auth token generator Fixes bug where project ID was not passed to auth token generator when googleAuthOptions omitted, ensuring correct authentication for Google Vertex API. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| fix(deps): update dependencies | gr2m | XL | No | 3.7h | 1.2h | May 18, 2026 |
SummaryHealth AssessmentAI DetailsTech Stack |
||||||
| test(ai): share Vitest config | gr2m | M | No | 1.6h | - | May 18, 2026 |
SummaryRefactorShare Vitest config across node and edge Consolidates duplicate Vitest configuration for node and edge environments, simplifying maintenance and ensuring consistent test behavior. Health Assessment
Medium
Low
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Cursor
Confidence:
0.95
Tech Stack
Languages:
Javascript
|
||||||
| [cli] Add icon + colors to vercel connect create | tonypan2 | XL | AI | 69.6h | 68.8h | May 18, 2026 |
SummaryFeatureAdd icon and color flags to Connect create Enables branding of Connect integrations via CLI, improving user experience and consistency. Health Assessment
X-Large
High
High
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| Eval next.config export functions in the try catch | lukesandberg | M | No | 66.2h | 63.4h | May 18, 2026 |
SummaryBug FixMove next.config evaluation into try-catch Ensures helpful error links when next.config export functions throw, improving developer experience. Health Assessment
Medium
Low
High
AI DetailsTech Stack
Languages:
Typescript, Javascript
Frameworks:
Nextjs
|
||||||
| Include framework slug in output/config.json | mischnic | M | No | 6.2h | 1.4h | May 18, 2026 |
SummaryFeatureAdd framework slug to output config Enables accurate framework identification for deployments, improving tooling and analytics. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.20
Tech Stack
Languages:
Typescript
Frameworks:
Nextjs, Remix
|
||||||
| fix(@ai-sdk/togetherai): omit seed from request body when undefined | Mmartinrusso | S | No | 310.8h | 18.7h | May 18, 2026 |
SummaryBug FixOmit undefined seed from TogetherAI request Prevents errors when sending unsupported seed parameter to TogetherAI models, improving reliability. Health Assessment
Small
Low
Medium
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| feat(vue): add useChat composable | posva | L | No | 3.6h | 0.2h | May 18, 2026 |
SummaryFeatureAdd useChat composable for Vue SDK Provides a reactive chat composable that simplifies integration and improves developer experience for Vue applications. Health Assessment
Large
Low
Low
AI Details
Confidence:
0.80
Tech Stack
Languages:
Typescript
Frameworks:
Vue
|
||||||
| docs(gateway): clarify BYOK behavior under ZDR filter | jerilynzheng | XS | AI | 1.3h | 1.2h | May 18, 2026 |
SummaryDocsdocs: clarify BYOK behavior under ZDR filter Clarifies how BYOK credentials are handled when the Zero Data Retention filter is enabled, improving documentation for users and developers. Health Assessment
Small
Low
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack |
||||||
| ci: reuse package builds in test jobs | gr2m | M | No | 0.7h | 0.7h | May 18, 2026 |
SummaryCI/CDReuse package builds in CI test jobs Build packages once, share artifacts, and run tests faster, cutting CI runtime and cost. 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
|
||||||
| feat(provider-utils): add `readFile` and `writeFile` plus convenience wrappers to `Experimental_Sandbox` abstraction | felixarntz | XL | No | 68.5h | 63.4h | May 18, 2026 |
SummaryFeatureAdd file I/O methods to Experimental_Sandbox Enables tools to read and write files without wrapping in shell commands, improving binary content handling and type safety. Health Assessment
Large
Medium
Low
AI Details
Confidence:
0.80
Tech Stack
Languages:
Javascript
|
||||||
| Backport: chore(provider/gateway): update gateway model settings files v6 | github-actions | S | No | 0.4h | 0.1h | May 18, 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.95
Tech Stack
Languages:
Typescript
|
||||||
| chore(provider/gateway): update gateway model settings files | github-actions | S | No | 0.2h | 0.1h | May 18, 2026 |
SummaryChoreUpdate gateway model settings files Automated update of gateway model settings to surface new models in IDE autocomplete. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| Backport: chore(provider/gateway): update gateway model settings files v5 | github-actions | S | No | 0.2h | 0.1h | May 18, 2026 |
SummaryChoreUpdate gateway model settings files Automated update of gateway model settings to surface new models in IDE autocomplete. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.10
Tech Stack
Languages:
Typescript
|
||||||
| [services] Allow builder V2 to expose startDevServer. | dnwpark | S | No | 90.6h | 0.5h | May 18, 2026 |
SummaryFeatureAllow builder V2 to expose startDevServer Enables developers to start a development server directly from Builder V2, improving local development workflow. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| [backport] Patch `playwright-core` to resolve `_finishedPromise` on `requestFailed` | unstubbable | S | No | 1.2h | 1.2h | May 18, 2026 |
SummaryBug FixPatch playwright-core to resolve _finishedPromise on requestFailed Backports a fix from issue #93802 to the next.js repository, ensuring request failures are handled correctly in the Playwright core dependency. Health Assessment
Small
Low
Low
AI DetailsTech Stack |
||||||
| [CLI] adding auto updating feature | Melkeydev | L | No | 59.9h | 0.1h | May 18, 2026 |
SummaryFeatureAdd auto updating feature to CLI Enables users to opt‑in for automatic CLI updates, reducing manual upgrade effort and ensuring they always run the latest version. Health Assessment
Large
Medium
Low
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| [CLI] Adding telemetry matching with active plugin sessions | Melkeydev | M | No | 60.3h | 59.3h | May 18, 2026 |
SummaryFeatureAdd CLI telemetry for active plugin sessions Enables the Vercel CLI to detect and report active plugin sessions, improving telemetry accuracy and user insights. Health Assessment
Medium
Low
Medium
AI Details
Confidence:
0.10
Tech Stack
Languages:
Typescript
|
||||||
| Distinguish in-navigation errors in the instant error overlay | aurorascharff | XL | No | 102.5h | 11.1h | May 18, 2026 |
SummaryFeatureDistinguish in‑navigation errors in the instant error overlay Adds clearer error messages for navigation versus initial render and clears stale warnings on route change, improving developer experience and reducing noise in the dev overlay. Health Assessment
X-Large
High
Medium
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Cursor, Copilot
Confidence:
0.95
Tech Stack
Languages:
Typescript, Javascript
Frameworks:
Nextjs, React
|
||||||
| [vercel-cli] Rename dashboard URL in vc connex open: /connex → /connect | tonypan2 | S | No | 163.0h | 145.0h | May 18, 2026 |
SummaryBug FixRename Connex dashboard URL to /connect Updates the Vercel CLI to open the new dashboard URL for Connex clients, ensuring the tool remains functional after the dashboard rename. Health Assessment
Small
Low
High
AI Details
Confidence:
0.20
Tech Stack
Languages:
Typescript
|
||||||
| Pass projectDir to adapter modifyConfig | mischnic | S | No | 0.8h | 0.5h | May 18, 2026 |
SummaryFeaturePass projectDir to adapter modifyConfig Adds project directory context to adapter modifyConfig, enabling adapters to resolve paths and apply directory‑specific configuration logic, improving reliability. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.80
Tech Stack
Languages:
Typescript
|
||||||
| [test] split `og-api` test suite into default and standalone variants | unstubbable | S | No | 2.4h | 1.3h | May 18, 2026 |
SummaryRefactorSplit og-api test suite into default and standalone variants Separates the og-api end‑to‑end tests into a default mode and a standalone mode, enabling the standalone variant to run with the correct output configuration and preventing build crashes on Vercel deployments. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.95
Tech Stack
Languages:
Javascript, Typescript
Frameworks:
Nextjs
|
||||||
| Add Vercel Flags split command | chriswdmr | XL | No | 118.5h | 118.3h | May 18, 2026 |
SummaryFeatureAdd Vercel Flags split command Adds a CLI command to configure weighted flag splits, enabling interactive or scripted flag traffic management. Health Assessment
X-Large
High
High
AI Details
Confidence:
0.80
Tech Stack
Languages:
Typescript, Javascript
|
||||||