Integrations
Connecting agents to external services and APIs
Build a playbook about Integrations
Save articles from this feed, then generate a personalized implementation guide
Claude Code v2.1.191 introduces conversation resumption with `/rewind`, fixes critical UI issues like scroll jumping and agent resurrection, improves MCP server reliability with retry logic, and optimizes performance by reducing CPU usage during streaming by ~37%. The release addresses 20+ bugs across agent management, permissions, sandbox networking, and terminal compatibility while enhancing error messaging and user experience.
★★★★★OpenClaw v2026.6.11-beta.1 introduces enhanced channel control with Slack relay mode and Mattermost native commands, richer operator workflows via file-driven message handling and remote wake-up paths, safer plugin distribution with externalized plugins and icon metadata, stronger mobile operations with improved Android settings, and more reliable agent turns through Codex partial deltas and prompt-cache stability. The release includes 305 merged PRs addressing channel delivery reliability, WhatsApp message identity preservation, gateway session safety, agent fallback behavior, provider model edge cases, and configuration guardrails across Telegram, WhatsApp, Slack, Mattermost, and other integrations.
★★★★★langchain-openrouter version 0.2.4 release includes dependency updates, new features for tool handling, and continuous model profile refreshes. Key improvements include bumping the openrouter floor to 0.9.2, surfacing parallel_tool_calls on bind_tools, and adding cache_control passthrough support. The release also incorporates package version tracking for tracing metadata and various infrastructure improvements across the LangChain monorepo.
★★★★★langchain-anthropic version 1.4.7 is a maintenance release that includes a hotfix for cassette regeneration, dependency updates (vcrpy and langsmith), documentation improvements for prompt caching middleware, and test updates for explicit deserialization allowlists. The release also includes a package version trace metadata fix across core and partner packages.
★★★★★langchain-openai version 1.3.3 is released with several bug fixes and improvements. Key changes include dropping response item IDs when store is disabled, fixing strict schema validation for OpenAI-compatible models, removing stop parameter from Responses API, and updating dependencies. The release also includes test clarifications and model profile refreshes.
★★★★★LangChain v1.3.11 is a patch release that fixes tool handling for OpenAI-compatible models by conditionally setting strict=True only when appropriate in ProviderStrategy. The release includes dependency updates for pydantic-settings, vcrpy, and langsmith, along with improved documentation for summarization prompt contracts.
★★★★★OpenClaw v2026.6.10-beta.1 is a major release focused on reliability, security, and feature expansion. Key improvements include more stable agent turns and session state management, stronger Codex and approval flows, richer channel delivery across Telegram/Discord/Slack, safer network boundaries, and new CLI workflows. The release also enhances mobile/desktop clients, expands plugin coverage, and fixes critical issues in transcript correctness, security, and provider authentication across 109 merged PRs.
★★★★★OpenClaw v2026.6.9 is a major release featuring enhanced Telegram delivery with rich HTML and markdown support, improved agent recovery through better retry and session history handling, stronger Codex integration with automatic plugin approvals and OAuth routing, standalone official provider plugins as npm packages, and more capable web and native clients with new UI features. The release includes 422 merged PRs addressing security, runtime stability, channel reliability, storage optimization, and operational improvements across the platform.
★★★★★OpenClaw v2026.6.9-beta.1 introduces significant improvements across Telegram delivery with rich HTML support, more dependable agent recovery with enhanced retry mechanisms, stronger Codex integration with automatic plugin approvals, standalone official provider plugins as npm packages, and more capable web/native clients with new UI features. The release includes 375 merged PRs addressing security, runtime stability, channel reliability, storage optimization, and provider behavior. Key fixes enhance session recovery, plugin management, and cross-platform client functionality.
★★★★★langchain-core version 1.4.8 was released with performance improvements, bug fixes, and dependency updates. Key changes include memoization of BaseTool.tool_call_schema for better performance, preservation of usage token details in v3 streaming events, and removal of Python < 3.10 support code. The release also includes dependency bumps for jupyter-server, tornado, and bleach, along with code quality improvements and test updates.
★★★★★LangChain v1.3.10 release includes dependency updates (cryptography, aiohttp, pyjwt), bug fixes for summary format and GPT model provider detection, improved test typing, and coordinated releases across related packages (OpenAI 1.4.0, Core 1.4.7, Anthropic 1.4.6). The release also features documentation updates to the README with installation and resource information.
★★★★★Google ADK Python v2.3.0 introduces significant enhancements including async/concurrency guidelines, mTLS support in AgentRegistry, GCS first-party toolset integration, and improved Live API handling for Gemini 3.1 models. The release adds enterprise parameter migration, remote sandbox support via E2BEnvironment, and per-request OpenTelemetry configuration. Multiple bug fixes address event handling, authentication, schema sanitization, and dependency management across core, CLI, evaluation, and integration modules.
★★★★★Claude Code v2.1.181 introduces configuration shortcuts via `/config` syntax, improved streaming and retry mechanisms, enhanced subagent panel management, and fixes for prompt caching, file operations, and macOS compatibility. The release addresses startup performance regressions, network resilience, and numerous UI/UX improvements across interactive mode, Remote Control, and subagent workflows.
★★★★★OpenClaw v2026.6.8 is a major release focusing on improved channel delivery (Telegram/WhatsApp), enhanced agent and gateway recovery mechanisms, expanded provider/model support (GLM-5.2, Claude Haiku 4.5), better usage hooks with native footer rendering, and UI/mobile stability improvements. The release includes fixes for memory management, state handling, diagnostics, and numerous edge cases across channels, agents, and runtime systems.
★★★★★OpenClaw v2026.6.8-beta.2 delivers significant improvements across messaging channels, agent recovery, provider/model handling, and UI stability. Telegram and WhatsApp now support richer message formatting with better delivery reliability, while agent and gateway recovery mechanisms are enhanced across multiple failure scenarios. The release includes expanded provider support (GLM-5.2, Claude Haiku 4.5), improved usage hooks with native footer rendering, and numerous fixes for memory, state diagnostics, and mobile UI flows.
★★★★★Google ADK Python v1.35.1 is a bug fix release addressing two critical issues: grounding metadata handling for 3.1 live interactions and streaming frame completion. The release ensures proper metadata transmission at turn boundaries and guarantees final partial frames are correctly yielded in streaming scenarios.
★★★★★OpenClaw v2026.6.8-beta.1 introduces significant improvements to channel delivery (Telegram rich text, WhatsApp ACP bindings), agent and gateway recovery mechanisms, expanded provider/model support (GLM-5.2, Claude Haiku 4.5), enhanced usage hooks with footer rendering, and UI/mobile stability fixes. The release addresses 50+ issues across messaging, runtime reliability, authentication, memory management, and user interface components, with contributions from 30+ developers.
★★★★★OpenClaw v2026.6.7-beta.1 delivers significant improvements across channel delivery, provider resilience, security boundaries, and recovery paths. Key enhancements include tighter Slack/Telegram integration, better model handling for Kimi/Mistral/DeepSeek/Anthropic, safer auth contexts, and improved failure recovery for agents and cron jobs. The release also strengthens UI/docs accessibility, Docker bundling, and QA validation with new scorecard taxonomy artifacts.
★★★★★langchain-openai version 1.3.1 release includes documentation updates, test improvements for deserialization and streaming, package version tracking enhancements, and bug fixes for tool call normalization and structured output handling. Key changes focus on improving type checking, tracing metadata, and test coverage across the LangChain ecosystem. The release maintains compatibility while strengthening internal validation and documentation standards.
★★★★★langchain-anthropic version 1.4.6 release includes critical fixes for file-search results confinement and tightened Anthropic allowed_prefixes validation. The release also incorporates package version tracking in tracing metadata, upgraded mypy to 2.1, enhanced tool call chunk validation during streaming, and improved test robustness for gateway base URLs. Key improvements focus on security, type safety, and testing reliability across the LangChain-Anthropic integration.
★★★★★