Release v0.2.0
- 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 - PSC-I support for Agent runtime: add --network-attachment and --dns-peering-* flags to deploy
- Misc startup performance improvements
- Avoid crashes related to terminal encodings
- Fixes #15
- Smarter tool path resolution, especially for Windows
- Fixes #14
- Updated dependency version locks
- Fixes #13
- 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