Releases: aws/agentcore-cli
Releases · aws/agentcore-cli
AgentCore CLI v0.15.0
Installation
npm install -g @aws/agentcore@0.15.0What's Changed
See the full changelog for details.
What's Changed
- feat: add agentcore feedback command by @tejaskash in #1321
- ci(security-review): fix origin/HEAD missing so /security-review's git diff works by @tejaskash in #1327
- fix: emit ValidationError instead of UnknownError in create telemetry by @Hweinstock in #1342
- Reapply "feat: add support for LTM metadata (#1281)" (#1338) by @Hweinstock in #1346
- fix: add -g flag to bundle install instructions by @Hweinstock in #1348
- feat: dataset management — full feature with tests by @jariy17 in #1347
- ci: add preview tarball workflow by @Hweinstock in #1349
- ci: use GitHub App token for prerelease workflow by @Hweinstock in #1369
- ci: configure git credentials for prerelease CDK clone by @Hweinstock in #1371
- Release v0.15.0 by @agentcore-devx-automation[bot] in #1373
Full Changelog: v0.14.2...v0.15.0
Prerelease
Auto-generated tarball from the latest commit on main.
AgentCore CLI v1.0.0-preview.9
Installation
npm install -g @aws/agentcore@1.0.0-preview.9What's Changed
See the full changelog for details.
What's Changed
- Release v1.0.0-preview.9 by @github-actions[bot] in #1344
Full Changelog: v1.0.0-preview.8...v1.0.0-preview.9
AgentCore CLI v0.14.2
Installation
npm install -g @aws/agentcore@0.14.2What's Changed
See the full changelog for details.
What's Changed
- feat: instrument telemetry for import command by @Hweinstock in #1312
- chore(deps): bump ws from 8.20.0 to 8.20.1 by @dependabot[bot] in #1298
- docs: sync CLI documentation with actual command surface by @arepageek in #1296
- fix: scope summaries retrieval to actor for cross-session memory recall by @notgitika in #1299
- chore: replace CDK_REPO_TOKEN PAT with GitHub App token by @aidandaly24 in #1201
- ci(security-review): drop pull_request_review trigger (broken on fork PRs) by @tejaskash in #1310
- fix: ship npm-shrinkwrap.json to eliminate glob@10 deprecation warning by @notgitika in #1315
- feat: add support for LTM metadata by @nborges-aws in #1281
- fix(ci): use npm-shrinkwrap.json for node_modules cache key by @Hweinstock in #1325
- fix(import): escape triple-quotes in collaborationInstruction to prevent docstring injection by @padmak30 in #1329
- revert: add support for ltm metadata (#1281) by @Hweinstock in #1338
- Release v0.14.2 by @agentcore-devx-automation[bot] in #1340
Full Changelog: v0.14.1...v0.14.2
AgentCore CLI v0.14.1
Installation
npm install -g @aws/agentcore@0.14.1What's Changed
See the full changelog for details.
What's Changed
- refactor: centralize error types for consistent definition shapes by @Hweinstock in #1238
- feat: expose ability to publish otel metrics to remote endpoint by @Hweinstock in #1244
- chore: remove dead tag command by @notgitika in #1273
- fix: skip schema-check and pr-title validation on release PRs by @Hweinstock in #1272
- refactor(telemetry): make attributes globally unique by @Hweinstock in #1246
- fix: build CLI before running integration tests by @Hweinstock in #1286
- fix: handle scoped conventional commits in changelog categorization by @Hweinstock in #1289
- ci: add Claude Code /security-review workflow on PRs by @tejaskash in #1285
- ci(security-review): drop sticky comment, post workflow summary, re-enable synchronize by @tejaskash in #1293
- ci(security-review): add safe-to-review label as alternate trigger by @tejaskash in #1297
- fix(templates): make Strands TypeScript template strict-typecheck clean by @arepageek in #1300
- feat: upgrade agent inspector to 0.4.2 by @avi-alpert in #1305
- feat(tui): add dedicated Logs screen for streaming runtime logs by @notgitika in #1274
- fix(test): strip ANSI codes from Ink TUI test assertions by @arepageek in #1301
- fix: remove session storage from TypeScript agent config by @jesseturner21 in #1306
- fix: update PR tarball install instructions to use gh CLI by @jesseturner21 in #1307
- fix(templates): pin google-adk < 2.0.0 to prevent runtime init timeout by @notgitika in #1309
- Release v0.14.1 by @agentcore-devx-automation[bot] in #1311
New Contributors
- @arepageek made their first contribution in #1300
Full Changelog: v0.14.0...v0.14.1
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