Skip to content

feat: unhide gateway and gateway-target CLI commands#562

Merged
tejaskash merged 1 commit intoaws:mainfrom
aidandaly24:fix-add-help-for-gateway
Mar 18, 2026
Merged

feat: unhide gateway and gateway-target CLI commands#562
tejaskash merged 1 commit intoaws:mainfrom
aidandaly24:fix-add-help-for-gateway

Conversation

@aidandaly24
Copy link
Contributor

Description

Remove { hidden: true } from the gateway and gateway-target Commander subcommand registrations in GatewayPrimitive.ts and GatewayTargetPrimitive.ts. This makes both commands visible in agentcore add --help and agentcore remove --help output. Updates AGENTS.md to reflect that these primitives are no longer hidden/coming soon.

Related Issue

Closes #

Documentation PR

N/A

Type of Change

  • Bug fix
  • New feature
  • Breaking change
  • Documentation update
  • Other (please describe):

Testing

How have you tested the change?

  • I ran npm run test:unit and npm run test:integ
  • I ran npm run typecheck
  • I ran npm run lint
  • If I modified src/assets/, I ran npm run test:update-snapshots and committed the updated snapshots

Verified manually:

$ agentcore add --help
Commands:
  agent [options]           Add an agent to the project
  memory [options]          Add a memory to the project
  identity [options]        Add an identity (credential) to the project
  gateway [options]         Add a gateway to the project
  gateway-target [options]  Add a gateway target to the project

Checklist

  • I have read the CONTRIBUTING document
  • I have added any necessary tests that prove my fix is effective or my feature works
  • I have updated the documentation accordingly
  • I have added an appropriate example to the documentation to outline the feature, or no new docs are needed
  • My changes generate no new warnings
  • Any dependent changes have been merged and published

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the
terms of your choice.

Remove { hidden: true } from gateway and gateway-target Commander
subcommand registrations so they appear in `agentcore add --help`
and `agentcore remove --help`. Update AGENTS.md to reflect that
these primitives are no longer hidden/coming soon.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@github-actions github-actions bot added the size/xs PR size: XS label Mar 18, 2026
Copy link
Contributor

@tejaskash tejaskash left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@tejaskash tejaskash merged commit 5c8d1b4 into aws:main Mar 18, 2026
15 of 16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size/xs PR size: XS

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants