LangChain: Gateway Auth Lands, Tool Schema Bugs Draw a Crowd

LangChain core shipped a coordinated LangSmith Gateway authentication system spanning three PRs, while four separate contributors independently fixed the same underlying tool-schema and message-mutation bugs on the same day.

Duration: PT2M35S

Episode overview

This episode is a short developer briefing from LangChain.

It explains recent repository work in plain language.

  • Show: LangChain
  • Published: 2026-07-12T13:01:58Z
  • Audio duration: PT2M35S

Transcript excerpt

This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.

This is LangChain, your development briefing for July 12, 2026.

Today's biggest story is a coordinated rollout of LangSmith Gateway authentication, alongside a wave of duplicate bug fixes converging on the same core issues.

Start with the gateway work. Three connected pull requests build out a full authentication path for gateway-backed chat clients. PR 38805 adds OAuth bearer token support, so a LangSmith access token can authenticate requests without being mistaken for a provider API key. PR 38806 follows with a shared gateway URL…

Second theme: bug convergence. Issue 38780, about tool schemas incorrectly exposing internal args and kwargs fields, and a related validation-alias bug in tool input parsing, each got fixed independently by three different contributors — PRs 38804, 38809, and 38811. That's a signal the underlying problem was real…

One more worth flagging: PR 38803 fixes token counting for OpenAI's o-series reasoning models, which previously raised errors instead of returning a count.

What's next: watch for maintainers to pick one of the three tool-schema fixes and close the others, and expect the gateway auth chain to need integration testing across all three providers…

Nearby episodes from LangChain

  1. Silent Data Loss Gets a Fix
  2. Token Accounting and Duplicate Fixes
  3. Schema Mismatches and a Round of Releases
  4. Provider Compatibility Fixes
  5. Chasing Down Regressions and Race Conditions
  6. Streaming Edge Cases and Defensive Parsing
  7. Weekly Recap - Streaming Reliability and Provider Edge Cases
  8. Provider Error Handling Grows Up