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-04
stories 16

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

LangChain 1.4.0 and anthropic 1.7.1 ship with MCP adapter, Claude Fable 5.1

By RepoJournal · Filed · About AI Agents

LangChain core 1.4.0 exposes a first-class MCP namespace and the Anthropic package adds support for Claude Fable 5.1, while OpenHands splits automation permissions and Cline's desktop app now runs shared Hub plugins.

LangChain core 1.4.0 ships with a new `langchain.mcp` namespace and an `MCPAdapter` feature, bringing MCP integration into the default package [1]. "feat(langchain): `langchain.mcp` namespace, `MCPAdapter`" is part of the release. The same release includes a fix so agent tool routing now includes the model destination, which previously could mis-route tools when using multiple destinations.

langchain-anthropic 1.7.1 adds Claude Fable 5.1 support and, together with core, omits middleware trace inputs for a performance gain [2]. The model profile data refresh adds 4 models and changes 11 across 4 providers, including the Fireworks AI `deepseek-v4-flash-vision-exp` with a 1,000,000-token context window [3].

OpenHands splits automation permissions into view and manage, and adds a creator escape hatch so the automation creator retains override capability [4]. The i18n budget usage format now uses proper i18next placeholders across all 15 locales [5].

Cline Desktop v0.0.23 adopts the shared Hub for Agent Plugins: packages under `~/.agents/plugins` are validated, their skills become available, and their MCP servers start automatically [6]. The CLI TUI toasts now wrap instead of clipping after the first line, so the keep-Hub reminder reaches the 'cline hub upgrade' instruction it exists to deliver [7].

"Give the box an explicit width (message length plus border and padding, capped..." [7]

Action items

References

  1. [1] langchain==1.4.0 ↗ langchain-ai/langchain
  2. [2] langchain-anthropic==1.7.1 ↗ langchain-ai/langchain
  3. [3] chore(model-profiles): refresh model profile data ↗ langchain-ai/langchain
  4. [4] feat: split automation permissions into view/manage with creator escape hatch ↗ OpenHands/OpenHands
  5. [5] fix(i18n): use i18next placeholders in budget usage format ↗ OpenHands/OpenHands
  6. [6] Desktop v0.0.23 ↗ cline/cline
  7. [7] fix(cli): make TUI toasts wrap instead of clipping after the first line (#13818) ↗ cline/cline

Quick answers

What shipped in AI Agents on September 4, 2026?
LangChain core 1.4.0 exposes a first-class MCP namespace and the Anthropic package adds support for Claude Fable 5.1, while OpenHands splits automation permissions and Cline's desktop app now runs shared Hub plugins. In total, 7 commits, 6 pull requests, and 3 releases landed.
Who contributed to AI Agents on September 4, 2026?
7 developers shipped this update, including github-actions[bot], langchain-oss-model-profiles, langchain-oss-model-profiles[bot], ccurme, tofarr, PranshulSoni, and Saoud Rizwan.
What were the notable AI Agents updates?
langchain==1.4.0, langchain-anthropic==1.7.1, and chore(model-profiles): refresh model profile data.