Pull Request Explorer

Exploring 339 PRs. Want this for your team? Start Free Trial
Title Author Size AI Cycle Time Review Merged
ci(infra): port four CI governance workflows mdrxy XL No 0.0h - May 18, 2026

Summary

CI/CD

Port four CI governance workflows

Adds GitHub Actions to enforce repository hygiene rules, preventing fork PRs from main, automating uv pin bumps, validating extras sync, and linting banned trailers.

Health Assessment

X-Large
Medium
Low
  • PR introduced multiple new GitHub Actions workflows in a single commit, with no review or iteration, indicating a rapid deployment of infrastructure changes.

AI Details

Tech Stack

Languages: Python, Yaml
Frameworks: Github-Actions
hotfix(standard-tests): set `langchain-core` version bounds mdrxy XS No 0.0h - May 18, 2026

Summary

Health Assessment

AI Details

Tech Stack

chore: fix uuid changeset hntrl XS No - - May 18, 2026

Summary

Health Assessment

AI Details

Tech Stack

refactor(langchain): clean redundancy ifelse. zhanluxianshen XS No 81.5h 81.5h May 18, 2026

Summary

Health Assessment

AI Details

Tech Stack

hotfix: bump lockfiles mdrxy XS No 0.0h - May 18, 2026

Summary

Health Assessment

AI Details

Tech Stack

chore(deps): bump fast-xml-builder from 1.1.5 to 1.2.0 dependabot S No 0.6h 0.6h May 18, 2026

Summary

Chore

Bump fast-xml-builder dependency

Updates fast-xml-builder to address security fixes and new features.

Health Assessment

Small
Low
Low
  • Quick dependency update with minimal review, indicating efficient process.

AI Details

Confidence: 1.00

Tech Stack

Languages: Yaml
chore(deps): bump brace-expansion from 5.0.5 to 5.0.6 dependabot S No 0.7h 0.7h May 18, 2026

Summary

Chore

Bump brace-expansion dependency

Updates the brace-expansion library to the latest patch, ensuring compatibility and security.

Health Assessment

Small
Low
Low
  • Quick merge with minimal changes, indicating low risk and high confidence in automated dependency update.

AI Details

Tech Stack

Languages: Javascript
release(standard-tests): 1.1.8 mdrxy XS No 0.2h - May 18, 2026

Summary

Health Assessment

AI Details

Tech Stack

chore(deps): bump fast-uri from 3.1.0 to 3.1.2 dependabot XS No 0.6h - May 18, 2026

Summary

Chore

Bump fast-uri dependency to address security fix

Updates fast-uri to the latest patch, fixing a security vulnerability and improving URL parsing robustness.

Health Assessment

Small
Low
Low
  • Fast, automated dependency update with minimal review, indicating healthy CI and security practices.

AI Details

Confidence: 1.00

Tech Stack

test(standard-tests): assert `ls_model_name` honors per-call model override mdrxy S No 1.5h 0.8h May 18, 2026

Summary

Bug Fix

Add test for per-call model override

Adds a unit test ensuring chat-model integrations respect runtime model overrides, improving correctness of model selection.

Health Assessment

Small
Low
Low
  • Quick turnaround with minimal rework; test added and small fix resolved within 1.5 hours.

AI Details

Confidence: 0.10

Tech Stack

Languages: Python
fix(openai): preserve v1 assistant tool calls christian-bromann M No 49.5h - May 18, 2026

Summary

Bug Fix

Preserve assistant tool calls in OpenAI integration

Ensures tool calls are correctly preserved when converting v1 assistant messages to OpenAI chat completions, preventing INVALID_TOOL_RESULTS errors and maintaining correct tool-result pairing.

Health Assessment

Medium
Low
Low
  • Quick fix with minimal changes, resolved a specific error scenario, merged within two days.

AI Details

Tech Stack

Languages: Typescript
fix(core): share fakeModel invocation state across bindTools instances christian-bromann S No 51.5h - May 18, 2026

Summary

Bug Fix

Fix fakeModel invocation state sharing

Ensures consistent response sequencing across multiple model bindings, preventing duplicate replies in multi-turn agent flows.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, merged within two days, indicating low complexity and low risk.

AI Details

Tech Stack

Languages: Typescript
chore(deps): bump fast-xml-builder from 1.1.5 to 1.1.9 dependabot M No 1.8h - May 18, 2026

Summary

Chore

Bump fast-xml-builder dependency

Updates fast-xml-builder to address security fixes and new features, improving reliability.

Health Assessment

Small
Low
Low
  • Fast dependency update completed quickly with minimal review, indicating efficient process.

AI Details

Tech Stack

Languages: Yaml
chore(deps): bump ip-address from 10.1.0 to 10.2.0 dependabot M No 1.8h - May 18, 2026

Summary

Chore

chore(deps): bump ip-address from 10.1.0 to 10.2.0

Updates the ip-address library to the latest patch, ensuring compatibility and security for the project.

Health Assessment

Small
Low
Low
  • Fast merge with minimal changes, typical automated dependency update.

AI Details

Tech Stack

Languages: Javascript
docs(core): note override for `_get_ls_params` mdrxy S No 0.2h - May 18, 2026

Summary

Health Assessment

AI Details

Tech Stack

fix(ollama): trace invoke model override mdrxy XS No 0.0h - May 18, 2026

Summary

Bug Fix

Fix tracing for runtime model override

Ensures tracing reflects the model used at runtime, aligning dashboards and cost metrics with actual executions.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, merged immediately without review.

AI Details

Confidence: 0.80

Tech Stack

Languages: Python
fix(openai): guard bare JSON.parse in Responses API converter against trailing characters BertBR L AI 65.1h 22.9h May 18, 2026

Summary

Bug Fix

Guard JSON.parse against trailing characters

Prevents streaming failures caused by stray characters in OpenAI responses, ensuring reliable data flow and a smoother user experience.

Health Assessment

Large
Medium
Medium
  • The PR resolved a critical streaming bug with a single commit and moderate review effort, and the extensive test coverage mitigates risk.

AI Details

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

Tech Stack

Languages: Typescript
fix(langchain): throw on terminal providerStrategy parse failure vignesh-gep M AI 210.6h 159.4h May 18, 2026

Summary

Bug Fix

Fix silent providerStrategy parse failure

Ensures agents throw clear errors on malformed providerStrategy responses, preventing silent failures and downstream crashes.

Health Assessment

Medium
Medium
Medium
  • Long cycle time and review delay suggest initial blockers, but the PR required only a single rework and a small code change, indicating manageable complexity once the issue was understood.

AI Details

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

Tech Stack

Languages: Typescript
fix(google-common): fix missing stream usage metadata on Gemini yukukotani M No - - May 18, 2026

Summary

Bug Fix

Fix missing stream usage metadata for Gemini

Ensures accurate cost calculations by preserving usage metadata in streamed responses, preventing incorrect billing.

Health Assessment

Medium
Low
Low
  • Small bug fix with added tests, minimal code churn, no blockers or complex review history.

AI Details

Confidence: 0.95

Tech Stack

Languages: Typescript
fix(openai): source LLM context size from model profiles mdrxy M No 0.4h - May 18, 2026

Summary

Bug Fix

Fix LLM context size sourcing from model profiles

Ensures accurate context size for OpenAI models by sourcing from model profiles, improving reliability and preventing token overflows.

Health Assessment

Medium
Low
Low
  • Quick fix with minimal changes, fast review, low risk.

AI Details

Confidence: 0.95

Tech Stack

Languages: Python
feat(core): add uuid v6 support to core utils hntrl M No 6.1h - May 18, 2026

Summary

Feature

Add UUID v6 support to core utils

Adds RFC 9562 v6 UUID generation to @langchain/core, enabling callers to generate identifiers without an external uuid dependency.

Health Assessment

Medium
Low
Low
  • Merged within 6 hours with no review, indicating a straightforward change with minimal friction.

AI Details

Tech Stack

Languages: Typescript
chore(core,langchain,openai): refresh stale OpenAI model references mdrxy M No 0.1h - May 18, 2026

Summary

Health Assessment

AI Details

Tech Stack

chore: update auto comment msg mdrxy XS No 0.0h - May 17, 2026

Summary

Health Assessment

AI Details

Tech Stack

fix(ollama): avoid leading newline in multimodal text content Sanchay117 S No 5.0h - May 17, 2026

Summary

Bug Fix

Fix leading newline in multimodal text content

Prevents formatting issues in vision/OCR models by removing unintended leading newline in multimodal messages.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes and regression test added, indicating low complexity and high confidence.

AI Details

Tech Stack

Languages: Python
chore(model-profiles): refresh model profile data langchain-model-profile-bot M No 12.8h 12.8h May 17, 2026

Summary

Chore

Refresh model profile data

Automated refresh of model profile data for all in‑monorepo partner integrations via langchain‑profiles refresh, ensuring up‑to‑date partner data.

Health Assessment

Medium
Low
Low
  • Completed in under 13 hours with a single commit and no review iterations, indicating a low‑risk, low‑friction change.

AI Details

Confidence: 0.95

Tech Stack

Languages: Python
fix(fireworks): raise `ContextOverflowError` on prompt-too-long open-swe M No 39.2h 39.2h May 17, 2026

Summary

Bug Fix

Raise ContextOverflowError for Fireworks

Ensures consistent error handling for Fireworks prompts exceeding context limits, allowing callers to uniformly handle overflow conditions.

Health Assessment

Medium
Low
Medium
  • The PR was reviewed and merged within 39 hours, indicating moderate review time but no significant rework.

AI Details

Usage: AI Reviewed
Confidence: 0.95

Tech Stack

Languages: Python
chore(model-profiles): refresh model profile data langchain-model-profile-bot XL No 16.6h - May 17, 2026

Summary

Health Assessment

AI Details

Confidence: 0.80

Tech Stack

Languages: Python
fix(langchain): sort `glob_search` results by mtime (newest first) blut-agent S No 18.9h 18.7h May 17, 2026

Summary

Bug Fix

Sort glob_search results by modification time

Ensures file search returns newest files first, improving user experience and consistency with documentation.

Health Assessment

Small
Low
Low
  • Fast review and minimal changes indicate low complexity and risk.

AI Details

Confidence: 0.20

Tech Stack

Languages: Python
fix(perplexity): Add useResponsesApi flag to ChatPerplexity jliounis XL No 91.8h 10.4h May 16, 2026

Summary

Feature

Add useResponsesApi flag to ChatPerplexity

Adds a flag to route Perplexity requests to the Agent API, enabling built-in tool usage and richer responses.

Health Assessment

X-Large
Medium
Low
  • The PR introduced a significant new feature with over 600 lines added, but was reviewed quickly and accepted without further iterations, indicating efficient review and low friction.

AI Details

Confidence: 0.30

Tech Stack

Languages: Typescript
chore: remove turbopuffer changeset hntrl XS No - - May 16, 2026

Summary

Health Assessment

AI Details

Tech Stack

chore(deps): remove @types/uuid from langchain packages hntrl M No 191.4h - May 16, 2026

Summary

Chore

Remove @types/uuid from LangChain packages

This cleanup removes unnecessary type dependencies, reducing bundle size and simplifying package maintenance across the LangChain ecosystem. It also updates lockfiles to prevent stale references, ensuring consistent dependency resolution.

Health Assessment

Medium
Low
Low
  • The PR involved a moderate number of files and lines, but no review or rework was required, indicating a straightforward dependency cleanup.

AI Details

Tech Stack

fix(openai): broaden condition for ContextOverflowError to accommodate other providers ccurme S No 0.0h - May 16, 2026

Summary

Bug Fix

Broaden ContextOverflowError handling for multiple providers

Adjusts error handling to support Fireworks and other providers, ensuring consistent behavior across OpenAI integrations.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, merged immediately after commit.

AI Details

Confidence: 0.10

Tech Stack

Languages: Python
chore: bump langsmith from 0.7.31 to 0.8.0 in /libs/text-splitters dependabot S No 56.7h - May 16, 2026

Summary

Chore

chore: bump langsmith from 0.7.31 to 0.8.0 in /libs/text-splitters

Updates the langsmith SDK to the latest 0.8.0 release, bringing new features and security patches to the text-splitters library.

Health Assessment

Small
Low
Low
  • Quick dependency bump with minimal changes, merged within 2.5 days.

AI Details

Tech Stack

Languages: Python
chore: bump langsmith from 0.7.31 to 0.8.0 in /libs/standard-tests dependabot XS No 56.7h - May 16, 2026

Summary

Chore

Bump langsmith dependency to 0.8.0

Updates langsmith SDK to the latest patch, ensuring compatibility and security for the standard tests library.

Health Assessment

Small
Low
Low
  • Quick dependency bump with minimal changes, merged without review.

AI Details

Tech Stack

chore: bump langsmith from 0.7.31 to 0.8.0 in /libs/model-profiles dependabot S No 56.7h - May 16, 2026

Summary

Chore

chore: bump langsmith from 0.7.31 to 0.8.0 in /libs/model-profiles

Updates langsmith dependency to the latest patch, ensuring compatibility and security for the model profiles library.

Health Assessment

Small
Low
Low
  • Quick merge with no review comments indicates low friction.

AI Details

Tech Stack

Languages: Python
chore: bump langsmith from 0.7.31 to 0.8.0 in /libs/langchain_v1 dependabot XS No 50.8h - May 16, 2026

Summary

Chore

Bump langsmith dependency to 0.8.0

Updates the langsmith SDK to the latest version, ensuring compatibility and access to new features for downstream libraries.

Health Assessment

Small
Low
Low
  • Single commit dependency bump, no review or rework, minimal risk and quick merge.

AI Details

Confidence: 1.00

Tech Stack

Languages: Python
chore: bump langsmith from 0.7.31 to 0.8.0 in /libs/langchain dependabot XS No 50.7h - May 16, 2026

Summary

Chore

Bump langsmith dependency to 0.8.0

Updates the langsmith SDK to the latest version, ensuring compatibility and access to new features.

Health Assessment

Small
Low
Low
  • Quick dependency bump merged after minimal changes, no review or comments were required.

AI Details

Confidence: 1.00

Tech Stack

Languages: Python
chore: bump langsmith from 0.7.31 to 0.8.0 in /libs/core dependabot XS No 50.7h - May 16, 2026

Summary

Chore

chore: bump langsmith from 0.7.31 to 0.8.0 in /libs/core

Updates the langsmith dependency to the latest 0.8.0 release, ensuring compatibility and access to new features.

Health Assessment

Small
Low
Low
  • Single commit dependency bump merged after ~2 days with no review or comments, indicating a straightforward, low‑risk change.

AI Details

Confidence: 1.00

Tech Stack

fix(core): accept `Serializable` constructor-envelope wire shape in `_convert_to_message` nick-hollon-lc M No 0.8h 0.7h May 15, 2026

Summary

Bug Fix

Fix message conversion for Serializable constructor envelope

Ensures messages serialized to JSON across boundaries are correctly interpreted, preventing runtime failures and improving reliability for downstream processing.

Health Assessment

Medium
Low
Low
  • The PR was reviewed and merged within 0.8 hours, indicating a straightforward, low‑risk change with minimal rework.

AI Details

Confidence: 0.95

Tech Stack

Languages: Python
release(langchain): 1.3.1 ccurme XS No 0.0h - May 15, 2026

Summary

Health Assessment

AI Details

Tech Stack

fix(langchain): alias Bedrock providers in summarization token check ccurme M No 0.1h - May 15, 2026

Summary

Bug Fix

Fix Bedrock provider alias in summarization token check

Ensures accurate token threshold checks for Bedrock models, preventing unnecessary summarization and reducing costs.

Health Assessment

Small
Low
Low
  • Quick fix merged within minutes with minimal changes, indicating low complexity and high confidence.

AI Details

Tech Stack

Languages: Python
docs(openai): document `base_url` env var fallback chain open-swe S No 0.4h 0.3h May 14, 2026

Summary

Docs

Document base_url env var fallback chain

Adds clarity to environment variable precedence for OpenAI integration, improving developer understanding and reducing misconfiguration.

Health Assessment

Small
Low
Low
  • Quick, single-commit docs update with minimal review friction.

AI Details

Usage: Authored by AI
Confidence: 0.95

Tech Stack

Languages: Python
chore: bump langsmith from 0.8.0 to 0.8.4 in /libs/partners/xai dependabot XS No 15.3h - May 14, 2026

Summary

Chore

Bump langsmith dependency to 0.8.4

Updates the langsmith SDK to the latest patch, ensuring compatibility and security fixes.

Health Assessment

Small
Low
Low
  • Fast merge with minimal changes, typical automated dependency update.

AI Details

Tech Stack

Languages: Python
chore: bump langsmith from 0.8.0 to 0.8.4 in /libs/partners/qdrant dependabot XS No 15.3h - May 14, 2026

Summary

Chore

Bump langsmith dependency to 0.8.4

Updates the langsmith SDK to the latest patch, ensuring compatibility and security fixes.

Health Assessment

Small
Low
Low
  • Quick merge with minimal changes; no review required.

AI Details

Tech Stack

Languages: Python
chore: bump langsmith from 0.8.0 to 0.8.4 in /libs/partners/perplexity dependabot XS No 15.3h - May 14, 2026

Summary

Chore

Bump langsmith dependency to 0.8.4

Updates the langsmith SDK to the latest patch, ensuring compatibility and security fixes for the Perplexity partner integration.

Health Assessment

Small
Low
Low
  • Fast merge with minimal changes, typical for automated dependency updates.

AI Details

Tech Stack

Languages: Python
chore: bump langsmith from 0.8.0 to 0.8.4 in /libs/partners/openrouter dependabot XS No 15.3h - May 14, 2026

Summary

Chore

Bump langsmith dependency to 0.8.4

Updates langsmith SDK to the latest patch, ensuring compatibility and security for the OpenRouter partner integration.

Health Assessment

Small
Low
Low
  • Automated dependency update merged within 15 hours with no review friction, indicating a low-risk, high-efficiency process.

AI Details

Tech Stack

fix(core): preserve chunk `additional_kwargs` across v3 stream assembly nick-hollon-lc L No 0.6h 0.4h May 14, 2026

Summary

Bug Fix

Preserve additional_kwargs in v3 stream assembly

Ensures streaming and non‑streaming outputs remain consistent by retaining provider‑specific metadata, preventing token waste and runtime errors in multi‑turn flows.

Health Assessment

Large
Low
Low
  • Fast cycle time and minimal review rounds indicate a straightforward, low‑risk bug fix with quick stakeholder approval.

AI Details

Tech Stack

Languages: Python
fix(core): preserve reasoning blocks alongside tool_call in v3 stream nick-hollon-lc M No 0.5h 0.5h May 14, 2026

Summary

Bug Fix

Preserve reasoning blocks with tool calls in stream

Fixes a bug that caused reasoning content to be omitted when a tool call was included in the same message, ensuring complete AIMessage payload for Gemini 2.5 Pro.

Health Assessment

Small
Low
Low
  • Quick fix resolved in under an hour with minimal changes, indicating efficient review and low complexity.

AI Details

Confidence: 0.95

Tech Stack

Languages: Python
chore: bump langsmith from 0.8.0 to 0.8.4 in /libs/partners/ollama dependabot XS No 11.9h - May 14, 2026

Summary

Chore

Bump langsmith dependency to 0.8.4

Updates langsmith SDK to latest patch, ensuring compatibility and security.

Health Assessment

Small
Low
Low
  • Quick dependency update merged within 12 hours with no review friction.

AI Details

Confidence: 1.00

Tech Stack

chore: bump langsmith from 0.8.0 to 0.8.4 in /libs/partners/openai dependabot XS No 11.9h - May 14, 2026

Summary

Chore

Bump langsmith dependency to 0.8.4

Updates the langsmith SDK to the latest patch, improving compatibility and security for the OpenAI partner integration.

Health Assessment

Small
Low
Low
  • Quick, single-file dependency update merged within 12 hours with no review friction, typical of routine dependency maintenance.

AI Details

Tech Stack

« Page 4 of 7 »

Get this analytics stack for your team

Connect GitHub and see cycle time, review bottlenecks, PR flow, and trend changes in minutes.

Connect Repos