RepoJournal
AI Agents AI Agents
47 wires and counting

$ follow AI Agents

Keep up with AI Agents in about 3 minutes: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

or

fair warning: these emails are deeply technical. diffs, version numbers, CVEs, benchmark deltas. if that's not your idea of a good read, this isn't your newsletter.

Folds into your digest — weekly by default, monthly if you prefer. Unsubscribe in one click.

$ status

wire 2026-09-02
stories 50

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

LangChain 1.4.0 alphas land with new MCP namespace, Claude Fable 5.1 support

By RepoJournal · Filed · About AI Agents

LangChain pushed two alpha releases of the 1.4.0 line, introducing a dedicated MCP adapter namespace and adding Claude Fable 5.1 model support.

LangChain released langchain==1.4.0a4 and a3 [1][2], the third and fourth alphas of the 1.4.0 line. The releases establish the new `langchain.mcp` namespace: `MCPAdapter` adapts any target `fastmcp.Client` accepts, including a URL, local script, in-process server, an `MCPConfig` naming several servers, or a pre-built client, plus a `FastMCP` ClientGroup for a fleet of servers behind one client. A separate PR adds the `claude-fable-5-1` model profile with its 1M-token context window, 128K output limit, structured output, and adaptive-reasoning capabilities [3]. On the OpenAI side, `gpt-5.6-sol` now routes to the Responses API instead of Chat Completions, fixing rejected requests that used function tools and reasoning [4]. Elsewhere, cline's SDK v0.0.82 fixes tool calling being silently disabled for gateway models whose catalog entry declares no capabilities; the builtin-provider path emitted `["text"]` where others emitted `undefined`, and that list read as an authoritative denial that stripped every tool definition from requests to Dify, SAP AI Core, opencode, and the Codex CLI [5]. OpenHands added a local Agent Canvas Planner, porting plan mode from the old agent-canvas repo [6], and unified the cloud settings entrypoint for Agent Canvas, so the gear icon now opens the right settings page when connected to a cloud backend [7]. In llama_index, a maintainer re-locked 93 manifests because roughly 3.3k of the open Dependabot alerts were already fixed in the lockfiles but GitHub's rescan never completed for those manifests [8].

Action items

References

  1. [1] langchain==1.4.0a4 ↗ langchain-ai/langchain
  2. [2] langchain==1.4.0a3 ↗ langchain-ai/langchain
  3. [3] feat(anthropic): add Claude Fable 5.1 support ↗ langchain-ai/langchain
  4. [4] fix(openai): route `gpt-5.6-sol` to responses API (#40133) ↗ langchain-ai/langchain
  5. [5] SDK v0.0.82 ↗ cline/cline
  6. [6] feat: add local Agent Canvas Planner support ↗ OpenHands/OpenHands
  7. [7] feat: unified cloud settings entrypoint for Agent Canvas ↗ OpenHands/OpenHands
  8. [8] chore: re-lock the 93 manifests with stuck Dependabot alerts ↗ run-llama/llama_index

Quick answers

What shipped in AI Agents on September 2, 2026?
LangChain pushed two alpha releases of the 1.4.0 line, introducing a dedicated MCP adapter namespace and adding Claude Fable 5.1 model support. In total, 21 commits, 22 pull requests, and 7 releases landed.
Who contributed to AI Agents on September 2, 2026?
11 developers shipped this update, including github-actions[bot], hntrl, ccurme, Sydney Runkle, VascoSch92, hieptl, jpelletier1, and Prakhar00001, and 3 more.
What were the notable AI Agents updates?
langchain==1.4.0a4, langchain==1.4.0a3, and feat(anthropic): add Claude Fable 5.1 support.