Releases: aws/agentcore-cli
Releases · aws/agentcore-cli
AgentCore CLI v0.6.0
Installation
npm install -g @aws/agentcore@0.6.0What's Changed
See the full changelog for details.
What's Changed
- ci: use draft releases for PR tarballs to avoid notifying watchers by @Hweinstock in #745
- feat: add code-based evaluator support by @jariy17 in #739
- feat(import): add runtime and memory import subcommands with TUI wizard by @jesseturner21 in #763
- fix(ci): regenerate lockfile for npm 11 compatibility by @jesseturner21 in #770
- ci: block schema changes in PRs by @Hweinstock in #712
- Release v0.6.0 by @github-actions[bot] in #771
Full Changelog: v0.5.1...v0.6.0
AgentCore CLI v0.5.1
Installation
npm install -g @aws/agentcore@0.5.1What's Changed
See the full changelog for details.
What's Changed
- fix(eval): filter scopeless spans in CloudWatch query by @jariy17 in #738
- feat: add e2e tests for dev server lifecycle by @Hweinstock in #734
- Release v0.5.1 by @github-actions[bot] in #743
Full Changelog: v0.5.0...v0.5.1
PR #740 Tarball
Auto-generated tarball for PR #740.
PR #738 Tarball
Auto-generated tarball for PR #738.
PR #734 Tarball
Auto-generated tarball for PR #734.
AgentCore CLI v0.5.0
Installation
npm install -g @aws/agentcore@0.5.0What's Changed
See the full changelog for details.
What's Changed
- feat(import): extract and pass through executionRoleArn from starter toolkit YAML by @jesseturner21 in #729
- fix(e2e): limit PR tests to Bedrock-only and improve credential cleanup by @Hweinstock in #728
- fix(tui): prevent screen flicker in policy creation flow by @jesseturner21 in #730
- feat: bundle @aws/agentcore-cdk inside CLI tarball for testing by @jesseturner21 in #731
- chore: remove dead AutoGenRenderer code by @Hweinstock in #735
- feat: add ground truth reference inputs for on-demand evaluation by @jariy17 in #732
- Release v0.5.0 by @github-actions[bot] in #736
Full Changelog: v0.4.0...v0.5.0
AgentCore CLI v0.4.0
Installation
npm install -g @aws/agentcore@0.4.0What'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
AgentCore CLI v0.3.0-preview.9.0
Installation
npm install -g @aws/agentcore@0.3.0-preview.9.0What's Changed
See the full changelog for details.
What's Changed
- fix: resolve picomatch high severity vulnerability by @Hweinstock in #663
- fix: use aws-opentelemetry-distro and add input/output logging for LangGraph agent by @tejaskash in #552
- feat: runtime inbound auth (Custom JWT) for agents by @tejaskash in #657
- feat: add agentcore import command for starter toolkit migration by @jesseturner21 in #620
- feat: add EPISODIC memory strategy support by @tejaskash in #651
- feat: add runtime lifecycle configuration (idle timeout and max lifetime) by @tejaskash in #653
- Release v0.3.0-preview.9.0 by @github-actions[bot] in #690
Full Changelog: v0.3.0-preview.8.0...v0.3.0-preview.9.0
AgentCore CLI v0.3.0-preview.8.0
Installation
npm install -g @aws/agentcore@0.3.0-preview.8.0What's Changed
See the full changelog for details.
What's Changed
- ci: add cross-package e2e matrix testing against CDK constructs main by @Hweinstock in #610
- feat!: merge mcp.json into agentcore.json by @notgitika in #605
- fix: add missing MCP fields to vended CDK test spec by @notgitika in #619
- feat(gateway): add custom claims validation and TUI wizard for JWT auth by @aidandaly24 in #599
- feat: add requestHeaderAllowlist support to CLI by @tejaskash in #614
- ci: use packaged CLI tarball for e2e tests by @Hweinstock in #616
- fix(gateway): write both CLIENT_ID and CLIENT_SECRET env vars for managed OAuth by @jesseturner21 in #617
- feat: config-driven resource tagging by @tejaskash in #625
- fix: fix import from Bedrock Agents code generation bugs by @tejaskash in #622
- fix: handle dot-prefixed directories in PATH fallback detection by @tejaskash in #621
- test: add post-deploy e2e tests for status, logs, and traces by @Hweinstock in #623
- test: add integ tests for evaluator and online-eval resource lifecycle by @Hweinstock in #626
- test: add e2e test for evaluations lifecycle by @Hweinstock in #628
- fix: move conflict check to postinstall and downgrade to warning by @tejaskash in #640
- feat(gateway): add agentcore fetch access command by @aidandaly24 in #627
- fix: pass requestHeaderAllowlist through create flow and fix tag command types by @tejaskash in #643
- feat: rename
run evalscommand torun evalby @notgitika in #636 - ci: add global CLI install and CDK matrix to full e2e workflow by @Hweinstock in #639
- fix(gateway): add missing validation for custom JWT claim values by @aidandaly24 in #644
- fix: custom header support for invoke and dev commands by @tejaskash in #652
- Release v0.3.0-preview.8.0 by @github-actions[bot] in #655
Full Changelog: v0.3.0-preview.7.0...v0.3.0-preview.8.0
AgentCore CLI v0.3.0-preview.7.0
Installation
npm install -g @aws/agentcore@0.3.0-preview.7.0What's Changed
See the full changelog for details.
What's Changed
- ci: fix pr-tarball for fork PRs using pull_request_target by @Hweinstock in #586
- docs: update CLI command reference with missing commands, options, and aliases by @notgitika in #581
- ci: add package install sanity check to build-and-test by @Hweinstock in #590
- ci: run full e2e suite on every push to main by @Hweinstock in #585
- fix: add @aws-sdk/xml-builder override to resolve entity expansion limit by @Hweinstock in #601
- feat: add advanced settings gate to agent creation wizard by @tejaskash in #593
- feat: add policy engine and policy support by @jesseturner21 in #579
- feat: add import from Bedrock Agents to add agent and create flows by @tejaskash in #563
- fix(gateway): harden inbound auth schema and rename credential flags by @aidandaly24 in #598
- fix(tui): remove dead PlaceholderScreen and fix gateway wizard UX by @aidandaly24 in #597
- feat: add resource tagging support by @tejaskash in #564
- fix: improve old CLI conflict detection in preinstall hook by @tejaskash in #588
- Revert resource tagging support by @jesseturner21 in #612
- Release v0.3.0-preview.7.0 by @github-actions[bot] in #613
Full Changelog: v0.3.0-preview.6.1...v0.3.0-preview.7.0