fix: shorten disabled policy generate description to prevent truncation#7
Merged
jesseturner21 merged 1 commit intomainfrom Mar 20, 2026
Merged
Conversation
The "Generate a Cedar policy" option's disabled description was too long
("Requires deployed engine — run `deploy` first") and got cut off in
narrow terminals. Shortened to "Deploy engine first".
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Package Tarballaws-agentcore-0.3.0-preview.6.1.tgz How to installnpm install https://github.com/jesseturner21/agentcore-cli/releases/download/pr-7-tarball/aws-agentcore-0.3.0-preview.6.1.tgz |
Coverage Report
|
Owner
Author
|
do a test by creating a project, then adding an agent deploying the |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
deployfirst" to "Deploy engine first"SelectListcomponent'swrap="truncate"rendering, making the end of the description invisible in narrow terminalsEvidence
Before: The description "Requires deployed engine — run
deployfirst" gets cut off on terminals narrower than ~80 columns due towrap="truncate"in theSelectListcomponent.After: All three source method options render fully:
Verified via TUI test harness — all three options display completely without truncation.
Test plan
npm run build)🤖 Generated with Claude Code