$ 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
- → Upgrade langchain to 1.4.0 to use MCPAdapter and the model routing fix langchain-ai/langchain [plan]
- → Upgrade langchain-anthropic to 1.7.1 for Claude Fable 5.1 support langchain-ai/langchain [plan]
- → Review automation permission splits if you rely on OpenHands automation roles OpenHands/OpenHands [plan]
- → Update Cline desktop to v0.0.23 to get Hub-based plugin discovery cline/cline [plan]
References
- [1] langchain==1.4.0 ↗ langchain-ai/langchain
- [2] langchain-anthropic==1.7.1 ↗ langchain-ai/langchain
- [3] chore(model-profiles): refresh model profile data ↗ langchain-ai/langchain
- [4] feat: split automation permissions into view/manage with creator escape hatch ↗ OpenHands/OpenHands
- [5] fix(i18n): use i18next placeholders in budget usage format ↗ OpenHands/OpenHands
- [6] Desktop v0.0.23 ↗ cline/cline
- [7] fix(cli): make TUI toasts wrap instead of clipping after the first line (#13818) ↗ cline/cline