Skip to content

Releases: aws/agentcore-cli

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

AgentCore CLI v1.0.0-preview.2

23 Apr 21:14
27c47ca

Choose a tag to compare

Pre-release

Installation

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

What's Changed

See the full changelog for details.

What's Changed

  • feat: add GovCloud multi-partition support by @aidandaly24 in #908
  • feat: remove deployed/local from status legend by @avi-alpert in #936
  • feat: upgrade agent inspector to 0.2.1 by @avi-alpert in #937
  • fix: build and push Dockerfile for harnesses on deploy by @tejaskash in #929
  • fix: preserve harness deployed state on early deploy errors by @tejaskash in #933
  • fix(deploy): honor aws-targets.json region for all SDK and CDK calls by @aidandaly24 in #925
  • Release v1.0.0-preview.2 by @github-actions[bot] in #939
  • Release v1.0.0-preview.2 by @github-actions[bot] in #942

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

AgentCore CLI v0.10.0

23 Apr 21:32
12275c3

Choose a tag to compare

Installation

npm install -g @aws/agentcore@0.10.0

What's Changed

See the full changelog for details.

What's Changed

  • fix: propagate sessionId as A2A contextId in Inspector proxy by @kashinoki38 in #892
  • fix(invoke): pass session ID to local invoke log files by @jesseturner21 in #894
  • feat: add session filesystem storage support by @padmak30 in #893
  • fix: agentcore add component opens component wizard directly by @notgitika in #896
  • docs: update vended AGENTS.md, README.md, and llm-context references by @notgitika in #898
  • chore: remove single-commit-must-match-PR-title validation by @notgitika in #897
  • chore: remove preview bump type from release workflow by @jesseturner21 in #847
  • feat: add AG-UI (AGUI) as fourth first-class protocol mode by @aidandaly24 in #858
  • feat: support preview releases from feature branches by @tejaskash in #905
  • fix(invoke): show full session ID and print resume command on exit by @aidandaly24 in #904
  • feat: add GovCloud multi-partition support by @aidandaly24 in #908
  • feat: remove deployed/local from status legend by @avi-alpert in #936
  • feat: upgrade agent inspector to 0.2.1 by @avi-alpert in #937
  • fix(deploy): honor aws-targets.json region for all SDK and CDK calls by @aidandaly24 in #925
  • Release v0.10.0 by @github-actions[bot] in #944

New Contributors

Full Changelog: v0.9.1...v0.10.0

AgentCore CLI v1.0.0-preview.1

22 Apr 18:56
6e929a3

Choose a tag to compare

Pre-release

Installation

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

What's Changed

See the full changelog for details.

What's Changed

  • fix: propagate sessionId as A2A contextId in Inspector proxy by @kashinoki38 in #892
  • fix(invoke): pass session ID to local invoke log files by @jesseturner21 in #894
  • feat: add session filesystem storage support by @padmak30 in #893
  • fix: agentcore add component opens component wizard directly by @notgitika in #896
  • docs: update vended AGENTS.md, README.md, and llm-context references by @notgitika in #898
  • chore: remove single-commit-must-match-PR-title validation by @notgitika in #897
  • chore: remove preview bump type from release workflow by @jesseturner21 in #847
  • feat: add AG-UI (AGUI) as fourth first-class protocol mode by @aidandaly24 in #858
  • feat: support preview releases from feature branches by @tejaskash in #905
  • fix: revert vended CDK dep to ^0.1.0-alpha.19 by @jesseturner21 in #910
  • fix(invoke): show full session ID and print resume command on exit by @aidandaly24 in #904
  • fix: use nullish coalescing in CreateScreen by @tejaskash in #918
  • feat: upgrade @aws/agentinspector to 0.2.0 by @avi-alpert in #919
  • fix: update asset snapshots and fix useDevDeploy skip test by @notgitika in #921
  • Release v1.0.0-preview.1.0 by @github-actions[bot] in #922
  • Release v1.0.0-preview.1 by @github-actions[bot] in #923

New Contributors

Full Changelog: v0.9.1...v1.0.0-preview.1

AgentCore CLI v0.9.1

17 Apr 17:43
f2de452

Choose a tag to compare

Installation

npm install -g @aws/agentcore@0.9.1

What's Changed

See the full changelog for details.

What's Changed

  • fix: use caret range for @aws/agentcore-cdk in CDK template by @aidandaly24 in #882
  • fix: agent-inspector frontend assets missing from build by @avi-alpert in #883
  • fix: revert version to 0.8.2 by @jesseturner21 in #885
  • Release v0.9.0 by @github-actions[bot] in #887
  • Release v0.9.1 by @github-actions[bot] in #888

Full Changelog: v0.9.0...v0.9.1

AgentCore CLI v0.9.0

17 Apr 15:34
5fae9c3

Choose a tag to compare

Installation

npm install -g @aws/agentcore@0.9.0

What's Changed

See the full changelog for details.

What's Changed

  • docs: document executionRoleArn in runtime spec by @jesseturner21 in #872
  • feat: add agent inspector web UI for agentcore dev by @avi-alpert in #871
  • fix: defer policy engine write and harden policy flow UX by @jesseturner21 in #856
  • Release v0.9.0 by @github-actions[bot] in #881

Full Changelog: v0.8.2...v0.9.0

AgentCore CLI v0.8.2

16 Apr 23:11
50dc027

Choose a tag to compare

Installation

npm install -g @aws/agentcore@0.8.2

What's Changed

See the full changelog for details.

What's Changed

  • feat: upgrade default Python runtime to PYTHON_3_14 by @jesseturner21 in #837
  • Release v0.8.2 by @github-actions[bot] in #874
  • test: update asset snapshot for @aws/agentcore-cdk 0.1.0-alpha.19 by @aidandaly24 in #875
  • revert: roll back version bump to 0.8.1 by @aidandaly24 in #877
  • Release v0.8.2 by @github-actions[bot] in #878

Full Changelog: v0.8.1...v0.8.2

AgentCore CLI v0.8.1

14 Apr 23:25
8e92987

Choose a tag to compare

Installation

npm install -g @aws/agentcore@0.8.1

What's Changed

See the full changelog for details.

What's Changed

  • fix: use caret range for aws-cdk-lib in project template by @Hweinstock in #805
  • chore: bump aws-cdk-lib peer dep to ^2.248.0 by @notgitika in #812
  • chore: pin @aws/agentcore-cdk version and auto-sync on release by @notgitika in #811
  • fix: respect aws-targets.json region instead of overriding with AWS_REGION env var by @notgitika in #818
  • fix: fail fast when CUSTOM_JWT agent has no bearer token available by @aidandaly24 in #817
  • feat: add --request-header-allowlist CLI flag for agentcore add agent by @aidandaly24 in #830
  • fix: update E2E test regex to match new CUSTOM_JWT client-side error by @aidandaly24 in #832
  • fix: remove docker info check from container runtime detection by @jesseturner21 in #829
  • fix: add missing AgentCore regions to match AWS documentation by @jariy17 in #833
  • fix: unhide import command from TUI main menu by @jesseturner21 in #834
  • feat: add e2e tests for import command by @jesseturner21 in #828
  • feat: add auto-instrumentation to langchain agent template by @avi-alpert in #835
  • fix: add missing langchain instrumentor dependency to import flow by @jariy17 in #836
  • fix(ci): unpin boto3 in e2e workflow by @jesseturner21 in #841
  • fix: add AWS_IAM as a valid authorizer type for gateway commands by @alvarog2491 in #820
  • fix(e2e): use uv run for import test Python scripts by @jesseturner21 in #845
  • fix: only exclude root-level agentcore/ directory from packaging artifacts by @aidandaly24 in #844
  • fix(ci): update snapshots after CDK version sync in release workflow by @jesseturner21 in #848
  • fix(ci): bump @aws/agentcore-cdk to 0.1.0-alpha.18 and fix release workflow by @jesseturner21 in #849
  • fix(ci): bump @aws/agentcore-cdk to 0.1.0-alpha.18 and remove snapshot step from release by @jesseturner21 in #850
  • fix: pin @aws/agentcore-cdk to exact version in CDK template by @jesseturner21 in #852
  • Release v0.8.1 by @github-actions[bot] in #853

New Contributors

Full Changelog: v0.8.0...v0.8.1

AgentCore CLI v0.8.0

09 Apr 20:19
7bffd43

Choose a tag to compare

Installation

npm install -g @aws/agentcore@0.8.0

What's Changed

See the full changelog for details.

What's Changed

  • feat: add streamDeliveryResources schema, CLI flags, and validation for memory record streaming by @Hweinstock in #531
  • feat: add TUI wizard streaming steps for memory record streaming by @Hweinstock in #534
  • fix: add bearer-token support to MCP invoke path by @aidandaly24 in #749
  • chore(deps): bump the aws-sdk group across 1 directory with 15 updates by @dependabot[bot] in #793
  • chore(deps): bump the aws-cdk group across 1 directory with 2 updates by @dependabot[bot] in #791
  • chore(deps-dev): bump @hono/node-server from 1.19.11 to 1.19.13 by @dependabot[bot] in #789
  • chore(deps-dev): bump hono from 4.12.9 to 4.12.12 by @dependabot[bot] in #788
  • chore(deps): bump lodash from 4.17.23 to 4.18.1 by @dependabot[bot] in #766
  • chore(deps-dev): bump secretlint from 11.4.0 to 11.4.1 by @dependabot[bot] in #760
  • chore(deps): bump dotenv from 17.3.1 to 17.4.0 by @dependabot[bot] in #759
  • chore(deps-dev): bump @modelcontextprotocol/sdk from 1.28.0 to 1.29.0 by @dependabot[bot] in #758
  • chore(deps-dev): bump @secretlint/secretlint-rule-preset-recommend from 11.4.0 to 11.4.1 by @dependabot[bot] in #756
  • ci: bump the github-actions group across 1 directory with 2 updates by @dependabot[bot] in #649
  • docs: fix 30 documentation inaccuracies found by source code audit by @aidandaly24 in #697
  • fix(e2e): use --runtime flag instead of --agent in byo-custom-jwt tests by @aidandaly24 in #795
  • docs: add build, npm, and license badges to README by @jesseturner21 in #787
  • feat: add telemetry notice and preference management by @Hweinstock in #797
  • fix: format docs/commands.md to pass prettier check by @Hweinstock in #798
  • feat: enable memory in agentcore dev by @avi-alpert in #801
  • fix: bump aws-cdk-lib to 2.248.0 in project template by @Hweinstock in #804
  • Release v0.8.0 by @github-actions[bot] in #806

New Contributors

Full Changelog: v0.7.1...v0.8.0

AgentCore CLI v0.7.1

07 Apr 22:10
3164310

Choose a tag to compare

Installation

npm install -g @aws/agentcore@0.7.1

What's Changed

See the full changelog for details.

What's Changed

  • fix: make add command description consistent with remove by @Hweinstock in #773
  • chore(deps): bump vite from 8.0.3 to 8.0.5 by @dependabot[bot] in #777
  • fix(fetch): add --identity-name option for custom credential lookup by @aidandaly24 in #774
  • feat(status): display runtime invocation URL for deployed agents by @aidandaly24 in #775
  • feat(create): add --skip-install flag to skip dependency installation by @jesseturner21 in #782
  • feat(import): add evaluator and online eval config import subcommands by @jesseturner21 in #780
  • feat: add custom dockerfile support for Container agent builds by @aidandaly24 in #783
  • feat(invoke,dev): add exec mode for running shell commands in runtimes by @aidandaly24 in #750
  • Release v0.7.0 by @github-actions[bot] in #784
  • fix(ci): pin npm version to avoid self-upgrade corruption by @aidandaly24 in #785
  • Release v0.7.1 by @github-actions[bot] in #786

Full Changelog: v0.6.0...v0.7.1