Pull Request Explorer
| Title | Author | Size | AI | Cycle Time | Review | Merged |
|---|---|---|---|---|---|---|
| fix: Bedrock Claude Opus structured output fails after multi-step tool calls | aayush-kapoor | L | AI | 2.1h | 0.9h | Jul 14, 2026 |
SummaryBug FixFix Bedrock Claude Opus structured output failure Corrects malformed structured output from Bedrock Claude Opus, ensuring reliable tool call results and preventing errors in AI workflows. Health Assessment
Large
Low
Low
AI Details
Usage:
AI Assisted
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| docs: update contribution guidance | gr2m | M | No | 192.8h | 5.0h | Jul 14, 2026 |
SummaryDocsUpdate contribution guidance and issue templates This PR updates contribution documentation and issue templates to improve quality of contributions, clarify expectations, and streamline feedback processes. Health Assessment
Medium
Medium
Medium
AI Details
Confidence:
0.10
Tech Stack
Languages:
Yaml
|
||||||
| chore(provider/gateway): update gateway model settings files | github-actions | S | No | 0.2h | 0.0h | Jul 14, 2026 |
SummaryChoreUpdate gateway model settings files Automated update of gateway model settings to surface newly released gateway models in IDE autocomplete suggestions. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| Backport: chore(provider/gateway): update gateway model settings files v6 | github-actions | S | No | 0.1h | 0.0h | Jul 14, 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
|
||||||
| Backport: chore(provider/gateway): update gateway model settings files v5 | github-actions | S | No | 0.1h | 0.0h | Jul 14, 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.10
Tech Stack
Languages:
Typescript
|
||||||
| [v5.0] fix: process crash when a model stream errors during asynchronous tool execution | lgrammel | M | No | 1.2h | - | Jul 14, 2026 |
SummaryBug FixFix process crash on model stream error Prevents Node.js process crashes caused by tool execution errors during model streaming, improving reliability for AI services. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| chore: delete unused bundled tsup config file | n1ckoates | S | No | 15.3h | 13.9h | Jul 14, 2026 |
SummaryChoreDelete unused bundled tsup config file Removed an unused compiled tsup config file that was accidentally added, cleaning up the repository. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Javascript
|
||||||
| feat(cli): add finer-grained vc.doBuild spans | brookemosby | M | No | 19.8h | 0.8h | Jul 14, 2026 |
SummaryFeatureAdd finer-grained vc.doBuild spans Adds detailed Datadog tracing spans for build steps, improving visibility into build performance and enabling faster diagnostics. Health Assessment
Small
Low
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Cursor
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| [v5.0] fix: UI message validation rejects persisted assistant responses with empty parts | lgrammel | M | No | 0.2h | - | Jul 14, 2026 |
SummaryBug FixFix UI message validation for empty assistant parts Ensures persisted chats remain loadable by allowing empty assistant message parts while maintaining validation for other message types. This prevents crashes during chat restoration. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.10
Tech Stack
Languages:
Typescript
|
||||||
| fix: unhandled controller-closed crash when model streams fail during asynchronous tool execution | lgrammel | M | No | 4.2h | - | Jul 14, 2026 |
SummaryBug FixFix crash on model stream failure during tool execution This fix prevents Node.js process crashes caused by unhandled controller-closed rejections when model streams fail during asynchronous tool execution, ensuring more robust error handling and stable operation. The change adds safe handling for tool-result stream closures and improves regression coverage. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| [v6.0] fix: UI message validation rejects persisted assistant responses with empty parts | lgrammel | M | No | 0.1h | - | Jul 14, 2026 |
SummaryBug FixFix UI message validation for empty assistant parts Prevents crashes when loading chats with empty assistant responses, improving reliability for users. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| Add Server Action tracing to Request Insights | timneutkens | XS | No | 2.1h | - | Jul 14, 2026 |
SummaryFeatureAdd Server Action tracing to Request Insights Adds OpenTelemetry tracing for Server Actions, enabling developers to see action names, source files, duration, and status in Request Insights, improving performance diagnostics and reducing unexplained latency. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.80
Tech Stack
Languages:
Typescript
Frameworks:
Nextjs
|
||||||
| fix: UI message validation rejects persisted assistant responses with empty parts | lgrammel | M | No | 1.7h | - | Jul 14, 2026 |
SummaryBug FixFix UI validation for empty assistant parts Prevents crashes when loading persisted chats with empty assistant responses, improving reliability for users. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.75
Tech Stack
Languages:
Typescript
|
||||||
| [v5.0] fix: Effect Standard Schema classes fail as message metadata validators | lgrammel | S | No | 0.2h | - | Jul 14, 2026 |
SummaryBug FixFix Standard Schema validator failure Corrects validation of message metadata, ensuring callable schema classes are handled correctly and preventing runtime errors. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.20
Tech Stack
Languages:
Typescript
|
||||||
| [v6.0] fix: Effect Standard Schema classes fail as message metadata validators | lgrammel | M | No | 0.9h | - | Jul 14, 2026 |
SummaryBug FixFix Effect Standard Schema validator failure Corrects validation of message metadata schemas, ensuring reliable message processing and preventing runtime errors. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.80
Tech Stack
Languages:
Typescript
|
||||||
| fix: DevTools viewer fails to launch from monorepo apps with only a transitive dependency | lgrammel | M | No | 1.5h | - | Jul 14, 2026 |
SummaryBug FixFix DevTools launch in monorepo apps Ensures DevTools viewer can start from monorepo apps that only depend transitively on DevTools, improving developer experience and preventing launch failures. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| docs: revalidateTag with expire zero, for route handlers | icyJoseph | S | No | 2.4h | 1.9h | Jul 14, 2026 |
SummaryDocsdocs: revalidateTag with expire zero for route handlers Adds clarification in documentation for revalidateTag usage with zero expiration in route handlers, improving developer guidance. Health Assessment
Small
Low
Low
AI DetailsTech Stack |
||||||
| docs: Improve immutable static docs | mischnic | XS | No | 5.2h | 3.3h | Jul 14, 2026 |
SummaryDocsImprove immutable static docs Updated documentation to clarify immutable static asset usage, improving developer understanding. Health Assessment
Small
Low
Low
AI DetailsTech Stack |
||||||
| Add React sync development skill | timneutkens | M | No | 134.5h | 10.8h | Jul 14, 2026 |
SummaryFeatureAdd React sync development skill Enables repeatable React build and sync workflow for Next.js, improving testing reliability and reducing manual setup. Health Assessment
Medium
Medium
Medium
AI DetailsTech Stack
Languages:
Shell
|
||||||
| docs: useSearchParams example stray link | icyJoseph | XS | No | 2.3h | 2.3h | Jul 14, 2026 |
SummaryDocsFix stray link in useSearchParams docs Corrects a self-referential link in the useSearchParams documentation, improving clarity for developers. Ensures developers find accurate navigation within the docs. Health Assessment
Small
Low
Low
AI DetailsTech Stack |
||||||
| fix: Effect Standard Schema classes fail as message metadata validators | lgrammel | M | No | 1.8h | - | Jul 14, 2026 |
SummaryBug FixFix schema validator failure for message metadata This fix resolves a bug where message metadata schemas were incorrectly rejected, ensuring reliable validation of metadata in AI function calls and preventing runtime errors. By allowing standard schema validators to operate correctly, the system maintains stability and improves developer experience. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.10
Tech Stack
Languages:
Typescript
|
||||||
| Upgrade to swc 73 | mischnic | M | No | 23.1h | 9.2h | Jul 14, 2026 |
SummaryChoreUpgrade to swc 73 Upgrades the SWC compiler to version 73, bringing performance improvements and new features to the Next.js build process. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Rust
|
||||||
| fix(cli): exclude vercel.ts config variants from static serving | blurrah | S | No | 117.1h | 5.0h | Jul 14, 2026 |
SummaryBug FixExclude vercel.ts config variants from static serving Fixes CLI to prevent vercel.ts config files from being served as static assets, matching JSON config exclusion behavior. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| Version Packages | github-actions | S | No | 0.4h | 0.3h | Jul 14, 2026 |
SummaryChoreAutomated package version bump for release Automates publishing of updated packages to npm, enabling seamless releases. Health Assessment
Small
Low
Low
AI DetailsTech Stack |
||||||
| Version Packages | github-actions | S | AI | 6.9h | 6.7h | Jul 14, 2026 |
SummaryChoreVersion Packages Updates changelogs and package versions for Bytedance and Harness Claude Code packages, preparing them for npm release. Health Assessment
Small
Low
Low
AI Details
Category:
Code AI
Tech Stack |
||||||
| Backport: feat (provider/bytedance): add Seedream image model support | github-actions | XL | No | 0.4h | 0.4h | Jul 14, 2026 |
SummaryFeatureBackport: Add Seedream image model support Adds support for Seedream image model in ByteDance provider, expanding image generation options for developers and end users. Health Assessment
X-Large
Low
Low
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| [cli] skip coding agents setup tests on macOS | jeffsee55 | S | No | 0.4h | 0.1h | Jul 14, 2026 |
SummaryTestSkip coding agents setup tests on macOS The change temporarily skips a failing macOS test to prevent CI timeouts. Coverage on Linux and Windows remains intact, ensuring overall test reliability. Health Assessment
Small
Low
Low
AI Details
Confidence:
1.00
Tech Stack
Languages:
Typescript
|
||||||
| feat (provider/bytedance): add Seedream image model support | shaper | XL | No | 51.6h | 0.1h | Jul 14, 2026 |
SummaryFeatureAdd Seedream image model support Adds image generation capability to the ByteDance provider, enabling new user-facing image creation features and expanding the SDK’s media support. Health Assessment
Large
Medium
Low
AI Details
Usage:
AI Assisted
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| [deferred] fix(cli): preserve project context in retry commands | bryan-hunter | XS | No | 5.1h | - | Jul 14, 2026 |
SummaryBug FixFix CLI retry context preservation Ensures retry and confirmation commands retain the original project context, reducing the risk of mis‑targeted deployments. Improves reliability for teams with shared project names. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.95
Tech Stack |
||||||
| [turbopack] Switch `make_production_chunks` to use floats | sampoder | S | No | 0.7h | 0.3h | Jul 13, 2026 |
SummaryRefactorSwitch production chunking to use floats Improves diff readability for production chunking changes, simplifying maintenance. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.10
Tech Stack
Languages:
Rust
|
||||||
| [CLI] Adding more agentic friendliness for vc env commands | Melkeydev | XL | No | 22.7h | 20.1h | Jul 13, 2026 |
SummaryFeatureImprove CLI env command agent friendliness Enhances Vercel CLI to better support agents adding multiple environment variables, improving automation and user experience. Health Assessment
X-Large
Medium
Medium
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Javascript
|
||||||
| fix(cli): make native-trampoline test version-agnostic, fix VERCEL_VC_NATIVE leak | jeffsee55 | M | No | 0.0h | - | Jul 13, 2026 |
SummaryBug FixFix CLI native-trampoline test and VERCEL_VC_NATIVE leak This hotfix resolves a test failure that blocked other PRs, ensuring CLI version compatibility and preventing environment leaks that could cause build failures. By making the test version-agnostic and cleaning environment variables, it stabilizes CI pipelines and improves reliability. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Javascript, Typescript
|
||||||
| fix(ci): install Go toolchain for packages depending on ipc-proxy and harden Go download | jeffsee55 | L | No | 2.0h | 0.3h | Jul 13, 2026 |
SummaryBug FixInstall Go toolchain for IPC proxy packages Ensures CI builds for CLI packages by installing Go and improving download reliability, eliminating flaky macOS build failures. Health Assessment
Medium
Low
Low
AI Details
Confidence:
0.80
Tech Stack
Languages:
Javascript, Typescript
|
||||||
| fix(harness-claude-code): add ToolSearch to claude code builtin tools | aayush-kapoor | S | AI | 0.7h | 0.6h | Jul 13, 2026 |
SummaryBug FixAdd ToolSearch to Claude code builtin tools Fixes tool lookup error in Claude code harness, ensuring ToolSearch is recognized and preventing NoSuchToolError during CLI usage. Health Assessment
Small
Low
Low
AI Details
Category:
Code AI
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| Version Packages | github-actions | S | No | 0.1h | 0.0h | Jul 13, 2026 |
SummaryChoreVersion Packages This PR updates package versions and changelogs for a release, enabling automatic publishing to npm. Health Assessment
Small
Low
Low
AI DetailsTech Stack |
||||||
| [connect] Document per-issuance tokenId on ConnectTokenResponse | yasoobrasheed | XS | AI | 0.3h | 0.2h | Jul 13, 2026 |
SummaryFeatureDocument per-issuance tokenId on ConnectTokenResponse Adds a stable tokenId field to the Connect token response, enabling better correlation of tokens with usage data for observability and billing. Health Assessment
Small
Low
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| Version Packages | github-actions | L | AI | 0.3h | 0.2h | Jul 13, 2026 |
SummaryChoreVersion Packages Updates package versions and changelogs across the monorepo, ensuring consistency before publishing. Health Assessment
Large
Low
Low
AI Details
Category:
Code AI
Tech Stack |
||||||
| Backport: fix(provider/amazon-bedrock): translate eager_input_streaming into the fine-grained-tool-streaming beta for Anthropic models | github-actions | M | No | 0.4h | 0.0h | Jul 13, 2026 |
SummaryBug FixBackport fix for Amazon Bedrock provider This backport updates the Amazon Bedrock provider to use the fine-grained tool streaming beta for Anthropic models, ensuring compatibility with the release-v6.0 branch. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Typescript
|
||||||
| feat(ai): group orphaned tool calls after tool approvals under parent span | aayush-kapoor | M | AI | 0.9h | 0.8h | Jul 13, 2026 |
SummaryFeatureGroup orphaned tool calls under parent span Improves observability of AI tool calls by grouping orphaned spans under a common parent, enhancing traceability and debugging for developers. Health Assessment
Medium
Low
Low
AI Details
Usage:
AI Assisted
Category:
Code AI
Tools:
ChatGPT
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| fix(provider/amazon-bedrock): translate eager_input_streaming into the fine-grained-tool-streaming beta for Anthropic models | R-Taneja | M | No | 0.2h | 0.1h | Jul 13, 2026 |
SummaryBug FixFix Bedrock provider streaming translation Corrects Bedrock provider to translate eager_input_streaming to fine-grained-tool-streaming beta, restoring compatibility with Anthropic API and preventing 400 errors. Health Assessment
Medium
Low
Low
AI Details
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| Version Packages | github-actions | XL | AI | 1.6h | 1.6h | Jul 13, 2026 |
SummaryChoreVersion Packages Updates changelogs and package.json versions for multiple packages, preparing them for release. Health Assessment
Large
Low
Low
AI Details
Category:
Code AI
Confidence:
0.20
Tech Stack |
||||||
| Version Packages | github-actions | S | No | 2.2h | - | Jul 13, 2026 |
SummaryChoreVersion Packages Automates publishing of packages to npm when merged, enabling a streamlined release process. Health Assessment
Small
Low
Low
AI DetailsTech Stack |
||||||
| fix: reject empty OpenAI, Anthropic, and Replicate base URLs with a helpful error | gr2m | L | No | 3.8h | 1.8h | Jul 13, 2026 |
SummaryBug FixReject empty base URLs with helpful error This change validates base URLs for OpenAI, Anthropic, and Replicate providers, preventing runtime errors caused by empty configurations. It improves developer experience by providing clear, factory‑time error messages. Health Assessment
Large
Low
Low
AI Details
Confidence:
0.50
Tech Stack
Languages:
Typescript
|
||||||
| feat(gateway): streaming transcription via GatewayTranscriptionModel.doStream | kkdawkins | XL | No | 74.7h | 73.4h | Jul 13, 2026 |
SummaryFeatureAdd streaming transcription via GatewayTranscriptionModel Enables real‑time transcription streaming through the AI Gateway, improving latency and integration for supported models. Health Assessment
Large
High
High
AI Details
Confidence:
0.80
Tech Stack
Languages:
Typescript
|
||||||
| Fix termination handling | lukesandberg | L | No | 73.0h | 68.6h | Jul 13, 2026 |
SummaryBug FixFix termination handling in TypeScript CLI Improves responsiveness to interruption and optimizes type-checking in Next.js Health Assessment
Medium
Low
Low
AI Details
Confidence:
0.80
Tech Stack
Languages:
Javascript, Typescript
Frameworks:
Nextjs
|
||||||
| feat(provider-utils): experimental transcription-stream WebSocket envelope | kkdawkins | XL | No | 74.3h | 72.2h | Jul 13, 2026 |
SummaryFeatureAdd experimental transcription WebSocket envelope Introduces a standardized WebSocket envelope for streaming transcription, enabling server and client to share a consistent contract and improving interoperability. Health Assessment
X-Large
Medium
Medium
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| feat(cli): native trampoline with JS fallback, drop postinstall | jeffsee55 | M | No | 71.4h | 0.1h | Jul 13, 2026 |
SummaryFeatureAdd native trampoline with JS fallback Enables the Vercel CLI to use native binaries when available, falling back to JavaScript, improving performance and simplifying installation by removing postinstall steps. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Javascript, Typescript
|
||||||
| Version Packages | github-actions | XL | AI | 1.0h | 1.0h | Jul 13, 2026 |
SummaryChoreVersion Packages Updates changelogs and package.json files for multiple packages, preparing them for a new release. Health Assessment
X-Large
Low
Low
AI Details
Usage:
Authored by AI
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Javascript
|
||||||
| fix(provider-utils): route provider-response URLs through the download-URL guard | dnukumamras | XL | No | 108.8h | 106.6h | Jul 13, 2026 |
SummaryBug FixFix URL validation in provider utils Ensures that URLs returned by providers are validated and sanitized before fetching, preventing malicious redirects and credential leakage, thereby strengthening security for all downstream integrations. Health Assessment
Medium
Medium
Medium
AI Details
Usage:
AI Assisted
Category:
Code AI
Tools:
Claude
Confidence:
0.95
Tech Stack
Languages:
Typescript
|
||||||
| fix: streaming transcription WebSocket fixes + shared connect layer | kkdawkins | XL | No | 72.9h | 72.9h | Jul 13, 2026 |
SummaryBug FixFix streaming transcription WebSocket and shared layer Fixes critical streaming transcription bugs, improves reliability, and introduces a shared WebSocket layer for consistent provider communication. Health Assessment
X-Large
High
High
AI Details
Confidence:
0.30
Tech Stack
Languages:
Typescript
|
||||||