AgentCore CLI v0.8.1
Installation
npm install -g @aws/agentcore@0.8.1What'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
- @alvarog2491 made their first contribution in #820
Full Changelog: v0.8.0...v0.8.1