Pull Request Explorer
| Title | Author | Size | AI | Cycle Time | Review | Merged |
|---|---|---|---|---|---|---|
| [v6.0] fix(openai): throw on early stream error events | gr2m | XL | No | 0.8h | - | Jul 06, 2026 |
SummaryBug FixFix early stream error handling in OpenAI SDK Ensures that early error frames from OpenAI streaming responses are treated as retryable API call errors, improving reliability of retry/fallback logic. Health Assessment
Large
Low
Low
AI DetailsTech Stack
Languages:
Typescript, Javascript
|
||||||
| [v6.0] fix(ai): enforce timeout.stepMs for the whole step in streamText | gr2m | M | No | 0.9h | - | Jul 06, 2026 |
SummaryBug FixEnforce timeout for streamText step Fixes a bug where step timers were prematurely cleared, ensuring reliable timeout behavior for text streaming in the v6.0 release. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| [v6.0] fix(react): preserve chat when id is undefined | gr2m | M | No | 0.9h | - | Jul 06, 2026 |
SummaryBug FixFix React hook preserves chat state when ID undefined Ensures that passing an undefined chat ID to the useChat hook does not reset the chat instance, maintaining message and stream state across renders. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.95
Tech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| [v6.0] fix: include object type in default tool schema | gr2m | S | No | 0.9h | - | Jul 06, 2026 |
SummaryBug FixFix: include object type in default tool schema Adds explicit type: object to default tool schema so OpenAI-compatible providers accept tools with empty parameter schemas. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.75
Tech Stack
Languages:
Typescript
|
||||||
| [v6.0] fix(provider/xai): extract reasoning text from content in responses doGenerate | gr2m | M | No | 0.9h | - | Jul 06, 2026 |
SummaryBug FixFix xAI reasoning extraction in SDK Ensures the SDK correctly retrieves reasoning text from xAI API responses, preventing silent loss of reasoning data. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Javascript
|
||||||
| [v6.0] fix: preserve signed tool approval metadata across approval responses | gr2m | M | No | 1.0h | - | Jul 06, 2026 |
SummaryBug FixFix signed tool approval metadata preservation Ensures signed tool approvals are retained across user responses, preventing failures when resuming interactions. Health Assessment
Small
Low
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| [v6.0] fix: Google provider marks Gemini external HTTPS file URLs as unsupported | gr2m | M | No | 1.0h | 0.1h | Jul 06, 2026 |
SummaryBug FixFix Google provider unsupported Gemini URLs Ensures Google provider correctly handles Gemini external HTTPS file URLs, preventing unnecessary downloads and improving SDK reliability. Health Assessment
Small
Low
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| [v6.0] fix: MCP callTool hangs and leaks its response handler when an in-flight request is aborted | gr2m | M | No | 1.0h | - | Jul 06, 2026 |
SummaryBug FixFix MCP callTool hang and leak on abort Ensures that aborting an in-flight MCP tool call cleans up its response handler, preventing hangs and memory leaks. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| [v6.0] fix(ai): omit empty assistant message for data-only blocks in convertToModelMessages | gr2m | M | No | 1.0h | - | Jul 06, 2026 |
SummaryBug FixFix empty assistant message for data-only blocks Ensures convertToModelMessages does not emit empty assistant messages for data-only blocks, improving message handling and preventing unnecessary empty responses. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| [v6.0] fix(gateway): accept deprecated warnings in image, speech, transcription, and video responses | gr2m | M | No | 1.0h | - | Jul 06, 2026 |
SummaryBug FixFix gateway to accept deprecated warnings This change updates the gateway to handle deprecated warnings in image, speech, transcription, and video responses, preventing parsing errors in v6.0. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Assisted
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| [v6.0] fix(ai): return validated elements from array output parseCompleteOutput | gr2m | S | No | 1.0h | - | Jul 06, 2026 |
SummaryBug FixReturn validated elements from array output parseCompleteOutput Fixes a bug where array outputs from generateText returned unvalidated elements, ensuring schema transforms and defaults are applied. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.10
Tech Stack
Languages:
Typescript
|
||||||
| [v6.0] fix(langchain): register key mapping for tool calls emitted via messages mode for HITL interrupt matching | gr2m | L | No | 1.0h | - | Jul 06, 2026 |
SummaryBug FixFix LangChain HITL interrupt key mapping Corrects tool call mapping for LangChain HITL workflows, ensuring proper interrupt handling and preventing orphaned approval IDs. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| [v6.0] fix(langchain): reset streamEvents text between model invocations | gr2m | S | No | 1.0h | - | Jul 06, 2026 |
SummaryBug FixFix streamEvents text reset between model invocations Ensures streaming text is correctly reset for each model call, preventing appended text from previous invocations. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.10
Tech Stack
Languages:
Javascript
|
||||||
| [v6.0] fix(ui): export isDynamicToolUIPart from ai package | gr2m | XS | No | 1.0h | - | Jul 06, 2026 |
SummaryBug FixExport isDynamicToolUIPart from ai package Ensures consumers can import isDynamicToolUIPart, fixing missing export. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| [v6.0] fix: prevent streaming tool calls from finalizing on parsable partial JSON | gr2m | L | No | 0.9h | - | Jul 06, 2026 |
SummaryBug FixPrevent premature tool call finalization in streaming Fixes a security vulnerability by ensuring tool calls are only finalized after full data is received, preventing incomplete execution. This protects against partial JSON execution and improves reliability. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| [services] Fix django services when using static assets and vc dev. | dnwpark | M | No | 192.8h | 0.1h | Jul 06, 2026 |
SummaryBug FixFix Django static assets and vc dev behavior Ensures Django services bundle static assets correctly and vc dev loads entrypoints when manage.py is nested, improving deployment reliability. Health Assessment
Medium
Medium
Medium
AI Details
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| Disable `supportsImmutableAssets` with `config.output` | mischnic | M | No | 4.7h | 1.7h | Jul 06, 2026 |
SummaryBug FixDisable immutable assets for export output Disables immutable asset handling for export and standalone builds to ensure adapters run correctly, preventing runtime errors. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Typescript, Javascript
Frameworks:
Nextjs
|
||||||
| turbo-persistence: skip directory fsync on Windows | chippleh1392 | XS | No | 39.1h | 38.5h | Jul 06, 2026 |
SummaryBug FixSkip directory fsync on Windows to fix persistence Fixes commit failures on Windows by skipping directory sync, restoring dev cache functionality. Health Assessment
Small
Low
High
AI Details
Confidence:
1.00
Tech Stack
Languages:
Rust
|
||||||
| Version Packages | github-actions | XL | No | 3.6h | 3.5h | Jul 06, 2026 |
SummaryChoreVersion Packages Automated release of updated package versions to npm via Changesets action. Health Assessment
Large
Low
Low
AI Details
Confidence:
1.00
Tech Stack |
||||||
| [cli] Resolve domain projects via project-domains instead of scanning all projects | bryan-hunter | L | AI | 1.6h | 0.9h | Jul 06, 2026 |
SummaryBug FixResolve domain projects via project-domains Improves performance of domain inspection and removal commands by fetching only relevant projects, reducing latency and resource usage for large teams. Health Assessment
Large
Low
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| [cli] Dedupe global flags already present in suggested next commands | bryan-hunter | M | AI | 1.8h | 1.3h | Jul 06, 2026 |
SummaryBug FixDeduplicate global flags in CLI suggestions Prevents duplicate flags in suggested commands, ensuring accurate and conflict‑free CLI usage for developers. This improves reliability of automated suggestions during deployment workflows. Health Assessment
Medium
Low
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| [v6.0] docs(gateway): clarify BYOK behavior under ZDR filter | gr2m | XS | No | 0.2h | - | Jul 06, 2026 |
SummaryDocsClarify BYOK behavior under ZDR filter Documentation update clarifying BYOK behavior under ZDR filter for the gateway, ensuring consistent wording across releases. Health Assessment
Small
Low
Low
AI DetailsTech Stack |
||||||
| [v6.0] docs: add example to prepareCall jsdoc | gr2m | XS | No | 0.2h | - | Jul 06, 2026 |
SummaryDocsAdd example to prepareCall jsdoc Adds a JSDoc example to the prepareCall method in the ToolLoopAgentSettings type, ensuring documentation consistency across v6.0. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.80
Tech Stack
Languages:
Typescript
|
||||||
| [v6.0] docs: fix http link to https in deployment guide | gr2m | XS | No | 0.2h | - | Jul 06, 2026 |
SummaryDocsdocs: fix http link to https in deployment guide Updated the Vercel AI deployment guide to use secure HTTPS links, ensuring accurate and secure documentation for users. Health Assessment
Small
Low
Low
AI DetailsTech Stack |
||||||
| [v6.0] docs: fix middleware and message id examples | gr2m | S | No | 0.2h | - | Jul 06, 2026 |
SummaryDocsFix middleware and message ID examples Corrects documentation examples to reflect actual API behavior, reducing developer confusion and improving onboarding. Health Assessment
Small
Low
Low
AI DetailsTech Stack |
||||||
| [v6.0] docs(content): add MongoDB memory provider to agents memory page | gr2m | S | No | 0.2h | - | Jul 06, 2026 |
SummaryDocsAdd MongoDB memory provider to agents memory page Documentation update adding MongoDB memory provider to agents memory page, enabling developers to integrate MongoDB memory into AI agents. Health Assessment
Small
Low
Low
AI DetailsTech Stack |
||||||
| [v6.0] docs: add model mappings to BYOK provider options | gr2m | XS | No | 0.2h | - | Jul 06, 2026 |
SummaryDocsAdd model mappings to BYOK provider options Adds documentation for model mappings in BYOK provider options, ensuring users understand available AI Gateway service features. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.10
Tech Stack |
||||||
| [v6.0] docs: enhance 'tool.toModelOutput' description in jsdoc and docs website | gr2m | XS | No | 0.2h | - | Jul 06, 2026 |
SummaryDocsEnhance tool.toModelOutput description in docs Improves clarity of the toModelOutput API in the AI SDK, aiding developers in correctly using the function. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| [v6.0] docs(content): harmonize SAP AI Core provider documentation | gr2m | S | No | 0.2h | - | Jul 06, 2026 |
SummaryDocsHarmonize SAP AI Core provider documentation Updated documentation to reflect current SAP AI Core provider package name and description, ensuring consistency with AI SDK 5.x/6.x. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.10
Tech Stack |
||||||
| [cli] Show list help for `domains ls --help` | bryan-hunter | S | AI | 1.7h | 1.2h | Jul 06, 2026 |
SummaryBug FixShow list help for domains ls command The CLI previously displayed transfer‑in help for `domains ls --help`. This change corrects the output to show the list help, improving user experience. Health Assessment
Small
Low
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| Abort superseded Server Components HMR requests on the client | unstubbable | XL | No | 74.3h | 71.1h | Jul 06, 2026 |
SummaryBug FixAbort superseded Server Component HMR requests Improves developer experience by preventing duplicate HMR requests and console errors during rapid edits, reducing build times and debugging noise. Health Assessment
X-Large
High
Medium
AI DetailsTech Stack
Languages:
Typescript, Javascript
Frameworks:
Nextjs
|
||||||
| [ci] Add stats comment with partial stats | eps1lon | L | No | 105.5h | 103.0h | Jul 06, 2026 |
SummaryCI/CDAdd stats comment with partial stats Ensures pull‑request comments always include bundler statistics even when some jobs are cancelled, improving visibility for reviewers. Health Assessment
Medium
Medium
High
AI DetailsTech Stack
Languages:
Javascript
Frameworks:
Github-Actions
|
||||||
| [fragment-scroll] Enable new scroll handler by default | eps1lon | M | No | 117.8h | 116.3h | Jul 06, 2026 |
SummaryBug FixEnable new scroll handler by default This change fixes a bug by enabling the new scroll handler, aligning soft-navigation behavior with browser defaults and reducing focus issues. Health Assessment
Small
Low
High
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| fix(anthropic): wrap invalid tool input in object | n1ckoates | M | No | 96.9h | 96.9h | Jul 06, 2026 |
SummaryBug FixWrap invalid tool input in object Ensures Anthropic API calls never receive malformed JSON, preventing runtime errors when replaying messages. Health Assessment
Small
Low
High
AI Details
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| build: run framework detection during vc build | jeffsee55 | XL | No | 118.0h | 1.4h | Jul 06, 2026 |
SummaryFeatureAdd framework detection during Vercel build Enables optional, non‑blocking framework detection to improve build accuracy and surface mismatches, allowing teams to roll out or disable the feature via environment variables. Health Assessment
Large
Medium
Low
AI Details
Confidence:
0.80
Tech Stack
Languages:
Typescript
|
||||||
| [cli] Remove VERCEL_RESOLVE_ROOT_DIRECTORY guard | jeffsee55 | XL | No | 74.6h | 74.6h | Jul 06, 2026 |
SummaryFeatureRemove VERCEL_RESOLVE_ROOT_DIRECTORY guard Enables default monorepo subdirectory builds, simplifying CI for projects in nested directories. Health Assessment
X-Large
High
High
AI Details
Confidence:
0.80
Tech Stack
Languages:
Typescript
|
||||||
| Upgrade React from `3508aee6-20260702` to `23def8fd-20260706` | vercel-release-bot | XL | No | 0.6h | 0.6h | Jul 06, 2026 |
SummaryChoreUpgrade React to latest experimental release This PR updates the React dependency to the latest experimental version, ensuring compatibility with new features and bug fixes. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Javascript
Frameworks:
React
|
||||||
| Backport: chore(provider/gateway): update gateway model settings files v6 | github-actions | XS | No | 0.8h | 0.7h | Jul 06, 2026 |
SummaryChoreBackport: Update gateway model settings Automated update of gateway model settings to surface new models in IDE autocomplete. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| fix(dev-overlay): increase fix card grid row gap to clear floating Copy prompt button | aurorascharff | XS | No | 1.6h | 0.4h | Jul 06, 2026 |
SummaryBug FixFix dev overlay grid spacing for copy button Adjusts dev overlay grid spacing to prevent copy prompt buttons from overlapping cards, improving UI clarity. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Reviewed
Category:
Code AI
Tools:
Copilot
Confidence:
0.95
Tech Stack
Languages:
Typescript
Frameworks:
React
|
||||||
| evals: fix false-negative regex checks with the agentic LLM judge | gaojude | M | No | 88.5h | 88.5h | Jul 06, 2026 |
SummaryBug FixFix false-negative regex checks with agentic LLM judge Adjust evaluation criteria to use an agentic LLM judge for specific regex checks, improving accuracy of evals and reducing false rejections of correct solutions. Health Assessment
Medium
Low
High
AI Details
Confidence:
0.80
Tech Stack
Languages:
Javascript, Typescript
|
||||||
| trace-viewer: Support string span ids in nextjs trace backend | mischnic | S | No | 2.8h | 2.8h | Jul 06, 2026 |
SummaryFeatureAdd support for string span IDs in trace backend The trace viewer now supports CLI-generated traces that use UUID span IDs. This allows developers to debug Vercel CLI diagnostics more effectively. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Rust
|
||||||
| [cli] Emit agent-output JSON when `vercel list <project>` does not resolve | bryan-hunter | M | AI | 20.1h | 13.2h | Jul 06, 2026 |
SummaryFeatureEmit JSON error for unresolved list projects Provides structured JSON error for non‑interactive Vercel CLI list failures, enabling agents to detect and recover. Suggests actionable commands to locate or link projects. Health Assessment
Medium
Low
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| fix(bedrock): wrap invalid tool input in object | n1ckoates | L | No | 113.8h | 18.3h | Jul 06, 2026 |
SummaryBug FixWrap invalid Bedrock tool input in object Fixes Bedrock API errors caused by malformed tool calls, improving reliability for persisted conversations. Health Assessment
Large
Medium
Medium
AI DetailsTech Stack
Languages:
Typescript
Frameworks:
Nextjs
|
||||||
| Backport: feat(alibaba): support wan2.7 text-to-video and reference-to-video models | github-actions | XL | No | 87.1h | 87.1h | Jul 06, 2026 |
SummaryFeatureBackport support for Alibaba wan2.7 video models Adds support for Alibaba's wan2.7 text‑to‑video and reference‑to‑video models to the v6.0 release, enabling new video generation capabilities for users. Health Assessment
Large
Medium
Medium
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| ci: bump the github-actions group across 1 directory with 4 updates | dependabot | M | No | 123.6h | 119.3h | Jul 06, 2026 |
SummaryCI/CDUpdate GitHub Actions dependencies Bumps four GitHub Actions to latest versions, ensuring CI workflows use up-to-date tooling. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Yaml
Frameworks:
Github-Actions
|
||||||
| docs: backport MLflow video embed fix | gr2m | S | No | 160.8h | - | Jul 06, 2026 |
SummaryDocsBackport MLflow video embed fix Fixes video embedding in MLflow documentation, improving clarity for users. Health Assessment
Small
Low
Low
AI DetailsTech Stack |
||||||
| [v6.0] fix: Raw `JSON.parse` used in production provider code (prototype pollution risk) | lgrammel | M | No | 0.8h | 0.8h | Jul 06, 2026 |
SummaryBug FixFix prototype pollution risk in provider JSON parsing Replaces insecure JSON.parse calls in provider code with a secure parser, preventing prototype pollution attacks and ensuring safer handling of LLM responses. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.10
Tech Stack
Languages:
Typescript
|
||||||
| [v6.0] fix: extractJsonMiddleware removes valid leading space from final streamed suffix | lgrammel | M | No | 0.8h | 0.8h | Jul 06, 2026 |
SummaryBug FixFix extractJsonMiddleware whitespace handling Ensures streamed JSON responses preserve leading whitespace, preventing incorrect text concatenation in client streams. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| [v6.0] fix: normalize bare Anthropic API base URL to avoid missing /v1 path | lgrammel | M | AI | 0.8h | 0.8h | Jul 06, 2026 |
SummaryBug FixNormalize Anthropic API base URL Fixes issue with bare Anthropic API URLs missing /v1 path, ensuring correct API calls. Health Assessment
Small
Low
Low
AI Details
Usage:
AI Assisted
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Javascript, Typescript
|
||||||
| [v6.0] fix: embedMany over-batches @ai-sdk/google embedding models | lgrammel | S | No | 0.9h | 0.9h | Jul 06, 2026 |
SummaryBug FixFix embedMany batch size for Google Gemini Corrects oversized embedding batches to comply with Gemini API limit, preventing 400 errors and ensuring reliable embedding functionality. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.80
Tech Stack
Languages:
Typescript
|
||||||