Skip to content

Conversation

@samsternberg
Copy link
Contributor

Summary

Improves the readability of the template selection menu by truncating long descriptions to 100 characters with an ellipsis.

Changes

  • Added truncateDescription helper function to limit description length
  • Applied truncation to template descriptions in the interactive selection menu

Test plan

  • Run sky create-vault and select "Use a template"
  • Verify template descriptions are concise and fit on one line

Fixes #16

🤖 Generated with Claude Code

Add truncateDescription helper to limit template descriptions to 100
characters in the interactive selection menu, preventing long text
from wrapping across multiple lines and improving readability.

Fixes #16

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
@github-actions
Copy link

Gitleaks Findings: No secrets detected. Safe to proceed!

@samsternberg samsternberg requested a review from jstjoe November 13, 2025 16:05
Copy link
Contributor

@jstjoe jstjoe left a comment

Choose a reason for hiding this comment

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

Reasonable :)

@jstjoe jstjoe merged commit bd7a7b8 into main Nov 14, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Improve readability of template selection menu

3 participants