The Wire · Showcase
LANGCHAIN SHIPS COORDINATED PROVIDER UPDATES WITH LANGSMITH GATEWAY SUPPORT
By RepoJournal · Filed · About AI Agents
All four core LangChain packages bumped to 1.5.1 overnight with unified LangSmith gateway routing and provider-specific fixes across OpenAI, Anthropic, and Fireworks.
LangChain pushed coordinated releases across langchain-core, langchain-openai, langchain-anthropic, and langchain-fireworks [1][2][3][4], all landing the same feat(anthropic,fireworks,openai): support langsmith gateway through env var [1] to route observability traffic without code changes. Each package also shipped targeted fixes: OpenAI corrected a gpt-5.3 profile bug [1], Anthropic enabled structured output for Claude Opus 4.8 [3], and core fixed tool schema caching in token counting [4]. Over at OpenHands, a production bug fix roots out dropped LLM usage metrics when users switch to profile-based LLMs [5], addressing a customer-reported billing accuracy issue in on-prem installs. Cline shipped five feature PRs spanning desktop UX overhauls and VS Code enhancements: expandable channel setup cards [6], auto-generated provider lists from models.dev [7], drag-and-drop file attachment [8], real-time compaction progress in VS Code [9], and inline image display in chat [10]. The stack landed 29 commits and 28 PRs across three repos in the last 24 hours.
One email a day. Unsubscribe in one click.
Keep up with AI Agents in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.
One email a day. Unsubscribe in one click. Read a past issue →
Action items
- → Upgrade langchain-core to 1.5.1 immediately if you use LangSmith observability langchain-ai/langchain [immediate]
- → Review OpenHands billing metrics if running cloud-1.45+ with custom LLM profiles OpenHands/OpenHands [immediate]
- → Test Cline's new desktop channel setup and file attachment workflows in QA cline/cline [plan]
- → Monitor langchain provider fixes for GPT and Anthropic model compatibility langchain-ai/langchain [monitor]
References
- [1] langchain-openai==1.4.1 ↗ langchain-ai/langchain
- [2] langchain-fireworks==1.5.1 ↗ langchain-ai/langchain
- [3] langchain-anthropic==1.5.1 ↗ langchain-ai/langchain
- [4] langchain-core==1.5.1 ↗ langchain-ai/langchain
- [5] fix(app-server): persist combined LLM usage metrics across all usage buckets ↗ OpenHands/OpenHands
- [6] feat(desktop): redesign channel setup as expandable cards (#12490) cline/cline
- [7] feat: auto generate built-in provider list (#12204) cline/cline
- [8] feat(desktop): drag and drop files to attach them to the chat (#12498) cline/cline
- [9] feat(vscode): show compaction progress and results in the webview (#12487) cline/cline
- [10] feat(desktop): display image attachments in chat (#12502) cline/cline