Claude Code v2.1.229, Gemini Agent Hooks, and Agent Plugins 1.0 Released

This week features significant updates for AI developers, including a new Claude Code release enhancing self-hosted runner support and remote control. Google's Gemini API Managed Agents gain 3.6 Flash access and advanced hooks, while a new cross-platform Agent Plugins 1.0 standard simplifies tool-use across various AI agent clients.

Claude Code v2.1.229 released (Anthropic)

Anthropic has released Claude Code v2.1.229, bringing notable enhancements for developers working with their AI models. A key update is the improved documentation and functionality for `claude remote-control --continue`, which now explicitly supports resuming the most recent Remote Control session. This feature streamlines the development workflow, allowing practitioners to pick up exactly where they left off without needing to re-initialize sessions, thereby boosting efficiency in iterative coding and debugging with Claude. Additionally, this release introduces server-supplied Claude Code hook support specifically tailored for self-hosted runner sessions. This mirrors the capabilities previously available in managed environments, providing greater flexibility and control for organizations deploying Claude Code within their own infrastructure. The integration of these hooks enables developers to customize and extend the behavior of Claude Code runners, facilitating deeper integration with existing CI/CD pipelines, monitoring systems, and proprietary tools. This advancement is crucial for enterprises requiring robust, adaptable, and secure AI development environments, ensuring consistent behavior whether operating in managed or self-hosted setups.
The addition of server-supplied hooks for self-hosted runners is a game-changer for enterprise adoption, allowing deeper customization and integration into existing infrastructure. Resuming remote control sessions will save a lot of time during development.

Gemini API Managed Agents: 3.6 Flash, hooks, and more (Google AI Blog)

Google has significantly expanded the capabilities of Gemini API Managed Agents, introducing access to the powerful `3.6 Flash` model and enhancing support for hooks and triggers. Managed Agents offer a streamlined way for developers to build and deploy AI agents that can interact with external tools and services, all while handling underlying infrastructure, scaling, and state management. The integration of `3.6 Flash` means agents can now leverage a faster and more cost-effective model, crucial for latency-sensitive applications and those requiring high-throughput processing, without sacrificing significant quality. This model access empowers developers to create more responsive and efficient agentic experiences. A core improvement in this update is the expanded functionality for hooks and triggers within the Managed Agents framework. These allow developers to define custom logic that executes at specific points in an agent's lifecycle or in response to particular events. This could include pre-processing user inputs, validating tool outputs, or orchestrating complex multi-step workflows. By providing more granular control over agent behavior, these enhanced hooks enable the construction of more sophisticated, robust, and customized AI agents that can adapt dynamically to various operational contexts and integrate seamlessly with backend systems. This is a critical step towards building truly intelligent and automated solutions using the Gemini API.
Access to the `3.6 Flash` model for Managed Agents is a clear win for performance and cost-efficiency, while the advanced hooks unlock much more complex and tailored agent workflows.

Agent Plugins 1.0 in VS Code, Copilot CLI, and the Copilot app (GitHub Changelog)

The GitHub Changelog announces the official release of Agent Plugins 1.0, a significant step towards standardizing how AI agents interact with external tools. This new standard allows developers to build a single plugin and deploy it across various compatible agent clients, including VS Code, Copilot CLI, and the dedicated Copilot app. The initiative is backed by multiple major players in the AI and cloud space, with AWS, Anysphere, Microsoft, OpenAI, and Vercel participating in its publication. This broad support signifies a move towards a more interoperable ecosystem for AI agents, reducing fragmentation and increasing the utility of agentic capabilities. Agent Plugins 1.0 addresses a critical need for a unified tool-use protocol, akin to how web APIs enabled broader internet integration. By standardizing the interface for agent plugins, developers can focus on creating powerful functionalities rather than adapting their tools for each specific agent environment. This not only simplifies plugin development but also accelerates the adoption of AI agents by providing a rich, consistent library of tools. The ability to use these plugins across different clients means that an agent's capabilities are portable and accessible wherever a developer chooses to work, fostering innovation in agent-assisted software engineering and paving the way for more sophisticated agentic workflows that leverage a diverse set of external services.
Finally, a cross-vendor standard for agent plugins! This is huge for interoperability and means I can build a tool once and confidently use it across different AI environments.