Releases: aws/agentcore-cli
Releases · aws/agentcore-cli
AgentCore CLI v0.3.0-preview.3.0
Installation
npm install -g @aws/agentcore@0.3.0-preview.3.0What'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
- @jariy17 made their first contribution in #383
- @siwachabhi made their first contribution in #452
Full Changelog: v0.3.0-preview.2.1...v0.3.0-preview.3.0
AgentCore CLI v0.3.0-preview.2.1
Installation
npm install -g @aws/agentcore@0.3.0-preview.2.1What'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
Installation
npm install -g @aws/agentcore@0.3.0-preview.2.0What's Changed
See the full changelog for details.
What's Changed
- fix: use npm Trusted Publishing (OIDC) in release workflow by @tejaskash in #306
- fix: add explicit permissions to CI workflows by @tejaskash in #309
- chore: add npm package metadata for search discoverability by @tejaskash in #313
- fix: add fallback URL for docs/memory.md link in unsupported terminals by @aidandaly24 in #312
- fix: remove mcp.ts from generated .llm-context folder by @notgitika in #310
- test: add unit tests across schema, lib, and cli modules by @notgitika in #318
- feat: add integration tests for CLI commands by @jesseturner21 in #319
- fix: correct action path in agent-restricted workflow by @aidandaly24 in #323
- add end to end tests by @jesseturner21 in #322
- ci: add PR trigger with environment gate for e2e tests by @jesseturner21 in #325
- ci: add CodeQL workflow for code scanning by @notgitika in #316
- chore: update supported frameworks to Strands Agents from Strands by @dbschmigelski in #314
- fix: override fast-xml-parser to 5.3.6 for CVE-2026-26278 by @notgitika in #330
- set pull request to use the main env, with the git commit of the inco… by @jesseturner21 in #331
- feat: display model provider and default model throughout CLI by @aidandaly24 in #324
- feat: strands review command by @aidandaly24 in #326
- fix: add .venv/ to gitignore templates and remove duplicate .env entry by @notgitika in #333
- fix: remove unused dependencies from Python template pyproject.toml f… by @notgitika in #328
- test: add unit tests for TUI by @notgitika in #320
- add check for kms key in token vault before create one by @jesseturner21 in #339
- fix: add missing init.py to Python template subpackages by @notgitika in #336
- fix: resolve lint warnings by @notgitika in #338
- Add container agent support by @tejaskash in #334
- docs: add container build documentation by @notgitika in #340
- fix: improve container dev startup UX and surface runtime errors by @aidandaly24 in #346
- docs: update AGENTS.md and llm-context for container support by @tejaskash in #348
- ci: add PR title conventional commit validation by @notgitika in #344
- ci: add PR size check and label workflow by @notgitika in #343
- all framework and models by @jesseturner21 in #347
- fix: temporarily Disable security audit in pre-commit hook by @notgitika in #349
- fix: upgrade npm for OIDC trusted publishing by @tejaskash in #350
- feat: add preview-major bump type by @tejaskash in #353
- Release v0.3.0-preview.2.0 by @github-actions[bot] in #354
New Contributors
- @dbschmigelski made their first contribution in #314
Full Changelog: v0.3.0-preview.1.0...v0.3.0-preview.2.0
AgentCore CLI v0.3.0-preview.1.0
Installation
npm install -g @aws/agentcore@0.3.0-preview.1.0What's Changed
See the full changelog for details.
What's Changed
- Switch from GitHub Packages to npm for publishing by @notgitika in #295
- update readme by @jesseturner21 in #296
- correct package name by @jesseturner21 in #297
- fix: Version Downgrade for release by @tejaskash in #300
- Release v0.3.0-preview.1.0 by @github-actions[bot] in #301
- Update npm publish command to include public access by @tejaskash in #302
- fix: Reset package.json version by @tejaskash in #303
- Release v0.3.0-preview.1.0 by @github-actions[bot] in #304
Full Changelog: v0.3.0-preview.1.4...v0.3.0-preview.1.0