Skip to content

Release v0.2.0

Latest

Choose a tag to compare

@sushicw sushicw released this 19 May 01:14

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
  • Added eval optimize command
  • 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
  • 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