Releases: aws/agentcore-cli
Releases · aws/agentcore-cli
AgentCore CLI v0.14.0
Installation
npm install -g @aws/agentcore@0.14.0What's Changed
See the full changelog for details.
What's Changed
- chore(deps): bump @opentelemetry/exporter-metrics-otlp-http from 0.214.0 to 0.217.0 by @dependabot[bot] in #1141
- chore(deps): bump react from 19.2.5 to 19.2.6 by @dependabot[bot] in #1136
- fix(deploy): pass stack selection to diff for --target filtering by @Hweinstock in #1148
- fix: pin a2a-sdk below 1.0 to prevent breaking changes by @aidandaly24 in #1145
- feat(harness): add verdict prefix to reviewer comments by @aidandaly24 in #1153
- feat: add issue labels to Slack notification webhook payload by @Hweinstock in #1162
- fix: apply prettier formatting to review.md by @Hweinstock in #1167
- chore(deps-dev): bump secretlint from 12.3.1 to 13.0.0 by @dependabot[bot] in #1137
- ci: add workflow to create issues on CI failure by @Hweinstock in #1174
- ci: use PAT for CI failure issue creation by @Hweinstock in #1176
- fix: remove label filter from issue dedup query by @Hweinstock in #1180
- chore(deps-dev): bump hono from 4.12.14 to 4.12.18 by @dependabot[bot] in #1152
- fix: resolve high-severity npm audit vulnerabilities by @Hweinstock in #1184
- test: remove unnecessary mocks, use real filesystem by @Hweinstock in #1156
- fix: handle CloudFormation throttling in import gateway polling by @Hweinstock in #1185
- docs: add bedrock:CountTokens to IAM policy examples by @jariy17 in #1181
- fix: resolve target-based AB test target name mismatch by @notgitika in #1188
- docs: split TESTING.md into focused per-type docs by @jesseturner21 in #1192
- feat: wire telemetry into all remove.* commands by @Hweinstock in #1069
- fix: widen TUI panel to prevent text truncation (#1191) by @jesseturner21 in #1193
- docs: add telemetry instrumentation guide by @Hweinstock in #1197
- chore: replace PAT tokens with GitHub App token by @aidandaly24 in #1198
- fix: add batch eval and recommendation IAM permissions to docs by @notgitika in #1113
- feat: instrument telemetry for create command by @Hweinstock in #1202
- fix: bump versions to resolve security audit failure by @Hweinstock in #1211
- chore: replace all github.token/GITHUB_TOKEN with GitHub App token by @aidandaly24 in #1210
- feat(evaluator): add kmsKeyArn support for custom evaluator by @aws-aditya21 in #994
- refactor: unify result types with discriminated Result<T, E> union by @Hweinstock in #1125
- feat: record command attrs on telemetry failure via fallbackAttrs by @Hweinstock in #1204
- fix: sync-preview pushes directly on clean merge, PRs only on conflict by @notgitika in #1078
- feat: instrument telemetry for deploy command (CLI + TUI) by @Hweinstock in #1206
- fix: disambiguate sync-from-public branch checkout by @aidandaly24 in #1235
- fix(schema): relax request header allowlist to accept documented header patterns by @aidandaly24 in #1163
- feat: instrument telemetry for dev command by @Hweinstock in #1223
- feat: instrument telemetry for invoke command by @Hweinstock in #1227
- fix(typescript): typescript agent template and streaming fixes by @jesseturner21 in #981
- feat: upgrade agent inspector to 0.4.0 by @avi-alpert in #1249
- feat: upgrade agent inspector to 0.4.1 by @avi-alpert in #1251
- fix: replace third-party base image with AWS public ECR image (CVE-2026-31789) by @jesseturner21 in #1250
- fix: add workflow_dispatch to sync-preview workflow by @jesseturner21 in #1255
- chore: update CP semantics to expect redesigned namespaces field by @nborges-aws in #1115
- chore: update namespace design for data plane by @nborges-aws in #1114
- chore(deps-dev): bump @playwright/test from 1.59.1 to 1.60.0 by @dependabot[bot] in #1234
- chore(deps): bump yaml from 2.8.3 to 2.9.0 by @dependabot[bot] in #1231
- chore(deps): bump zod from 4.3.6 to 4.4.3 by @dependabot[bot] in #1230
- chore(deps-dev): bump @vitest/coverage-v8 from 4.1.5 to 4.1.6 by @dependabot[bot] in #1229
- chore(deps): bump react from 19.2.5 to 19.2.6 by @dependabot[bot] in #1228
- fix: resolve crash on all commands due to missing @aws-sdk/region-config-resolver by @jesseturner21 in #1276
- Release v0.14.0 by @agentcore-devx-automation[bot] in #1278
New Contributors
- @aws-aditya21 made their first contribution in #994
- @nborges-aws made their first contribution in #1115
Full Changelog: v0.13.1...v0.14.0
AgentCore CLI v1.0.0-preview.8
Installation
npm install -g @aws/agentcore@1.0.0-preview.8What'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
Installation
npm install -g @aws/agentcore@0.13.1What'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
- @minorun365 made their first contribution in #1008
Full Changelog: v0.13.0...v0.13.1
AgentCore CLI v1.0.0-preview.7
Installation
npm install -g @aws/agentcore@1.0.0-preview.7What'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
Installation
npm install -g @aws/agentcore@1.0.0-preview.6What'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
Installation
npm install -g @aws/agentcore@0.13.0What'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
Installation
npm install -g @aws/agentcore@1.0.0-preview.5What's Changed
See the full changelog for details.
What's Changed
- fix: add Accept header to HTTP protocol dev invocation proxy by @imranismail in #1051
- feat: add telemetry audit mode with FileSystemSink by @Hweinstock in #1014
- sync-preview: merge main into preview by @aidandaly24 in #1053
- refactor: move harness resources to .github/harness/ by @jesseturner21 in #992
- chore: reland harness refactor without co-author metadata by @jesseturner21 in #1054
- fix(harness): add error handling for invoke_harness API call by @jesseturner21 in #1056
- Release v0.12.2 by @github-actions[bot] in #1058
- sync-preview: merge main into preview by @aidandaly24 in #1057
- Release v1.0.0-preview.5 by @github-actions[bot] in #1060
New Contributors
- @imranismail made their first contribution in #1051
Full Changelog: v1.0.0-preview.4...v1.0.0-preview.5
AgentCore CLI v0.12.2
Installation
npm install -g @aws/agentcore@0.12.2What's Changed
See the full changelog for details.
What's Changed
- fix: add Accept header to HTTP protocol dev invocation proxy by @imranismail in #1051
- feat: add telemetry audit mode with FileSystemSink by @Hweinstock in #1014
- refactor: move harness resources to .github/harness/ by @jesseturner21 in #992
- chore: reland harness refactor without co-author metadata by @jesseturner21 in #1054
- fix(harness): add error handling for invoke_harness API call by @jesseturner21 in #1056
- Release v0.12.2 by @github-actions[bot] in #1058
New Contributors
- @imranismail made their first contribution in #1051
Full Changelog: v0.12.1...v0.12.2
AgentCore CLI v1.0.0-preview.4 (Preview)
Installation (Preview)
npm install -g @aws/agentcore@previewWhat'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
Installation
npm install -g @aws/agentcore@0.12.1What'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