Agent DailyAgent Daily

Coding Workflows

Structured methodologies for agent-assisted software development

Build a playbook about Coding Workflows

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

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

Claude Code v2.1.206 introduces enhanced directory navigation with `/cd` suggestions, a `/doctor` check for optimizing CLAUDE.md files, and improved git workflow automation via `/commit-push-pr`. The release fixes critical issues including expired login error handling, MCP server timeout configuration, OAuth re-authentication, and keyboard input responsiveness across multiple platforms. Performance improvements include background agent auto-upgrades and better model picker accuracy.

ashwin-antJul 10, 2026
RELintermediate
[Release] crewaiInc/crewAI 1.15.2: 1.15.2

crewAI 1.15.2 introduces dynamic LLM model loading in the crew wizard, inline skill definitions, and enhanced Flow capabilities including templated action inputs and a new Flow Definition authoring skill. The release includes message setup/feedback handling in AgentExecutor, repository agents support, and a stream frame protocol for flows. Multiple bug fixes address model-catalog caching, pip-audit vulnerabilities, and flow input resolution.

lorenzejayJul 8, 2026
RELintermediate
[Release] anthropics/claude-code v2.1.202: v2.1.202

Claude Code v2.1.202 introduces dynamic workflow size configuration, enhanced OpenTelemetry telemetry attributes for workflow tracing, and fixes 17+ critical bugs spanning interactive sessions, Remote Control integration, voice dictation, and workflow parsing. Key improvements include better sign-in URL handling over SSH, improved workflow agent list UI, and enhanced MCP error messaging. The release also optimizes session resumption performance in repositories with many git worktrees.

ashwin-antJul 7, 2026
TUTadvanced
Reproduce Claude's agentic search benchmark scores in the Messages API Jun 2026 • Evals Tools Build a Messages API harness that reproduces published DeepSearchQA and BrowseComp scores, using programmatic tool calling, server-side compaction, and task budgets.

This cookbook demonstrates how to reproduce Claude's published agentic search benchmark scores (DeepSearchQA, BrowseComp) using the Messages API with programmatic tool calling, server-side compaction, and task budgets. The key is proper harness configuration—API parameters that become critical for agents running 30+ tool calls across hundreds of thousands of tokens. By following this guide, you'll build an agentic search loop that matches Claude's official benchmark performance and understand why each configuration choice matters for long-horizon tasks.

Jul 1, 2026
RELintermediate
[Release] crewaiInc/crewAI 1.15.1: 1.15.1

CrewAI 1.15.1 release introduces Git repository initialization for generated projects, requires explicit project definitions, and enhances deployment workflows. The update includes critical bug fixes for JSON rendering, SSRF vulnerabilities, and deployment page linking. Documentation improvements focus on open source positioning and agent setup guidance.

joaomdmouraJun 27, 2026
RELintermediate
[Release] crewaiInc/crewAI 1.15.0: 1.15.0

crewAI 1.15.0 introduces significant enhancements to conversational flows and declarative configuration, including unified flow loading, DMN mode support, and CLI TUI integration. The release adds new composite actions (each, single agent, crew actions) to FlowDefinition and improves telemetry tracking for conversational turn usage. Multiple bug fixes address JSON schema handling, credential permissions, token aggregation, and symlink vulnerabilities, while documentation improvements include Datadog integration guides and JSON-first crew project setup.

lorenzejayJun 26, 2026
RELintermediate
[Release] anthropics/claude-code v2.1.187: v2.1.187

Claude Code v2.1.187 introduces security enhancements with sandbox credential blocking and org-configured model restrictions, while fixing critical issues with structured output handling, MCP tool timeouts, remote sessions, and UI responsiveness. The release improves user experience with mouse click support in select menus, better navigation controls, and enhanced GitHub App installation workflow. Multiple stability fixes address agent management, channel connections, and terminal text handling across different platforms.

ashwin-antJun 24, 2026
RELintermediate
[Release] anthropics/claude-code v2.1.186: v2.1.186

Claude Code v2.1.186 introduces CLI authentication for MCP servers, enhanced workflow filtering, and improved agent team management. Key fixes address streaming failures after sleep, subagent transcript issues, and permission prompt handling. The release also improves skill metadata flexibility, memory management, and background session behavior with better user control over tool permissions.

ashwin-antJun 23, 2026
RELintermediate
[Release] crewaiInc/crewAI 1.14.8a: 1.14.8a

CrewAI 1.14.8a introduces major workflow enhancements with FlowDefinition support for script actions, crew actions, and composite operations. The release adds DMN mode support, JSON-first crew projects, and experimental flow definition execution via CLI. Key improvements include memory reset functionality, expression support in actions, and human feedback integration from flow definitions.

joaomdmouraJun 18, 2026
TUTintermediate
Async multi-agent orchestration Jun 2026 • Agent Patterns Two async multi-agent patterns — a fixed N-agent team with peer messaging through a shared hub, and dynamically spawned async subagents — reduced to their bare messaging and lifecycle mechanics.

This cookbook demonstrates two async multi-agent orchestration patterns using Claude: a fixed N-agent team with peer messaging through a shared hub, and dynamically spawned async subagents. Built on the Anthropic Python SDK and asyncio, it provides bare messaging and lifecycle mechanics without domain-specific tasks, allowing developers to see exactly which tools fire and in what order before adding their own tools and logic. The patterns run on any API key in under thirty seconds and include a message hub, messaging tools (send_message and wait_for_message), and a base agent loop that handles tool dispatching and inbox management.

Jun 10, 2026
RELintermediate
[Release] anthropics/claude-code v2.1.157: v2.1.157

Claude Code v2.1.157 introduces automatic plugin loading from `.claude/skills` directories, enhanced agent management with worktree switching, improved telemetry with tool parameters, and numerous bug fixes across terminal UI, image handling, session management, and IDE integrations. Key improvements include plugin scaffolding commands, autocomplete enhancements, better worktree cleanup, and performance optimizations for long conversations.

ashwin-antMay 30, 2026
RELintermediate
[Release] anthropics/claude-code v2.1.154: v2.1.154

Claude Code v2.1.154 introduces Opus 4.8 with dynamic workflows for orchestrating multi-agent tasks, fast mode at reduced costs, and a lean system prompt as default. Key improvements include enhanced safety controls, better plugin management with directory-aware suggestions, and numerous bug fixes for background sessions, terminal rendering, and MCP server handling. The release also deprecates legacy environment variables and improves the user experience across multiple platforms including Bedrock, Vertex, and Chrome integration.

ashwin-antMay 28, 2026
RELintermediate
[Release] anthropics/claude-code v2.1.152: v2.1.152

Claude Code v2.1.152 introduces significant enhancements to code review workflows, skill management, and user interface. Key additions include `/code-review --fix` for automatic code improvements, dynamic skill reloading via `SessionStart` hooks, new hook events for message transformation, and improved Vim mode navigation. The release also addresses numerous bug fixes related to terminal rendering, plugin management, MCP server connectivity, and session state handling.

ashwin-antMay 27, 2026
RELintermediate
[Release] anthropics/claude-code v2.1.147: v2.1.147

Claude Code v2.1.147 introduces significant improvements to background session management, renames the `/simplify` command to `/code-review` with enhanced bug detection capabilities, and delivers numerous bug fixes across the auto-updater, shell tools, PowerShell integration, and UI rendering. Key enhancements include better session persistence, improved diff performance, and fixes for enterprise login enforcement. The release addresses 40+ issues spanning headless mode compatibility, plugin management, and cross-platform stability.

ashwin-antMay 22, 2026
RELintermediate
[Release] anthropics/claude-code v2.1.146: v2.1.146

Claude Code v2.1.146 introduces a command rename from `/simplify` to `/code-review` with effort levels, fixes critical regressions in Windows PowerShell and MCP pagination, and resolves multiple UI/UX issues including full-screen strobing, permission re-prompting, and auto-updater reliability. The release also improves diff rendering performance and fixes several edge cases in background sessions, theme management, and multi-agent configurations.

ashwin-antMay 21, 2026
TUTintermediate
Outcomes: agents that verify their own work May 2026 • Agent Patterns Evals Build a grade-and-revise loop with Outcomes: a writer drafts a cited research brief, a stateless grader fetches every URL and checks every quote against a rubric, and feedback drives revisions until the brief passes. Covers user.define_outcome, the span.outcome_evaluation_* events, and how to write a rubric the grader can act on.

This guide teaches how to build a grade-and-revise loop using Outcomes in Claude Managed Agents, where a writer agent drafts a cited research brief and a stateless grader independently verifies every URL, quote, and claim against a detailed rubric. The grader provides structured feedback that drives revisions until the brief passes, eliminating manual review cycles. Key techniques include writing specific, actionable rubrics that force concrete evidence, using span.outcome_evaluation_* events to track the loop, and understanding when Outcomes is the right tool for quality assurance.

May 7, 2026
RELintermediate
[Release] google/adk-python v2.0.0b1: v2.0.0b1

Google ADK Python v2.0.0-beta.1 marks the transition to Beta phase with significant architectural improvements. Key additions include a full Workflow graph orchestration system with NodeRunner for execution isolation, explicit ReAct loop nodes for agent execution, and Human-in-the-loop resumption capabilities. The release also addresses a critical RCE vulnerability in YAML configuration handling and optimizes performance for single-turn LLM agents.

sasha-gitgApr 23, 2026
RELbeginner
[Release] anthropics/claude-code v2.1.111: v2.1.111

Claude Code v2.1.111 introduces Claude Opus 4.7 with a new xhigh effort level for tuned speed/intelligence tradeoffs, Auto mode for Max subscribers, and significant UX improvements including interactive effort sliders, comprehensive code review via /ultrareview, and enhanced permission management. The release includes numerous bug fixes for terminal display, LSP diagnostics, plugin handling, and cross-platform compatibility, particularly for Windows PowerShell integration.

ashwin-antApr 16, 2026
RELintermediate
[Release] anthropics/claude-code v2.1.105: v2.1.105

Claude Code v2.1.105 introduces significant improvements to worktree management, plugin architecture, and user experience. Key additions include the `path` parameter for EnterWorktree, PreCompact hook blocking, background monitor support for plugins, and the `/proactive` alias for `/loop`. The release focuses on stability with better API stream handling, improved error messaging, and numerous bug fixes across file operations, terminal rendering, and MCP integration.

ashwin-antApr 14, 2026
RELintermediate
[Release] anthropics/claude-code v2.1.101: v2.1.101

Claude Code v2.1.101 introduces significant improvements to team collaboration, enterprise security, and user experience. Key additions include a `/team-onboarding` command for generating ramp-up guides, OS CA certificate store trust for enterprise TLS proxies, and auto-creation of cloud environments for remote sessions. The release focuses on enhancing error messaging, fixing critical bugs in session management, and improving plugin/MCP tool reliability across various authentication providers and platforms.

ashwin-antApr 10, 2026