{{ message }}
Releases: aws/agentcore-cli
Releases · aws/agentcore-cli
AgentCore CLI v1.0.0-preview.18 (Preview)
Installation (Preview)
npm install -g @aws/agentcore@previewWhat'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
Installation
npm install -g @aws/agentcore@0.21.1What'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 ingestbehind 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
Prerelease
Auto-generated tarball from the latest commit on main.
Version: 118b6-98d7a (cli-cdk)
npm install -g https://github.com/aws/agentcore-cli/releases/download/prerelease/agentcore-cli-prerelease.tgz
AgentCore CLI v1.0.0-preview.17 (Preview)
Installation (Preview)
npm install -g @aws/agentcore@previewWhat'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 ingestbehind 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
Installation
npm install -g @aws/agentcore@0.21.0What'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 ingestbehind 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)
Installation (Preview)
npm install -g @aws/agentcore@previewWhat'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
Installation
npm install -g @aws/agentcore@0.20.2What'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)
Installation (Preview)
npm install -g @aws/agentcore@previewWhat'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
AgentCore CLI v1.0.0-preview.14 (Preview)
Installation (Preview)
npm install -g @aws/agentcore@previewWhat's Changed
- feat(ci): add hourly canary for smoke test by @Hweinstock in #1486
- feat(ci): shard integ tests for faster runs. by @Hweinstock in #1484
- fix(scripts): avoid overwriting git local config in e2e script by @Hweinstock in #1501
- feat(ci): clean up stale stacks with global vitest setup hook by @Hweinstock in #1499
- feat(e2e): enable gemini tests by @Hweinstock in #1503
- fix(e2e): wire up payments env vars for full test suite by @Hweinstock in #1505
- fix(ci): make /security-review fail loudly when the model never runs by @tejaskash in #1482
- feat(agent-inspector): send harness model config to agent inspector by @avi-alpert in #1516
- fix(e2e): add harness tests to e2e workflow by @Hweinstock in #1515
- fix(assets): prevent multi-gateway tool-name collisions across HTTP frameworks by @aidandaly24 in #1518
- chore: bundle local "agent inspector" build by @avi-alpert in #1529
- fix(ci): avoid running pr reviewer on closed prs by @Hweinstock in #1536
- feat: upgrade agent inspector to v0.6.0 by @avi-alpert in #1546
- release: nys summit by @Hweinstock in #1547
- fix(harness): surface managed-memory heads-up on dev deploy + validate session storage path in TUI by @aidandaly24 in #1555
- chore(policy): ungate guardrail policy form by @jesseturner21 in #1552
- chore: ungate web-search commands by @nborges-aws in #1558
- Release v0.20.0 + preview v1.0.0-preview.14 by @agentcore-devx-automation[bot] in #1561
Full Changelog: v1.0.0-preview.13...v1.0.0-preview.14
AgentCore CLI v0.20.1
Installation
npm install -g @aws/agentcore@0.20.1What'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...v0.20.1
