Skip to content

Releases: aws/agentcore-cli

AgentCore CLI v0.3.0-preview.3.0

02 Mar 22:11
3539236

Choose a tag to compare

Pre-release

Installation

npm install -g @aws/agentcore@0.3.0-preview.3.0

What's Changed

See the full changelog for details.

What's Changed

  • chore: split e2e workflow into PR-focused and weekly full suite by @jesseturner21 in #367
  • ci: add feat/gateway-integration branch to workflow triggers by @aidandaly24 in #376
  • fix: e2e testing workflow with orphaned e2e deployments by @jesseturner21 in #381
  • ci: add Slack notification for new issues by @jariy17 in #383
  • chore: add Dependabot configuration by @notgitika in #372
  • fix: avoid DEP0190 warning when spawning subprocesses with shell mode by @notgitika in #360
  • fix: surface Python errors during agentcore dev by @notgitika in #359
  • fix: handle unhandled promise rejection in vended CDK main() by @notgitika in #409
  • fix: replace dead CDK test and update stale READMEs; enable strict tsconfig flags in vended CDK project by @notgitika in #379
  • feat: show version update notification on CLI startup by @notgitika in #380
  • fix: disallow underscores in deployment target names and sanitize stack names by @notgitika in #412
  • ci: bump actions/cache from 4 to 5 by @dependabot[bot] in #389
  • ci: bump actions/download-artifact from 4 to 7 by @dependabot[bot] in #392
  • ci: bump actions/setup-node from 4 to 6 by @dependabot[bot] in #396
  • ci: bump actions/checkout from 4 to 6 by @dependabot[bot] in #391
  • ci: bump slackapi/slack-github-action from 2.0.0 to 2.1.1 by @dependabot[bot] in #394
  • chore(deps): bump @aws-sdk/client-bedrock-agentcore-control from 3.993.0 to 3.995.0 by @dependabot[bot] in #403
  • chore(deps-dev): bump @typescript-eslint/parser from 8.56.0 to 8.56.1 by @dependabot[bot] in #404
  • chore(deps): bump @aws-sdk/client-sts from 3.993.0 to 3.995.0 by @dependabot[bot] in #402
  • chore(deps-dev): bump typescript-eslint from 8.56.0 to 8.56.1 by @dependabot[bot] in #401
  • chore(deps): bump @aws-sdk/client-bedrock-runtime from 3.993.0 to 3.995.0 by @dependabot[bot] in #400
  • chore(deps): bump @aws-sdk/client-cloudformation from 3.993.0 to 3.995.0 by @dependabot[bot] in #399
  • chore(deps): bump @aws-sdk/client-resource-groups-tagging-api from 3.993.0 to 3.995.0 by @dependabot[bot] in #397
  • chore(deps): bump @smithy/shared-ini-file-loader from 4.4.3 to 4.4.4 by @dependabot[bot] in #393
  • chore(deps): bump @aws-sdk/credential-providers from 3.993.0 to 3.995.0 by @dependabot[bot] in #387
  • chore(deps): bump @aws-cdk/toolkit-lib from 1.15.1 to 1.16.0 by @dependabot[bot] in #388
  • chore(deps-dev): bump the dev-dependencies group with 4 updates by @dependabot[bot] in #386
  • chore(deps): bump @aws-sdk/client-bedrock-agentcore from 3.993.0 to 3.995.0 by @dependabot[bot] in #398
  • feat: add VPC network mode to schema [1/3] by @tejaskash in #424
  • feat: add VPC info messages to dev and invoke commands [3/3] by @tejaskash in #426
  • feat: add VPC CLI flags to create and add commands [2/3] by @tejaskash in #425
  • fix: container dev mode no longer assumes uv or bedrock_agentcore user by @tejaskash in #433
  • fix: resolve all npm audit vulnerabilities by @tejaskash in #422
  • feat: support custom package index (UV_DEFAULT_INDEX) for Container builds by @jesseturner21 in #453
  • feat: add version-aware AWS CLI guidance to credential error messages by @siwachabhi in #452
  • fix: prevent spurious agent startup in dev mode and remove tiktoken by @tejaskash in #454
  • chore: disable npm caching in release workflow by @tejaskash in #460
  • chore: remove web-harness and update rollup to fix vulnerability by @tejaskash in #463
  • chore: remove VPC feature from CLI by @tejaskash in #466
  • feat: implement gateway integration by @aidandaly24 in #472
  • feat: add npm cache ownership preflight check by @siwachabhi in #462
  • fix: add .venv/bin to PATH in container Dockerfile by @aidandaly24 in #471
  • fix: add statuses write permission to PR title workflow by @notgitika in #475
  • fix: drop wip and statuses write from PR title workflow by @notgitika in #476
  • fix: revert version to 0.3.0-preview.2.1 (accidentally bumped in #472) by @aidandaly24 in #479
  • Release v0.3.0-preview.3.0 by @github-actions[bot] in #480

New Contributors

Full Changelog: v0.3.0-preview.2.1...v0.3.0-preview.3.0

AgentCore CLI v0.3.0-preview.2.1

20 Feb 20:33
26c1b5b

Choose a tag to compare

Pre-release

Installation

npm install -g @aws/agentcore@0.3.0-preview.2.1

What's Changed

See the full changelog for details.

What's Changed

  • fix: handle pre-release versions in compareVersions by @notgitika in #357
  • fix: add --chown to Dockerfile COPY so app files are owned by bedrock_agentcore by @tejaskash in #358
  • fix: add .env and .git exclusions to dockerignore template by @tejaskash in #361
  • fix: add mcp as explicit dependency in strands template by @tejaskash in #366
  • fix: add package marker comment to init.py template files by @tejaskash in #363
  • feat: add docker container deployment e2e test for Strands/Bedrock by @jesseturner21 in #362
  • fix: use lockfile for reproducible builds and correct Dockerfile port comments by @tejaskash in #365
  • fix: correct path references and env var names in agent README templates by @tejaskash in #364
  • fix: remove stale fast-xml-parser override, upgrade aws-cdk-lib by @tejaskash in #368
  • ci: add pull_request_target trigger to CodeQL workflow by @notgitika in #355
  • Release v0.3.0-preview.2.1 by @github-actions[bot] in #369

Full Changelog: v0.3.0-preview.2.0...v0.3.0-preview.2.1

AgentCore CLI v0.3.0-preview.2.0

19 Feb 23:05
2706b89

Choose a tag to compare

Pre-release

Installation

npm install -g @aws/agentcore@0.3.0-preview.2.0

What's Changed

See the full changelog for details.

What's Changed

New Contributors

Full Changelog: v0.3.0-preview.1.0...v0.3.0-preview.2.0

AgentCore CLI v0.3.0-preview.1.0

12 Feb 21:52
f25cf87

Choose a tag to compare

Pre-release

Installation

npm install -g @aws/agentcore@0.3.0-preview.1.0

What's Changed

See the full changelog for details.

What's Changed

Full Changelog: v0.3.0-preview.1.4...v0.3.0-preview.1.0