Releases: google/agents-cli
Release list
Release v1.1.0
Release v1.1.0
- Guided brainstorming for new agents. The workflow skill's Phase 0 is now an interactive brainstorming dialogue that helps you shape an agent's spec before any code is written, and surfaces its assumptions for review when it can't ask.
eval generateandeval gradeno longer clutter output with benign third-party warnings and progress bars that never affected results. This output is still shown on failure and can be re-enabled for debugging.- Generated projects now name the default scaffolded eval metric module
tests/eval/response_quality.py(wasmetrics.py) to match the metric it implements. - Broad Windows compatibility fixes across the CLI.
- Fixed a command-name typo in user-facing hints so they point to the correct
agents-clicommand. - Refreshed the bundled skills, including pointing the RAG samples at
core/python/ingoogle/adk-samples.
Release v1.0.0
Release v1.0.0
Agents CLI is now 1.0 - GA
- Redeploys now preserve the existing deployment spec on Agent Runtime and Cloud Run instead of resetting unspecified settings.
- Agent Runtime deploys now honor
.gcloudignoreand.gitignorewhen packaging source, so uploads no longer include ignored files. - RAG is now a clone-and-study recipe: start from the
rag-vector-search/rag-agent-searchsamples ingoogle/adk-samples(surfaced via the workflow skill). Theagentic_ragtemplate, the--datastoreflag, and theinfra datastore/data-ingestioncommands were removed and now print a redirect. - Generated projects now consolidate Python environment configuration into a single templated
.envfile. - Eval commands now tolerate ADK toolsets when introspecting eval metadata, so agents that use toolsets no longer fail metadata collection.
- GKE Cloud Build deploys are now resilient to log-streaming limits and no longer fail when the build log stream is truncated.
- Refreshed the bundled skills: RAG samples point to
core/on adk-samplesmain, the always-active workflow skill was generalized and trimmed, and the ADK code guidance notesstreaming_agent_run_with_eventsfor debugging on Agent Runtime.
Release v0.6.1
Release v0.6.1
publish gemini-enterprisenow registers Agent Runtime deployments via ADK by default, which Gemini Enterprise invokes natively and reliably. A2A registration remains the default for Cloud Run and GKE; requesting A2A on Agent Runtime now warns and recommends ADK. Re-publishing an A2A agent no longer creates duplicate registrations, and A2A agent cards now carry the correct public URL on the first deploy.agents-cli updatenow exits non-zero and clearly reports when a skill fails to update, instead of always printing a misleading green "Skills updated." banner. Also fixes failure messages rendering in the wrong color on Windows PowerShell.- Refreshed the generated project
uv.lockfiles for all templated agents, updating bundledgoogle-adkfrom 2.2.0 to 2.3.0.
Release v0.6.0
Release v0.6.0
- Agent Runtime deploys now serve ADK web, A2A, and the reasoning engine from a single unified container app.
- Cloud Trace spans no longer capture LLM prompts and responses, keeping sensitive content out of traces.
- Refreshed the bundled skills: correctness fixes, de-duplication, and a leaner always-active workflow guide, plus a2ui documented in the ADK code cheatsheet.
Release v0.5.1
Release v0.5.1
- Fixed run and playground commands on Windows
- #34
- #35
- Thanks to @Abdullah-k0de for discovering and reporting these!
- Fixed stale GCS bucket in failure-investigation guide
- Added Agent Registry fleet management to publish skill
Release v0.5.0
Release v0.5.0
deploynow surfaces machine-shape parameters as flags for Agent Runtime and Cloud Run.deployadds a--service-nameoverride.runprints a copy-pasteable resume command in the session footer.runno longer tears down a reused local server on a plain run.scaffold upgradenow builds the prior-version template viauvx.- Skills setup/update no longer hangs on large
npxoutput (a pipe-buffer deadlock). - The project-root notice now only prints when the command actually changes directory.
- Fixed pre-existing inaccuracies in the bundled skills and generated project READMEs.
- Source code is now published to the public GitHub repo: https://github.com/google/agents-cli
Release v0.4.0
Release v0.4.0
- Scaffolded Python templates now use ADK 2.0 GA. New
adk,adk_a2a, andagentic_ragprojects pingoogle-adk[gcp]>=2.0.0,<3.0.0; the[gcp]extra restores the OpenTelemetry GCP exporters and bundles the BigQuery client, so the separate[bigquery-analytics]extra is no longer needed. Cloud SQL sessions on Cloud Run and GKE keep working under 2.0. The bundled ADK coding skill and its reference docs were refreshed for 2.0. - Agent Runtime deploys no longer overwrite a user-supplied
AGENT_VERSION(orNUM_WORKERS) passed via--update-env-vars, matching Cloud Run behavior. The "version not found" warning now names thepyproject.tomlfield to set. - Fixed a stale
deployment/terraform/dev/path in the Cloud Trace observability guide so it matches the currentsingle-projectterraform layout.
Release v0.3.1
Release v0.3.1
eval generatenow works on ADK 2.x projects that use built-in tools such asVertexAiSearchTool. Raised thegoogle-cloud-aiplatformfloor to 1.156.0, which carries the SDK fix.- Skills installed via
agents-cli setupare now visible to Antigravity. Global skills are mirrored into the Antigravity skill directories. updatenow surfaces errors clearly instead of failing silently.- Agent deploys tolerate a corrupt or malformed
deployment_metadata.jsoninstead of crashing. - Deployment timestamps are now timezone-aware.
- A malformed
AGENTS_CLI_EXPERIMENTSvalue no longer crashes the CLI. agents-cli installnow runs with--locked, so a drifteduv.lockfails fast instead of silently resolving new dependency versions.
Release v0.3.0
Release v0.3.0
-
The eval data format changed from ADK
EvalSetto Vertex AIEvaluationDataset. Existingtests/eval/evalsets/*.evalset.jsonfiles are no longer read byagents-cli eval generateand friends. See Migrating Eval Datasets for the conversion.scaffold upgradenow prints a notice when legacy files are detected. -
Added
eval dataset synthesizefor LLM-driven user-simulation dataset generation. -
Added
eval generateto run agent inference over anEvaluationDatasetand emit traces. -
Added
eval gradeto score agent traces against built-in or custom metrics. -
Added
eval submitto submit an end-to-end cloud-side evaluation run on Vertex AI Eval Service. -
Added
eval resultsto fetch results from a completed cloud evaluation run. -
Added
eval analyzefor failure-mode analysis over graded results. -
Added
eval metric listto discover built-in evaluation metrics. -
Rewrote the
evalskill end-to-end to cover the Quality Flywheel workflow (dataset, generate, grade, analyze, optimize). -
Minor skills consistency fixes
Release v0.2.1
Release v0.2.1
- Add --dryrun as an alias for --dry-run
- Smarter skills installation
- Cache credentials for better performance
- Fix is_authenticated to work without gcloud
- Fix agent runtime deploy error to be clearer
- Remove 'beta' from gcloud commands that no longer need them
- Fix broken doc links
- Auto gen lockfile if it is missing before trying to export it in deploy