Skip to content

Releases: aws/agentcore-cli

AgentCore CLI v0.14.0

15 May 20:48
a2588b7

Choose a tag to compare

Installation

npm install -g @aws/agentcore@0.14.0

What's Changed

See the full changelog for details.

What's Changed

New Contributors

Full Changelog: v0.13.1...v0.14.0

AgentCore CLI v1.0.0-preview.8

06 May 19:03
f40fad1

Choose a tag to compare

Pre-release

Installation

npm install -g @aws/agentcore@1.0.0-preview.8

What's Changed

See the full changelog for details.

What's Changed

  • docs: add harness permissions to IAM policy and permissions guide by @notgitika in #1089
  • feat: add archive command for batch evaluations and recommendations by @padmak30 in #1121
  • fix: correct AB test execution role IAM policy and promote stability by @jariy17 in #1126
  • chore: merge main into preview (2026-05-06) by @jariy17 in #1130
  • Release v1.0.0-preview.8 by @github-actions[bot] in #1142

Full Changelog: v1.0.0-preview.7...v1.0.0-preview.8

AgentCore CLI v0.13.1

06 May 17:18
9afd3f0

Choose a tag to compare

Installation

npm install -g @aws/agentcore@0.13.1

What's Changed

See the full changelog for details.

What's Changed

  • docs: remove CrewAI from supported frameworks by @jesseturner21 in #1059
  • chore(deps): override glob to ^13 to silence install deprecation warning by @minorun365 in #1008
  • fix: address formatting failure in docs by @Hweinstock in #1080
  • test: remove http-gateway-targets e2e test by @jariy17 in #1090
  • fix: sync e2e IAM policy and fix run eval flag by @jariy17 in #1092
  • fix: align E2E batch eval and recommendation tests with current API by @notgitika in #1093
  • fix: use correct resourceType for config bundle in E2E status test by @notgitika in #1094
  • docs: clarify integration vs e2e test boundaries and add e2e README by @jariy17 in #1111
  • feat: add archive command for batch evaluations and recommendations by @padmak30 in #1112
  • fix: prefix HTTP gateway names with project name to prevent cross-project collisions by @jariy17 in #1105
  • test: collapse schema enumeration tests and remove duplicates by @tejaskash in #1087
  • fix: set iamRoleFallback to true for lambda gateway targets by @tejaskash in #1086
  • fix: correct AB test execution role IAM policy and promote stability by @jariy17 in #1120
  • Release v0.13.1 by @github-actions[bot] in #1129

New Contributors

Full Changelog: v0.13.0...v0.13.1

AgentCore CLI v1.0.0-preview.7

04 May 18:07
2ddee02

Choose a tag to compare

Pre-release

Installation

npm install -g @aws/agentcore@1.0.0-preview.7

What's Changed

See the full changelog for details.

What's Changed

  • feat: add allowedTools and tools overrides to harness invocation API by @avi-alpert in #1081
  • fix: add --system-prompt and --tools CLI flags to add harness by @notgitika in #1098
  • fix: correct harness path and next steps in create summary by @notgitika in #1099
  • feat: add --harness-arn flag to invoke harnesses without a CLI project by @notgitika in #1104
  • Release v1.0.0-preview.7 by @github-actions[bot] in #1107

Full Changelog: v1.0.0-preview.6...v1.0.0-preview.7

AgentCore CLI v1.0.0-preview.6

01 May 16:42
4fa7b6f

Choose a tag to compare

Pre-release

Installation

npm install -g @aws/agentcore@1.0.0-preview.6

What's Changed

See the full changelog for details.

What's Changed

  • chore: sync main into preview — evo features by @notgitika in #1077
  • fix: restore preview-specific package.json, lock, and changelog by @notgitika in #1084
  • feat: replace credentialProviderName with outboundAuth for harness gateway tools by @aidandaly24 in #1083
  • Release v1.0.0-preview.6 by @github-actions[bot] in #1085

Full Changelog: v1.0.0-preview.5...v1.0.0-preview.6

AgentCore CLI v0.13.0

01 May 00:44
90924d6

Choose a tag to compare

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

AgentCore CLI v1.0.0-preview.5

30 Apr 16:37
1277430

Choose a tag to compare

Pre-release

Installation

npm install -g @aws/agentcore@1.0.0-preview.5

What's Changed

See the full changelog for details.

What's Changed

New Contributors

Full Changelog: v1.0.0-preview.4...v1.0.0-preview.5

AgentCore CLI v0.12.2

30 Apr 16:14
68b25bf

Choose a tag to compare

Installation

npm install -g @aws/agentcore@0.12.2

What's Changed

See the full changelog for details.

What's Changed

New Contributors

Full Changelog: v0.12.1...v0.12.2

AgentCore CLI v1.0.0-preview.4 (Preview)

29 Apr 20:34
370ee84

Choose a tag to compare

Installation (Preview)

npm install -g @aws/agentcore@preview

What's Changed

  • Release v0.12.0 by @github-actions[bot] in #1002
  • test: remove 44 render-only and framework-testing tests by @tejaskash in #998
  • fix(import): use GatewayNameSchema for gateway import name validation by @jesseturner21 in #1011
  • feat: add CloudWatch traces APIs for agent inspector by @avi-alpert in #997
  • chore: merge main into preview by @avi-alpert in #1013
  • fix: remove CONFIG_DIR exclusion from zip stage to preserve dependency agentcore/ packages by @aidandaly24 in #1015
  • ci: add coordinated main + preview release workflow by @notgitika in #995
  • sync-preview: merge main into preview by @github-actions[bot] in #1017
  • sync-preview: real merge main into preview by @aidandaly24 in #1018
  • chore(deps): bump the aws-sdk group with 14 updates by @dependabot[bot] in #1024
  • chore(deps): bump the aws-cdk group with 2 updates by @dependabot[bot] in #1025
  • chore(deps): bump @opentelemetry/resources from 2.6.1 to 2.7.0 by @dependabot[bot] in #1026
  • chore(deps-dev): bump @secretlint/secretlint-rule-preset-recommend from 12.2.0 to 12.3.1 by @dependabot[bot] in #1028
  • chore(deps-dev): bump secretlint from 12.2.0 to 12.3.1 by @dependabot[bot] in #1029
  • chore(deps): bump @opentelemetry/sdk-metrics from 2.6.1 to 2.7.0 by @dependabot[bot] in #1030
  • fix(ci): update snapshots after CDK version sync in release workflow by @aidandaly24 in #1033
  • ci: run all PR and merge workflows on preview branch by @tejaskash in #1023
  • fix(ci): enable coverage collection in sharded unit test runs by @tejaskash in #1034
  • sync-preview: merge main into preview by @aidandaly24 in #1035
  • fix(ci): move snapshot update after build and use SYNC_PAT for sync-preview by @aidandaly24 in #1036
  • sync-preview: merge main into preview by @aidandaly24 in #1037
  • fix(ci): install uv in release workflow prepare steps by @aidandaly24 in #1038
  • sync-preview: merge main into preview by @aidandaly24 in #1039
  • sync-preview: merge main into preview by @aidandaly24 in #1040
  • feat(tests): add E2E and integration tests for Harness primitive by @tejaskash in #1021
  • Release v1.0.0-preview.4 (preview) by @github-actions[bot] in #1041
  • Release v0.12.1 by @github-actions[bot] in #1042
  • fix: preserve caret range for @aws/agentcore-cdk dependency by @aidandaly24 in #1044
  • sync-preview: merge main into preview by @aidandaly24 in #1045
  • fix: restore ^ caret prefix on @aws/agentcore-cdk dependency by @notgitika in #1046

Full Changelog: v1.0.0-preview.3...v1.0.0-preview.4

AgentCore CLI v0.12.1

29 Apr 20:34
27ce126

Choose a tag to compare

Installation

npm install -g @aws/agentcore@0.12.1

What's Changed

  • test: remove 44 render-only and framework-testing tests by @tejaskash in #998
  • fix(import): use GatewayNameSchema for gateway import name validation by @jesseturner21 in #1011
  • feat: add CloudWatch traces APIs for agent inspector by @avi-alpert in #997
  • fix: remove CONFIG_DIR exclusion from zip stage to preserve dependency agentcore/ packages by @aidandaly24 in #1015
  • ci: add coordinated main + preview release workflow by @notgitika in #995
  • chore(deps): bump the aws-sdk group with 14 updates by @dependabot[bot] in #1024
  • chore(deps): bump the aws-cdk group with 2 updates by @dependabot[bot] in #1025
  • chore(deps): bump @opentelemetry/resources from 2.6.1 to 2.7.0 by @dependabot[bot] in #1026
  • chore(deps-dev): bump @secretlint/secretlint-rule-preset-recommend from 12.2.0 to 12.3.1 by @dependabot[bot] in #1028
  • chore(deps-dev): bump secretlint from 12.2.0 to 12.3.1 by @dependabot[bot] in #1029
  • chore(deps): bump @opentelemetry/sdk-metrics from 2.6.1 to 2.7.0 by @dependabot[bot] in #1030
  • fix(ci): update snapshots after CDK version sync in release workflow by @aidandaly24 in #1033
  • fix(ci): enable coverage collection in sharded unit test runs by @tejaskash in #1034
  • fix(ci): move snapshot update after build and use SYNC_PAT for sync-preview by @aidandaly24 in #1036
  • fix(ci): install uv in release workflow prepare steps by @aidandaly24 in #1038
  • Release v0.12.1 by @github-actions[bot] in #1042
  • fix: preserve caret range for @aws/agentcore-cdk dependency by @aidandaly24 in #1044

Full Changelog: v0.12.0...v0.12.1