Skip to content

Releases: aws/agentcore-cli

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

AgentCore CLI v1.0.0-preview.3

28 Apr 21:20
a8e9224

Choose a tag to compare

Pre-release

Installation

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

What's Changed

See the full changelog for details.

What's Changed

  • Release v0.10.0 by @github-actions[bot] in #944
  • feat: add GitHub Action for automated PR review via AgentCore Harness by @jesseturner21 in #934
  • fix: buffer harness streaming text for readable GitHub Actions logs by @jesseturner21 in #946
  • fix: allow code-based evaluators in online eval configs by @jariy17 in #947
  • fix: add TTY detection before TUI fallbacks to prevent agent/CI hangs by @jesseturner21 in #949
  • fix: agentcore dev not working in windows by @avi-alpert in #951
  • fix: use pull_request_target for fork PR support by @jesseturner21 in #958
  • fix: lower eventExpiryDuration minimum from 7 to 3 days by @notgitika in #956
  • fix: display session ID after CLI invoke completes by @notgitika in #957
  • test: add browser tests for agent inspector by @avi-alpert in #938
  • feat: add telemetry schemas and client by @Hweinstock in #941
  • Release v0.11.0 by @github-actions[bot] in #967
  • fix(invoke): auto-generate session ID for bearer-token invocations by @aidandaly24 in #953
  • fix: show 'Computing diff changes...' step during deploy diff phase by @aidandaly24 in #952
  • feat: add agentcore-cli User-Agent to all API calls by @notgitika in #960
  • test: split browser tests into its own job, fix logs path by @avi-alpert in #975
  • feat(invoke): add --prompt-file and stdin support for long prompts by @aidandaly24 in #974
  • Remove inline container build from vended cdk-stack.ts by @tejaskash in #954
  • fix(import): remove experimental warning from import command by @jesseturner21 in #977
  • fix: duplicate header flash and help menu truncation by @notgitika in #955
  • test: configure git in browser tests workflow by @avi-alpert in #976
  • feat: add project-name option to preview create by @tejaskash in #970
  • feat: add project-name option to create by @tejaskash in #969
  • ci: bump the github-actions group across 1 directory with 4 updates by @dependabot[bot] in #964
  • chore(deps-dev): bump aws-cdk-lib from 2.248.0 to 2.250.0 in the aws-cdk group across 1 directory by @dependabot[bot] in #962
  • chore(deps): bump postcss from 8.5.8 to 8.5.10 by @dependabot[bot] in #961
  • chore(deps-dev): bump secretlint from 11.4.1 to 12.2.0 by @dependabot[bot] in #916
  • chore(deps-dev): bump @vitest/coverage-v8 from 4.1.2 to 4.1.5 by @dependabot[bot] in #915
  • chore(deps-dev): bump @secretlint/secretlint-rule-preset-recommend from 11.4.1 to 12.2.0 by @dependabot[bot] in #914
  • chore(deps): bump the aws-sdk group across 1 directory with 14 updates by @dependabot[bot] in #912
  • chore(deps-dev): bump hono from 4.12.12 to 4.12.14 by @dependabot[bot] in #868
  • chore(deps-dev): bump esbuild from 0.27.4 to 0.28.0 by @dependabot[bot] in #862
  • test: speed up CI and fix mock cleanup gaps by @tejaskash in #989
  • feat: runtime endpoint support in AgentCore CLI by @jariy17 in #979
  • feat: add gateway import command with executionRoleArn support by @jesseturner21 in #855
  • fix(import): only set resourceName when executionRoleArn is present by @jesseturner21 in #996
  • fix(e2e): separate gateway import test and detect changed tests in PR by @jesseturner21 in #999
  • fix(e2e): add debug logging for gateway import CI failures by @jesseturner21 in #1001
  • Release v1.0.0-preview.3 by @github-actions[bot] in #1004

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

AgentCore CLI v0.12.0

28 Apr 20:52
dd9270d

Choose a tag to compare

Installation

npm install -g @aws/agentcore@0.12.0

What's Changed

See the full changelog for details.

What's Changed

  • fix(invoke): auto-generate session ID for bearer-token invocations by @aidandaly24 in #953
  • fix: show 'Computing diff changes...' step during deploy diff phase by @aidandaly24 in #952
  • test: split browser tests into its own job, fix logs path by @avi-alpert in #975
  • feat(invoke): add --prompt-file and stdin support for long prompts by @aidandaly24 in #974
  • fix(import): remove experimental warning from import command by @jesseturner21 in #977
  • fix: duplicate header flash and help menu truncation by @notgitika in #955
  • test: configure git in browser tests workflow by @avi-alpert in #976
  • feat: add project-name option to create by @tejaskash in #969
  • ci: bump the github-actions group across 1 directory with 4 updates by @dependabot[bot] in #964
  • chore(deps-dev): bump aws-cdk-lib from 2.248.0 to 2.250.0 in the aws-cdk group across 1 directory by @dependabot[bot] in #962
  • chore(deps): bump postcss from 8.5.8 to 8.5.10 by @dependabot[bot] in #961
  • chore(deps-dev): bump secretlint from 11.4.1 to 12.2.0 by @dependabot[bot] in #916
  • chore(deps-dev): bump @vitest/coverage-v8 from 4.1.2 to 4.1.5 by @dependabot[bot] in #915
  • chore(deps-dev): bump @secretlint/secretlint-rule-preset-recommend from 11.4.1 to 12.2.0 by @dependabot[bot] in #914
  • chore(deps): bump the aws-sdk group across 1 directory with 14 updates by @dependabot[bot] in #912
  • chore(deps-dev): bump hono from 4.12.12 to 4.12.14 by @dependabot[bot] in #868
  • chore(deps-dev): bump esbuild from 0.27.4 to 0.28.0 by @dependabot[bot] in #862
  • test: speed up CI and fix mock cleanup gaps by @tejaskash in #989
  • feat: runtime endpoint support in AgentCore CLI by @jariy17 in #979
  • feat: add gateway import command with executionRoleArn support by @jesseturner21 in #855
  • fix(import): only set resourceName when executionRoleArn is present by @jesseturner21 in #996
  • fix(e2e): separate gateway import test and detect changed tests in PR by @jesseturner21 in #999
  • fix(e2e): add debug logging for gateway import CI failures by @jesseturner21 in #1001
  • Release v0.12.0 by @github-actions[bot] in #1002

Full Changelog: v0.11.0...v0.12.0

AgentCore CLI v0.11.0

24 Apr 21:55
f8dc490

Choose a tag to compare

Installation

npm install -g @aws/agentcore@0.11.0

What's Changed

See the full changelog for details.

What's Changed

  • feat: add GitHub Action for automated PR review via AgentCore Harness by @jesseturner21 in #934
  • fix: buffer harness streaming text for readable GitHub Actions logs by @jesseturner21 in #946
  • fix: allow code-based evaluators in online eval configs by @jariy17 in #947
  • fix: add TTY detection before TUI fallbacks to prevent agent/CI hangs by @jesseturner21 in #949
  • fix: agentcore dev not working in windows by @avi-alpert in #951
  • fix: use pull_request_target for fork PR support by @jesseturner21 in #958
  • fix: lower eventExpiryDuration minimum from 7 to 3 days by @notgitika in #956
  • fix: display session ID after CLI invoke completes by @notgitika in #957
  • test: add browser tests for agent inspector by @avi-alpert in #938
  • feat: add telemetry schemas and client by @Hweinstock in #941
  • Release v0.11.0 by @github-actions[bot] in #967

Full Changelog: v0.10.0...v0.11.0