The Wire · Showcase
LANGCHAIN PATCHES TOOL CALLS, OPENHANDS SURFACES HIDDEN INTEGRATIONS
By RepoJournal · Filed · About AI Agents
LangChain's OpenAI wrapper shipped a fix for invalid tool calls that were silently dropped, while OpenHands surfaced integrations the automation layer was burying.
LangChain released langchain-openai 1.4.3 [1] with a critical fix that filters invalid tool calls from content, addressing a silent failure mode where malformed tool responses would disappear without warning. The release also updates guidance for responses API handling across OpenAI-compatible providers [1]. Model profile data refreshed across OpenRouter integrations [2], with Google's Gemma 4 26B now supporting 262,144 max output tokens, a 16x increase from prior limits. OpenHands landed a fix [3] that surfaces non-MCP-installable integrations instead of silently dropping them in the automation marketplace, a regression that had blocked Jira and other external tools from appearing in templates. The team also refactored conversation creation parameters into options objects [4], pushing type safety deeper into the SDK. Context window usage tracking landed in OpenHands [5] with a manual compaction drawer, tested live against agent-server 1.39.1. Cline added Fable 5 support to Vertex and enabled custom model IDs with user-editable metadata [6], while fixing a stale feature tip that directed users to a non-existent Double-Check Completion setting [7]. Auto-compaction now respects user max output tokens in summarizer requests [8], fixing failures on local reasoning models like Qwen 3.x.
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-openai to 1.4.3 if using tool calling langchain-ai/langchain [immediate]
- → Review OpenHands automations if integrations disappeared from marketplace OpenHands/OpenHands [plan]
- → Update Cline to latest for Fable 5 and compaction fixes cline/cline [plan]
References
- [1] langchain-openai==1.4.3 ↗ langchain-ai/langchain
- [2] chore(model-profiles): refresh model profile data (#39430) langchain-ai/langchain
- [3] fix(automations): surface non-MCP-installable integrations instead of silently dropping them ↗ OpenHands/OpenHands
- [4] refactor: replace positional createConversation params with an options object (#1587) ↗ OpenHands/OpenHands
- [5] feat: context window usage meter, usage drawer, and manual compaction ↗ OpenHands/OpenHands
- [6] feat(vscode): add Fable 5 + custom model IDs to Vertex; drop global-region picker filter ↗ cline/cline
- [7] fix: remove stale Double-Check Completion feature tip ↗ cline/cline
- [8] fix: respect user max output tokens in compaction summarizer requests ↗ cline/cline