The Wire · Showcase
ANTHROPIC INTEGRATION FIXES TOOL BLOCKS, OPENHANDS UNBLOCKS CI, CLINE PATCHES COMPOSER WEDGE
By RepoJournal · Filed · About AI Agents
LangChain's Anthropic integration corrected tool result handling and model profiles [ref:1], while OpenHands fixed a critical test infrastructure failure blocking all PRs and shipped 1.13.0 with conversation archives [ref:6][ref:9].
The langchain-anthropic 1.5.6 release [1] normalized tool_search_tool_result blocks and corrected model profile data for Fable 5, Sonnet 5, and Opus 4.1 after an automated refresh picked up 4 new OpenRouter models including bytedance-seed/seed-2.0-code [2]. LangChain core also made httpx an explicit dependency [3] and fixed LLM cache handling for falsy values [4]. On the OpenHands front, the test suite was broken since PR #16093 with an unhandled ProgressEvent ReferenceError that froze the entire test-and-build pipeline across both Ubuntu and Windows [7][8], but that's now resolved and shipped with v1.13.0 featuring client-side conversation archives and inline markdown artifact previews [5]. The SDK bumps to software-agent-sdk 1.42.1 and automation 1.7.1 are live and verified in production [6]. Cline fixed a critical desktop bug where fresh sessions wedged the composer during first turn [9], resolved the Claude Code provider's tool approval plumbing so writes no longer get refused [10], and tightened telemetry to stop reporting false migration successes and capture involuntary logouts from the auth service [11][12].
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
- → Ship langchain-anthropic 1.5.6 if you use Anthropic models with tool search langchain-ai/langchain [plan]
- → Pull OpenHands main immediately if your CI was wedged; test-and-build is unblocked OpenHands/OpenHands [immediate]
- → Update Cline desktop to get fresh session composer fix and Claude Code provider support cline/cline [plan]
References
- [1] langchain-anthropic==1.5.6 ↗ langchain-ai/langchain
- [2] chore(model-profiles): refresh model profile data (#39609) langchain-ai/langchain
- [3] chore(core): add httpx as an explicit dep (#39612) langchain-ai/langchain
- [4] fix(core): handle falsy LLM and chat model caches (#39283) langchain-ai/langchain
- [5] v1.13.0 ↗ OpenHands/OpenHands
- [6] chore: bump SDK deps (software-agent-sdk 1.42.1, automation 1.7.1, typescript-client 1.38.0) ↗ OpenHands/OpenHands
- [7] fix: drain pending MSW callbacks before jsdom teardown to stop ProgressEvent ReferenceError ↗ OpenHands/OpenHands
- [8] fix: drain pending MSW callbacks before jsdom teardown to stop ProgressEvent ReferenceError (#16558) OpenHands/OpenHands
- [9] fix(desktop): first turn of a fresh session no longer wedges the composer (#13122) cline/cline
- [10] Fix Claude Code provider: anchor session on workspace, load user settings, allow edits (#13152) cline/cline
- [11] fix(vscode): stop legacy-task migration backlog telemetry spam (#13185) cline/cline
- [12] fix(telemetry): report involuntary Cline logouts from the SDK auth service (#13183) cline/cline