Release v1.5.0
- Extension system with a LangChain template.
agents-clican now be extended with custom commands and add-on agent templates, shipped with a LangChain extension and authoring guides. Extensions install from GitHub, other git hosts (including self-hosted and enterprise servers), or a local path for development. - Add
agents-cli infra showto inspect the Terraform configuration provisioned byagents-cli infra single-project. - Add
--update-onlytoagents-cli deploy, so a deploy updates an existing Agent Runtime engine instead of creating a duplicate. - Add a
--labelsflag toagents-cli deployto tag Agent Runtime and Cloud Run deployments. - Add
--qpstoagents-cli evalthat controls the request rate instead of being throttled to the default value. - Name the scaffolded root agent after its project instead of a generic default.
agents-cli deploynow retries throttled Agent Platform calls.agents-cli createnow reports precondition failures as clear errors instead of exiting successfully or printing a traceback.- Fix background server reuse ignoring the requested session mode.
- Fix
reasoning_engine_adapterstreaming returning an empty response. - Prevent multi-region deployments in scaffold and deploy.
- Give a clear error for malformed project manifests instead of silently defaulting or printing a traceback.
- Fix stale command references in docs and CLI hints.
- Scaffolded A2A agents now forward tool calls and responses to clients, not just text.
agents-cli setupnow works without network or git access, with skills bundled into the package.- Fix a Windows failure loading a scaffolded project whose config points at a local path.