Release Notes
June 1, 2026 ยท View on GitHub
All notable changes to this project will be documented in this file.
[0.3.0] - 2026-05-29
Breaking
- 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.
Eval - Quality Flywheel (preview)
- 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).
Other
- Minor skills consistency fixes
[0.2.1] - 2026-05-28
- 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
[0.2.0] - 2026-05-15
- Moved agent-cli project config into a language-independent agents-cli-manifest.yaml file
- Old config embedded in pyproject.toml can be automatically migrated with
agents-cli scaffold upgrade
- Old config embedded in pyproject.toml can be automatically migrated with
- Added
eval optimizecommand - add --network-attachment and --dns-peering-* flags to deploy
- Misc startup performance improvements
- Avoid crashes related to terminal encodings
- Smarter tool path resolution, especially for Windows
- Updated dependency version locks
- Added manifest support for Claude and Gemini CLI plugin support
- Fix some bugs around preserving the right config metadata when scaffolding and enhancing and/or upgrading
- Misc doc and skill fixes
- Visual Explainer page for Agents CLI lifecycle at https://google.github.io/agents-cli/
- Cleaned up some dead template code
[0.1.3] - 2026-05-06
- Default
infracommands to terraform plan instead of apply - Fix
playgroundto work for Cloud Shell and other similar envs and be more transparent about the underlying command - Update skills to cover need for cloud sql role
- Make
agents-cli infoprint OS info for easier bug reporting - Make
runonly start a background server when requested with--start-server - Clearer display string for ADC auth
- Fix broken doc links
- Fix missing target description for agent_runtime
[0.1.2] - 2026-04-29
- Document & image fixes
- Project metadata fixes
- Preserve multi-hop traces in completions_view BigQuery SQL
- Detect legacy ADK skills during setup
- Save inline artifacts to .google-agents-cli/artifacts/
- Fix some Windows shell interaction issues
- Remove unprocessed pass-through args for
deploy, updated skills and --help text - Fix agents-cli considering the user as authenticated when auth got stale
- Auto stop local
runserver on error
[0.1.1] - 2026-04-22
- Performance improvements, particularly for CLI startup time
- Doc cleanups
[0.1.0] - 2026-04-21
- Initial public release