Agent DailyAgent Daily

Tool Use

Patterns for agents using tools effectively

Build a playbook about Tool Use

Save articles from this feed, then generate a personalized implementation guide

See a sample →
367 results
RELintermediate
[Release] anthropics/claude-code v2.1.122: v2.1.122

Claude Code v2.1.122 introduces Bedrock service tier selection via environment variable, PR URL resume functionality across multiple Git platforms, improved MCP server management with duplicate detection, and numerous bug fixes. Key improvements include OpenTelemetry enhancements for better observability, fixes for session branching, model configuration, and terminal/voice mode stability. The release addresses issues with structured outputs, token counting, image resizing, and various UI/UX problems.

ashwin-antApr 29, 2026
RELintermediate
[Release] langchain-ai/langchain langchain-anthropic==1.4.2: langchain-anthropic==1.4.2

langchain-anthropic version 1.4.2 is released with critical fixes and new features. Key updates include restoration of `cache_control` functionality on non-direct subclasses, bumped minimum core versions for compatibility, and implementation of content-block-centric streaming (v2). The release also includes CI improvements and standardized integration test invocation across partners.

github-actions[bot]Apr 29, 2026
RELintermediate
[Release] openai/openai-agents-python v0.14.7: v0.14.7

OpenAI Agents Python v0.14.7 release includes convenience properties for tool items (tool_name, call_id), improved memory consolidation with higher turn limits, GPT-5.5 model aliases, and critical security fixes for file validation and symlink handling. The release also removes unset fields from Responses API calls and tightens tar/zip member validation to enhance security and stability.

seratchApr 28, 2026
RELintermediate
[Release] anthropics/claude-code v2.1.121: v2.1.121

Claude Code v2.1.121 introduces significant usability and performance improvements, including a new `alwaysLoad` MCP option for tool availability, enhanced plugin management with pruning, and improved terminal UI with scrollable dialogs and better URL handling. The release addresses critical memory leaks affecting image processing and session history, fixes OAuth and authentication issues across multiple platforms, and adds support for Workload Identity Federation and custom redirect URIs. Multiple terminal rendering bugs are resolved, and performance optimizations reduce file descriptor usage and startup time.

ashwin-antApr 28, 2026
RELintermediate
[Release] openclaw/openclaw v2026.4.26: OpenClaw 2026.4.26

OpenClaw v2026.4.26 introduces major enhancements to real-time communication, plugin architecture, and migration tooling. Key additions include a generic browser real-time transport contract, Cerebras provider integration, asymmetric embedding support for memory search, and bundled importers for Claude and Hermes configurations. The release also includes numerous stability fixes for gateway operations, plugin discovery, and device token handling.

steipeteApr 28, 2026
TUTintermediate
Build agents that remember your users Apr 2026 • Agent Patterns Tools Give your Claude Managed Agents a Memory store so they learn and remember your users' preferences across multiple interactions.

This guide demonstrates how to build Claude Managed Agents with persistent memory capabilities that learn and retain user preferences across multiple sessions. Users create a memory store, configure a shopping agent with file access tools, and show how the agent automatically reads and updates customer preferences on repeat visits. The memory system uses a simple file-based approach mounted at /mnt/memory/ that both the agent and application can access via API.

Apr 28, 2026
RELintermediate
[Release] openclaw/openclaw v2026.4.25: OpenClaw 2026.4.25

OpenClaw v2026.4.25 delivers major upgrades across voice synthesis, plugin architecture, observability, and browser automation. TTS now supports multiple providers (Azure Speech, Xiaomi, ElevenLabs v3, etc.) with chat-scoped controls and per-agent overrides. Plugin startup paths move to a cold persisted registry for deterministic operations and reduced manifest scanning. OpenTelemetry coverage expands across model calls, token usage, and tool loops with bounded attributes. Browser automation gains safer tab URLs, iframe-aware snapshots, and improved CDP readiness. Control UI adds PWA/Web Push support and enhanced setup flows.

steipeteApr 27, 2026
RELintermediate
[Release] openclaw/openclaw v2026.4.25-beta.2: openclaw 2026.4.25-beta.2

OpenClaw v2026.4.25-beta.2 delivers major upgrades across text-to-speech (TTS) with new providers and chat-scoped controls, plugin architecture optimization through cold persisted registry, comprehensive OpenTelemetry observability expansion, safer browser automation with CDP improvements, and hardened installation/update processes across all platforms. The release includes PWA/Web Push support in the control UI, per-agent and per-account TTS overrides, and deterministic plugin discovery that eliminates broad manifest scans.

steipeteApr 26, 2026
RELintermediate
[Release] openclaw/openclaw v2026.4.25-beta.3: openclaw 2026.4.25-beta.3

OpenClaw v2026.4.25-beta.3 introduces major upgrades to text-to-speech (TTS) with new providers and chat-scoped controls, migrates plugin management to a cold persisted registry for faster startup, expands OpenTelemetry observability across model calls and tool loops, enhances browser automation safety with iframe-aware snapshots, and hardens installation/update processes across multiple platforms. The release also adds PWA/Web Push support to the control UI and includes new CLI tools for setup and diagnostics.

steipeteApr 26, 2026
RELintermediate
[Release] openclaw/openclaw v2026.4.25-beta.4: openclaw 2026.4.25-beta.4

OpenClaw v2026.4.25-beta.4 introduces major upgrades to text-to-speech (TTS) with new providers and chat-scoped controls, migrates plugin startup paths to a cold persisted registry for faster performance, expands OpenTelemetry observability across model calls and tool loops, hardens browser automation with safer URLs and iframe awareness, and strengthens installation/update processes across multiple platforms. The release also adds PWA/Web Push support to the control UI and includes new CLI tools for plugin management and diagnostics.

steipeteApr 26, 2026
RELintermediate
[Release] openclaw/openclaw v2026.4.25-beta.1: openclaw 2026.4.25-beta.1

OpenClaw v2026.4.25-beta.1 introduces major upgrades to text-to-speech (TTS) with multi-provider support and per-agent overrides, migrates plugin management to a cold persisted registry for faster startup, expands OpenTelemetry observability across model calls and tool execution, enhances browser automation safety with iframe-aware snapshots and CDP tuning, and hardens installation/update processes across multiple platforms. The release also adds PWA/Web Push support to the control UI and includes new provider integrations (Azure Speech, Xiaomi, Volcengine, ElevenLabs v3) alongside improved CLI tooling and diagnostics.

steipeteApr 26, 2026
RELintermediate
[Release] openclaw/openclaw v2026.4.24: openclaw 2026.4.24

OpenClaw v2026.4.24 introduces Google Meet as a bundled participant plugin with real-time voice capabilities, adds DeepSeek V4 models to the default catalog, and enhances browser automation with coordinate clicks and improved action budgets. The release significantly lightens plugin and model infrastructure at startup through static catalogs and lazy dependencies, while implementing breaking changes to plugin SDK tool-result transforms that require migration to the new `registerAgentToolResultMiddleware` API.

steipeteApr 25, 2026
RELintermediate
[Release] openclaw/openclaw v2026.4.24-beta.2: OpenClaw 2026.4.24 beta 2

OpenClaw v2026.4.24-beta.2 addresses critical runtime issues on Windows by fixing package-root dependency resolution in bundled-plugin installations. The release ensures compatibility during updates from v2026.4.23 by temporarily disabling future bundled plugins until the updater completes. This prevents npm update failures and compatibility breakage in copied-runtime environments.

steipeteApr 25, 2026
RELintermediate
[Release] openclaw/openclaw v2026.4.24-beta.3: openclaw 2026.4.24-beta.3

OpenClaw v2026.4.24-beta.3 introduces Google Meet as a bundled participant plugin with real-time voice capabilities, adds DeepSeek V4 models to the default catalog, and enhances browser automation with coordinate clicks and improved tab recovery. The release includes significant infrastructure improvements for lighter startup times through static model catalogs and lazy provider dependencies, plus numerous bug fixes across Telegram, browser automation, MCP, sessions, and gateway restart handling.

steipeteApr 25, 2026
RELintermediate
[Release] openclaw/openclaw v2026.4.24-beta.4: openclaw 2026.4.24-beta.4

OpenClaw v2026.4.24-beta.4 introduces Google Meet as a bundled participant plugin with real-time voice capabilities, adds DeepSeek V4 models to the default catalog, and significantly improves browser automation, plugin infrastructure, and session management. The release includes 20+ bug fixes addressing packaged installs, heartbeat scheduling, Telegram polling, browser navigation, and MCP runtime management. Key improvements focus on startup performance through lazy loading and manifest-backed catalogs, plus enhanced stability for multi-platform deployments.

steipeteApr 25, 2026
RELintermediate
[Release] openclaw/openclaw v2026.4.24-beta.5: openclaw 2026.4.24-beta.5

OpenClaw v2026.4.24-beta.5 introduces Google Meet as a bundled participant plugin with real-time voice capabilities, adds DeepSeek V4 models to the default catalog, and enhances browser automation with coordinate clicks and improved tab recovery. The release includes significant infrastructure improvements for lighter startup times through static model catalogs and lazy provider dependencies, plus numerous bug fixes across Telegram, browser automation, MCP runtime management, and session handling.

steipeteApr 25, 2026
RELintermediate
[Release] openclaw/openclaw v2026.4.24-beta.1: openclaw 2026.4.24-beta.1

OpenClaw v2026.4.24-beta.1 introduces Google Meet as a bundled participant plugin with real-time voice capabilities, adds DeepSeek V4 models to the default catalog, and implements WebRTC-backed realtime voice loops across Talk, Voice Call, and Google Meet. The release includes browser automation improvements (coordinate clicks, longer action budgets, per-profile headless overrides), lighter plugin/model infrastructure at startup, and breaking changes to plugin SDK tool-result transforms requiring migration to `registerAgentToolResultMiddleware`.

steipeteApr 25, 2026
RELbeginner
[Release] openai/openai-agents-python v0.14.6: v0.14.6

OpenAI Agents Python v0.14.6 is a maintenance release that updates examples and defaults to GPT-4.5, relaxes websockets dependency constraints, and hardens dependency resolution. The release includes new MongoDB session documentation and translation updates. Two new contributors joined the project with dependency management improvements.

seratchApr 25, 2026
RELintermediate
[Release] langchain-ai/langchain langchain-openai==1.2.1: langchain-openai==1.2.1

langchain-openai version 1.2.1 is a hotfix release that bumps minimum core versions and adds support for GPT-5.5 Pro in the Responses API. The release includes content-block-centric streaming improvements (v2) and refreshed model profile data. Key changes focus on API compatibility, new model support, and streaming enhancements.

github-actions[bot]Apr 25, 2026
RELintermediate
[Release] crewaiInc/crewAI 1.14.3: 1.14.3

crewAI v1.14.3 introduces lifecycle events for checkpoint operations, adds support for e2b and Bedrock V4, and enhances sandbox capabilities with Daytona tools. The release includes significant bug fixes for checkpoint serialization, execution tracking, and streaming tool calls, plus a ~29% cold start optimization. Security patches for lxml and python-dotenv dependencies are also included.

greysonlalondeApr 25, 2026