Skip to content

AgentCore CLI v0.4.0

Choose a tag to compare

@github-actions github-actions released this 28 Mar 02:31
· 467 commits to main since this release
1631fdb

Installation

npm install -g @aws/agentcore@0.4.0

What's Changed

See the full changelog for details.

What's Changed

  • feat: add JSON schema generation from Zod by @Hweinstock in #661
  • chore(deps): bump handlebars from 4.7.8 to 4.7.9 by @dependabot[bot] in #691
  • fix: prevent region override for post-deploy commands by @konippi in #595
  • feat: add managedBy enum field to AgentCoreProjectSpec schema by @notgitika in #700
  • fix: improve CLI UX — memory docs, standardize flags, fix deploy alias by @jesseturner21 in #703
  • fix(e2e): clean up stale credential providers before test runs by @aidandaly24 in #698
  • fix(cli): correct inaccurate --help text across all commands by @aidandaly24 in #695
  • refactor(cli)!: unify naming without backward-compat aliases by @jesseturner21 in #705
  • fix: support non-default runtime endpoint in on-demand evals by @notgitika in #634
  • fix: align name constraints with API docs by @Hweinstock in #701
  • feat: inject $schema URL into generated agentcore.json by @Hweinstock in #692
  • ci: use AUTHORIZED_USERS for pr-tarball authorization by @Hweinstock in #642
  • feat(memory): add CUSTOM strategy type to agentcore-cli (#677) by @aidandaly24 in #694
  • feat: add semanticOverride support for SEMANTIC memory strategies by @aidandaly24 in #696
  • feat: show all CLI commands in TUI with / toggle by @notgitika in #635
  • fix: deprecate crewAI support by @Hweinstock in #704
  • feat: upgrade default Python runtime to PYTHON_3_13 by @jesseturner21 in #658
  • docs: add IAM permissions guide and policy files by @tejaskash in #689
  • fix: remove dead --agents flag from add gateway by @aidandaly24 in #711
  • refactor(schema): remove type fields from resource schemas and rename credential discriminator by @jesseturner21 in #709
  • revert: remove CUSTOM strategy and semanticOverride support by @aidandaly24 in #713
  • ci: regenerate JSON schema during release by @Hweinstock in #710
  • feat(dev): positional prompt arg for invoking dev server by @aidandaly24 in #707
  • refactor: rename agents to runtimes (schema, CLI flags, MCP bindings) by @jesseturner21 in #706
  • fix: standardize remove flags to -y/--yes and fix UX copy by @notgitika in #720
  • ci: format schemas after generation in release workflow by @Hweinstock in #721
  • chore: bump version to 0.4.0 by @github-actions[bot] in #722
  • fix(e2e): update --agent to --runtime in e2e tests by @jesseturner21 in #725

New Contributors

Full Changelog: v0.3.0-preview.9.0...v0.4.0