Skip to content

fix: unhide import command from TUI main menu#834

Merged
jesseturner21 merged 1 commit intomainfrom
fix/hide-invoke-from-tui
Apr 14, 2026
Merged

fix: unhide import command from TUI main menu#834
jesseturner21 merged 1 commit intomainfrom
fix/hide-invoke-from-tui

Conversation

@jesseturner21
Copy link
Copy Markdown
Contributor

Description

Remove import from the HIDDEN_FROM_TUI list in commands.ts so the import command is discoverable in the TUI's main command list. It was previously hidden alongside help and telemetry in #797, but import is a user-facing command that should be accessible from the interactive menu.

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

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.

The import command should be visible in the TUI command list so users
can discover and use it interactively.
@jesseturner21 jesseturner21 requested a review from a team April 14, 2026 15:44
@github-actions github-actions bot added the size/xs PR size: XS label Apr 14, 2026
@github-actions
Copy link
Copy Markdown
Contributor

Package Tarball

aws-agentcore-0.8.0.tgz

How to install

npm install https://github.com/aws/agentcore-cli/releases/download/pr-834-tarball/aws-agentcore-0.8.0.tgz

@jesseturner21 jesseturner21 merged commit ee6b630 into main Apr 14, 2026
22 checks passed
@jesseturner21 jesseturner21 deleted the fix/hide-invoke-from-tui branch April 14, 2026 15:49
@github-actions
Copy link
Copy Markdown
Contributor

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 44.53% 7052 / 15833
🔵 Statements 44.01% 7481 / 16998
🔵 Functions 41.98% 1262 / 3006
🔵 Branches 43.5% 4735 / 10884
Generated in workflow #1753 for commit 3db765c by the Vitest Coverage Report Action

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