Skip to content

AgentCore CLI v0.13.0

Choose a tag to compare

@github-actions github-actions released this 01 May 00:44
· 292 commits to main since this release
90924d6

Installation

npm install -g @aws/agentcore@0.13.0

What's Changed

See the full changelog for details.

What's Changed

  • ci: cut full e2e time in half via vitest sharding by @Hweinstock in #1016
  • feat: update @aws/agent-inspector to 0.3.0 by @avi-alpert in #1055
  • refactor: consolidate cli-config into global-config by @Hweinstock in #802
  • fix: default invalid telemetry attributes to 'unknown' instead of dropping metric by @Hweinstock in #1062
  • fix: forward custom headers in bearer token invoke paths by @Hweinstock in #1065
  • feat: wire telemetry into all add.* commands by @Hweinstock in #1050
  • fix: resolve e2e import test concurrency races by @Hweinstock in #1067
  • feat: evo preview features — config bundles, batch evaluation, recommendations, AB testing by @notgitika in #1068
  • fix: stop rewriting agentcore.json on deploy and clean up evo resources on teardown by @notgitika in #1072
  • fix: make configBundles, abTests, httpGateways optional in schema by @notgitika in #1073
  • fix: revert .optional() to .default([]) and strip empty evo arrays on write by @notgitika in #1074
  • fix: replace z.undefined() with z.never() for JSON Schema compat by @notgitika in #1075
  • Release v0.13.0 by @github-actions[bot] in #1076

Full Changelog: v0.12.2...v0.13.0