Skip to content

v0.1.3 - CodeBuild Default + Improved UX

Choose a tag to compare

@sundargthb sundargthb released this 01 Aug 08:58
· 254 commits to main since this release
dbbc1ef

Breaking Change

CodeBuild is now the default deployment method. Use --local-build flag for local Docker builds.

What's New

  • 🚀 CodeBuild is now the default (no Docker required locally)
  • ⏱️ Extended timeout support (900s) for long-running agents
  • 🔄 Streaming invoke re-enabled
  • 📝 Better error messages and CLI help

Migration Required

# Old way (v0.1.2)
agentcore launch  # Was local build

# New way (v0.1.3)
agentcore launch --local-build  # For local build
agentcore launch  # For cloud build (default)

Upgrade

pip install --upgrade bedrock-agentcore-starter-toolkit