Skip to content

Releases: aws/agentcore-cli

Prerelease

Prerelease Pre-release
Pre-release

Choose a tag to compare

@agentcore-devx-automation agentcore-devx-automation released this 15 Jul 17:06
257d154

Auto-generated tarball from the latest commit on main.

Version: 257d1-755fa (cli-cdk)

npm install -g https://github.com/aws/agentcore-cli/releases/download/prerelease/agentcore-cli-prerelease.tgz

AgentCore CLI v1.0.0-preview.22 (Preview)

Choose a tag to compare

@github-actions github-actions released this 13 Jul 22:50
0ab54fe

Installation (Preview)

npm install -g @aws/agentcore@preview

What's Changed

  • fix: agentcore dev overwrites otel exporter env var by @avi-alpert in #1742
  • fix(deploy): select the auto-detected target so a fresh project's first deploy isn't scoped to zero stacks by @jesseturner21 in #1753
  • Release v0.24.1 + preview v1.0.0-preview.22 by @agentcore-devx-automation[bot] in #1754

Full Changelog: v0.24.0...v1.0.0-preview.22

AgentCore CLI v0.24.1

Choose a tag to compare

@github-actions github-actions released this 13 Jul 22:50
0ab54fe

Installation

npm install -g @aws/agentcore@0.24.1

What's Changed

  • fix: agentcore dev overwrites otel exporter env var by @avi-alpert in #1742
  • fix(deploy): select the auto-detected target so a fresh project's first deploy isn't scoped to zero stacks by @jesseturner21 in #1753
  • Release v0.24.1 + preview v1.0.0-preview.22 by @agentcore-devx-automation[bot] in #1754

Full Changelog: v0.24.0...v0.24.1

AgentCore CLI v1.0.0-preview.21 (Preview)

Choose a tag to compare

@github-actions github-actions released this 10 Jul 20:43
f64ca22

Installation (Preview)

npm install -g @aws/agentcore@preview

What's Changed

  • fix(deploy): scope TUI deploy to the picker-selected targets (#1267) by @aidandaly24 in #1659
  • ci(e2e): cancel superseded in-progress E2E runs by @notgitika in #1704
  • ci(canary): run canary every 15 minutes instead of hourly by @notgitika in #1707
  • ci: add API reference docs generation workflow by @notgitika in #1694
  • ci(e2e): emit JUnit reports and upload as CI artifact by @notgitika in #1706
  • fix: keep AGUI browser thread IDs stable by @jstar0 in #1686
  • feat(run): add --kms-key flag to run insights for KMS parity by @C0d3N1nja97342 in #1688
  • fix(add): print confirmation after non-interactive add agent (#671) by @C0d3N1nja97342 in #1689
  • ci(e2e): skip E2E tests on docs-only PRs by @notgitika in #1705
  • ci: bump the github-actions group across 1 directory with 8 updates by @dependabot[bot] in #1710
  • ci(e2e): run E2E job on CodeBuild-hosted runner (POC) by @notgitika in #1713
  • fix: reap orphaned dev-server child on process exit by @hagaym1 in #1695
  • fix(tool): resolve HTTP gateways in add tool --gateway (#1658 follow-up) by @rostcheck in #1693
  • ci: gate fork-PR E2E/tarball on PR author (fix pwn-request + checkout@v7 fork block) by @aidandaly24 in #1716
  • chore: add e2e and integ tests for web-search connector by @nborges-aws in #1711
  • feat: add description field to connector configuration entries by @nborges-aws in #1721
  • feat(region): add ap-southeast-5/7, eu-south-1/2 to AgentCore regions by @jariy17 in #1722
  • Revert "feat(run): add --kms-key flag to run insights for KMS parity (#1688)" by @jariy17 in #1723
  • ci: run all workflows on CodeBuild-hosted runners by @notgitika in #1715
  • fix: pass through max tokens for non-mantle Bedrock models by @Tommypop2 in #1719
  • feat(issue-1236): enhance docker build with additional build configuration by @EdouardCourty in #1284
  • fix(dev): apply model config for all providers in dev, not just Bedrock by @tejaskash in #1729
  • fix(exec): support harness deployments (#1724) by @jesseturner21 in #1728
  • chore: ungate 'run ingest' command by @nborges-aws in #1731
  • fix: auto-trigger ingestion on connector config file content changes by @nborges-aws in #1732
  • ci: pin browser-tests to ubuntu-latest (fix Playwright deps on CodeBuild) by @jesseturner21 in #1736
  • Release v0.24.0 + preview v1.0.0-preview.21 by @agentcore-devx-automation[bot] in #1737
  • ci: use GitHub-hosted runners for release workflow by @tejaskash in #1738
  • fix: reset state to re-run release workflows by @tejaskash in #1739
  • Release v0.24.0 + preview v1.0.0-preview.21 by @agentcore-devx-automation[bot] in #1740

New Contributors

Full Changelog: v0.23.0...v1.0.0-preview.21

AgentCore CLI v0.24.0

Choose a tag to compare

@github-actions github-actions released this 10 Jul 20:46
f64ca22

Installation

npm install -g @aws/agentcore@0.24.0

What's Changed

  • fix(deploy): scope TUI deploy to the picker-selected targets (#1267) by @aidandaly24 in #1659
  • ci(e2e): cancel superseded in-progress E2E runs by @notgitika in #1704
  • ci(canary): run canary every 15 minutes instead of hourly by @notgitika in #1707
  • ci: add API reference docs generation workflow by @notgitika in #1694
  • ci(e2e): emit JUnit reports and upload as CI artifact by @notgitika in #1706
  • fix: keep AGUI browser thread IDs stable by @jstar0 in #1686
  • feat(run): add --kms-key flag to run insights for KMS parity by @C0d3N1nja97342 in #1688
  • fix(add): print confirmation after non-interactive add agent (#671) by @C0d3N1nja97342 in #1689
  • ci(e2e): skip E2E tests on docs-only PRs by @notgitika in #1705
  • ci: bump the github-actions group across 1 directory with 8 updates by @dependabot[bot] in #1710
  • ci(e2e): run E2E job on CodeBuild-hosted runner (POC) by @notgitika in #1713
  • fix: reap orphaned dev-server child on process exit by @hagaym1 in #1695
  • fix(tool): resolve HTTP gateways in add tool --gateway (#1658 follow-up) by @rostcheck in #1693
  • ci: gate fork-PR E2E/tarball on PR author (fix pwn-request + checkout@v7 fork block) by @aidandaly24 in #1716
  • chore: add e2e and integ tests for web-search connector by @nborges-aws in #1711
  • feat: add description field to connector configuration entries by @nborges-aws in #1721
  • feat(region): add ap-southeast-5/7, eu-south-1/2 to AgentCore regions by @jariy17 in #1722
  • Revert "feat(run): add --kms-key flag to run insights for KMS parity (#1688)" by @jariy17 in #1723
  • ci: run all workflows on CodeBuild-hosted runners by @notgitika in #1715
  • fix: pass through max tokens for non-mantle Bedrock models by @Tommypop2 in #1719
  • feat(issue-1236): enhance docker build with additional build configuration by @EdouardCourty in #1284
  • fix(dev): apply model config for all providers in dev, not just Bedrock by @tejaskash in #1729
  • fix(exec): support harness deployments (#1724) by @jesseturner21 in #1728
  • chore: ungate 'run ingest' command by @nborges-aws in #1731
  • fix: auto-trigger ingestion on connector config file content changes by @nborges-aws in #1732
  • ci: pin browser-tests to ubuntu-latest (fix Playwright deps on CodeBuild) by @jesseturner21 in #1736
  • Release v0.24.0 + preview v1.0.0-preview.21 by @agentcore-devx-automation[bot] in #1737
  • ci: use GitHub-hosted runners for release workflow by @tejaskash in #1738
  • fix: reset state to re-run release workflows by @tejaskash in #1739
  • Release v0.24.0 + preview v1.0.0-preview.21 by @agentcore-devx-automation[bot] in #1740

New Contributors

Full Changelog: v0.23.0...v0.24.0

AgentCore CLI v1.0.0-preview.20 (Preview)

Choose a tag to compare

@github-actions github-actions released this 08 Jul 17:38
2b1e233

Installation (Preview)

npm install -g @aws/agentcore@preview

What's Changed

  • fix(status): exit non-zero on invalid --type/--state filter by @aidandaly24 in #1650
  • docs(permissions): align PERMISSIONS.md with what the developer policy actually grants by @jesseturner21 in #1696
  • fix(vpc): correct create-harness VPC validation, dry-run persistence, and TUI review display (follow-up to #1671) by @aidandaly24 in #1682
  • fix: update KB and WS connector devEx by @nborges-aws in #1681
  • fix: fix infinite loop between source type and add another KB TUI screens by @nborges-aws in #1699
  • chore: ungate connector experience by @nborges-aws in #1700
  • fix: update e2e gateway test with new type by @nborges-aws in #1701
  • Release v0.23.0 + preview v1.0.0-preview.20 by @agentcore-devx-automation[bot] in #1708

Full Changelog: v0.22.0...v1.0.0-preview.20

AgentCore CLI v0.23.0

Choose a tag to compare

@github-actions github-actions released this 08 Jul 17:38
2b1e233

Installation

npm install -g @aws/agentcore@0.23.0

What's Changed

  • fix(status): exit non-zero on invalid --type/--state filter by @aidandaly24 in #1650
  • docs(permissions): align PERMISSIONS.md with what the developer policy actually grants by @jesseturner21 in #1696
  • fix(vpc): correct create-harness VPC validation, dry-run persistence, and TUI review display (follow-up to #1671) by @aidandaly24 in #1682
  • fix: update KB and WS connector devEx by @nborges-aws in #1681
  • fix: fix infinite loop between source type and add another KB TUI screens by @nborges-aws in #1699
  • chore: ungate connector experience by @nborges-aws in #1700
  • fix: update e2e gateway test with new type by @nborges-aws in #1701
  • Release v0.23.0 + preview v1.0.0-preview.20 by @agentcore-devx-automation[bot] in #1708

Full Changelog: v0.22.0...v0.23.0

AgentCore CLI v1.0.0-preview.19 (Preview)

Choose a tag to compare

@github-actions github-actions released this 02 Jul 21:35
69b0e58

Installation (Preview)

npm install -g @aws/agentcore@preview

What's Changed

  • fix(cli): add requireTTY() before each unguarded interactive TUI launch (#982) by @aidandaly24 in #1640
  • fix(templates): key per-session agent state by context.session_id across all HTTP starter templates (#808, #809) by @aidandaly24 in #1639
  • fix: include harness Dockerfiles in deploy hash by @jstar0 in #1587
  • Re-organize harness documentation in README by @vivdalal in #1656
  • fix: surface stale CDK construct synth errors and validate gateway name length by @aidandaly24 in #1652
  • fix(run-insights): TUI wizard state, inline name validation, job history by @notgitika in #1602
  • fix(pause-online-insights): reject mismatched --name and --arn by @notgitika in #1601
  • fix(run-insights): reject empty --name "" instead of auto-generating by @notgitika in #1600
  • feat(secrets): encrypt sensitive .env.local values at rest by @aidandaly24 in #1621
  • fix(payment-manager): warn when auto-payment is enabled by default by @aidandaly24 in #1556
  • fix(invoke): add bearer-token support to the A2A invoke path for CUSTOM_JWT (#815) by @aidandaly24 in #1647
  • fix(policy): resolve HTTP gateways for policy generation and guardrails (#1658) by @aidandaly24 in #1663
  • fix: tighten sanitize logic on payment secrets by @nborges-aws in #1631
  • test(e2e): add A/B test and all-gateway-target lifecycle suites by @jariy17 in #1584
  • fix: batch-eval docs + preserve config-bundle placeholders on AB-test promote by @jariy17 in #1638
  • feat(config-bundle): add --kms-key for customer-managed encryption by @jariy17 in #1642
  • fix(templates): give TypeScript templates per-session in-process short-term memory by @aidandaly24 in #1666
  • fix(deploy): surface CloudFormation rollback events in the deploy TUI (#1610) by @aidandaly24 in #1662
  • fix(ci): prevent script injection in GitHub Actions workflows by @aidandaly24 in #1669
  • test(e2e): add insights and online-insights lifecycle tests by @notgitika in #1599
  • fix(tui): validate empty input in SecretInput before triggering cancel by @notgitika in #1668
  • feat(export): surface export notes inline in the CLI and TUI by @padmak30 in #1676
  • fix(e2e): reap stale OAuth2 credential providers alongside API key providers by @aidandaly24 in #1679
  • fix(dev): honor explicit --port literally instead of silently offsetting by runtime index (#1079) by @aidandaly24 in #1661
  • fix(templates): retrieve SUMMARIZATION summaries with an actor-scoped namespace (#665) by @aidandaly24 in #1660
  • feat: thread vpcId for container build VPC placement (#297) by @aidandaly24 in #1671
  • Release v0.22.0 + preview v1.0.0-preview.19 by @agentcore-devx-automation[bot] in #1684

New Contributors

Full Changelog: v1.0.0-preview.18...v1.0.0-preview.19

AgentCore CLI v0.22.0

Choose a tag to compare

@github-actions github-actions released this 02 Jul 21:35
69b0e58

Installation

npm install -g @aws/agentcore@0.22.0

What's Changed

  • fix: stop web-search TUI early exit when no gateway by @nborges-aws in #1575
  • fix(payment-connector): validate secret key formats client-side at add time by @aidandaly24 in #1573
  • test(e2e): enable policy guardrail suite with two-deploy form-policy flow by @jesseturner21 in #1582
  • fix(deploy): surface original error types in preflight steps. by @Hweinstock in #1525
  • fix(policy): correct INSULTS content-filter enum and validate --form-filters by @jesseturner21 in #1576
  • docs: cover payments, policies/guardrails, insights, harness, datasets, web-search by @notgitika in #1577
  • test(e2e): use real key formats in payment-validation CDP fixtures by @aidandaly24 in #1592
  • Release v0.20.2 + preview v1.0.0-preview.16 by @agentcore-devx-automation[bot] in #1595
  • fix: dont show deploy screen when deploy is skipped by @avi-alpert in #1585
  • chore: ungate web-search commands (#1558) by @nborges-aws in #1597
  • feat: bring harness flows into latest version of cli by @avi-alpert in #1598
  • feat: upgrade agent inspector to 0.6.1 by @avi-alpert in #1607
  • test(integ): expand harness config-shape coverage by @tejaskash in #1608
  • fix(recommendation): resolve --bundle-version LATEST to deployed versionId by @jariy17 in #1566
  • feat(fetch): support harness in fetch access (CLI + TUI) by @tejaskash in #1611
  • test(e2e): add harness E2E coverage for lite_llm, tools, and CUSTOM_JWT by @tejaskash in #1609
  • chore: add e2e & integ tests for web-search by @nborges-aws in #1604
  • fix: select deployed target's stack at Persist instead of stackNames[0] by @aidandaly24 in #1612
  • Ungate passthrough gateway targets by @jariy17 in #1617
  • fix: gate agentcore run ingest behind ENABLE_GATED_FEATURES by @tejaskash in #1619
  • fix(deploy): resolve online-eval step on re-deploys with no new configs by @notgitika in #1615
  • test(e2e): fix harness CUSTOM_JWT auth to validate allowedClients by @aidandaly24 in #1624
  • chore: re-gate web search by @nborges-aws in #1625
  • feat: ungate AWS skills, managed memory, and read-only harness Version by @aidandaly24 in #1620
  • fix(tui): use "No memory" instead of "Disabled" in harness memory picker by @aidandaly24 in #1635
  • fix(config-bundle): ungate custom branchName feature by @notgitika in #1632
  • Release v0.21.0 + preview v1.0.0-preview.17 by @agentcore-devx-automation[bot] in #1637
  • feat(export): export harnesses to standalone Strands agents with connections by @padmak30 in #1630
  • test(e2e): export a fully-featured harness in-project and by ARN by @padmak30 in #1641
  • fix(create): make --defaults create a harness project by @aidandaly24 in #1644
  • feat: add support for TS memory by @nborges-aws in #1636
  • Release v0.21.1 + preview v1.0.0-preview.18 by @agentcore-devx-automation[bot] in #1645
  • fix(cli): add requireTTY() before each unguarded interactive TUI launch (#982) by @aidandaly24 in #1640
  • fix(templates): key per-session agent state by context.session_id across all HTTP starter templates (#808, #809) by @aidandaly24 in #1639
  • fix: include harness Dockerfiles in deploy hash by @jstar0 in #1587
  • Re-organize harness documentation in README by @vivdalal in #1656
  • fix: surface stale CDK construct synth errors and validate gateway name length by @aidandaly24 in #1652
  • fix(run-insights): TUI wizard state, inline name validation, job history by @notgitika in #1602
  • fix(pause-online-insights): reject mismatched --name and --arn by @notgitika in #1601
  • fix(run-insights): reject empty --name "" instead of auto-generating by @notgitika in #1600
  • feat(secrets): encrypt sensitive .env.local values at rest by @aidandaly24 in #1621
  • fix(payment-manager): warn when auto-payment is enabled by default by @aidandaly24 in #1556
  • fix(invoke): add bearer-token support to the A2A invoke path for CUSTOM_JWT (#815) by @aidandaly24 in #1647
  • fix(policy): resolve HTTP gateways for policy generation and guardrails (#1658) by @aidandaly24 in #1663
  • fix: tighten sanitize logic on payment secrets by @nborges-aws in #1631
  • test(e2e): add A/B test and all-gateway-target lifecycle suites by @jariy17 in #1584
  • fix: batch-eval docs + preserve config-bundle placeholders on AB-test promote by @jariy17 in #1638
  • feat(config-bundle): add --kms-key for customer-managed encryption by @jariy17 in #1642
  • fix(templates): give TypeScript templates per-session in-process short-term memory by @aidandaly24 in #1666
  • fix(deploy): surface CloudFormation rollback events in the deploy TUI (#1610) by @aidandaly24 in #1662
  • fix(ci): prevent script injection in GitHub Actions workflows by @aidandaly24 in #1669
  • test(e2e): add insights and online-insights lifecycle tests by @notgitika in #1599
  • fix(tui): validate empty input in SecretInput before triggering cancel by @notgitika in #1668
  • feat(export): surface export notes inline in the CLI and TUI by @padmak30 in #1676
  • fix(e2e): reap stale OAuth2 credential providers alongside API key providers by @aidandaly24 in #1679
  • fix(dev): honor explicit --port literally instead of silently offsetting by runtime index (#1079) by @aidandaly24 in #1661
  • fix(templates): retrieve SUMMARIZATION summaries with an actor-scoped namespace (#665) by @aidandaly24 in #1660
  • feat: thread vpcId for container build VPC placement (#297) by @aidandaly24 in #1671
  • Release v0.22.0 + preview v1.0.0-preview.19 by @agentcore-devx-automation[bot] in #1684

New Contributors

Full Changelog: v0.20.1...v0.22.0

AgentCore CLI v1.0.0-preview.18 (Preview)

Choose a tag to compare

@github-actions github-actions released this 25 Jun 22:59
118b622

Installation (Preview)

npm install -g @aws/agentcore@preview

What's Changed

  • feat(export): export harnesses to standalone Strands agents with connections by @padmak30 in #1630
  • test(e2e): export a fully-featured harness in-project and by ARN by @padmak30 in #1641
  • fix(create): make --defaults create a harness project by @aidandaly24 in #1644
  • feat: add support for TS memory by @nborges-aws in #1636
  • Release v0.21.1 + preview v1.0.0-preview.18 by @agentcore-devx-automation[bot] in #1645

Full Changelog: v1.0.0-preview.17...v1.0.0-preview.18