Skip to content

Releases: aws/agentcore-cli

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

Prerelease

Prerelease Pre-release
Pre-release

Choose a tag to compare

@agentcore-devx-automation agentcore-devx-automation released this 02 Jul 20:43
69b0e58

Auto-generated tarball from the latest commit on main.

Version: 69b0e-da68f (cli-cdk)

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

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

AgentCore CLI v0.21.1

Choose a tag to compare

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

Installation

npm install -g @aws/agentcore@0.21.1

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

Full Changelog: v0.20.1...v0.21.1

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

Choose a tag to compare

@github-actions github-actions released this 24 Jun 20:15
9b2fcc5

Installation (Preview)

npm install -g @aws/agentcore@preview

What's Changed

  • 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

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

AgentCore CLI v0.21.0

Choose a tag to compare

@github-actions github-actions released this 24 Jun 20:14
9b2fcc5

Installation

npm install -g @aws/agentcore@0.21.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

Full Changelog: v0.20.1...v0.21.0

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

Choose a tag to compare

@github-actions github-actions released this 18 Jun 22:31
e92c79a

Installation (Preview)

npm install -g @aws/agentcore@preview

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

Full Changelog: v0.20.1...v1.0.0-preview.16

AgentCore CLI v0.20.2

Choose a tag to compare

@github-actions github-actions released this 18 Jun 22:31
e92c79a

Installation

npm install -g @aws/agentcore@0.20.2

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

Full Changelog: v0.20.1...v0.20.2

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

Choose a tag to compare

@github-actions github-actions released this 17 Jun 23:47
b91592e

Installation (Preview)

npm install -g @aws/agentcore@preview

What's Changed

  • test(e2e): fix shard 4/5 stale paths and missing --wait by @notgitika in #1560
  • Revert "chore: ungate web-search commands (#1558)" by @Hweinstock in #1567
  • Release v0.20.1 + preview v1.0.0-preview.15 by @agentcore-devx-automation[bot] in #1572

Full Changelog: v0.20.0...v1.0.0-preview.15