Skip to content

Conversation

sestinj
Copy link
Contributor

@sestinj sestinj commented Oct 9, 2025

CON-4280

Summary by cubic

Truncates long slash command descriptions in the CLI UI to 80 characters with an ellipsis for cleaner, readable lists. Also updates the CLI .gitignore to ignore *.cast files.

@sestinj sestinj requested a review from a team as a code owner October 9, 2025 22:48
@sestinj sestinj requested review from tingwai and removed request for a team October 9, 2025 22:48
@dosubot dosubot bot added the size:S This PR changes 10-29 lines, ignoring generated files. label Oct 9, 2025
Copy link

github-actions bot commented Oct 9, 2025

⚠️ PR Title Format

Your PR title doesn't follow the conventional commit format, but this won't block your PR from being merged. We recommend using this format for better project organization.

Expected Format:

<type>[optional scope]: <description>

Examples:

  • feat: add changelog generation support
  • fix: resolve login redirect issue
  • docs: update README with new instructions
  • chore: update dependencies

Valid Types:

feat, fix, docs, style, refactor, perf, test, build, ci, chore, revert

This helps with:

  • 📝 Automatic changelog generation
  • 🚀 Automated semantic versioning
  • 📊 Better project history tracking

This is a non-blocking warning - your PR can still be merged without fixing this.

Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

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

1 issue found across 2 files

Prompt for AI agents (all 1 issues)

Understand the root cause of the following 1 issues and fix them.


<file name="extensions/cli/src/ui/SlashCommandUI.tsx">

<violation number="1" location="extensions/cli/src/ui/SlashCommandUI.tsx:13">
Slicing by code units can split surrogate pairs and render broken characters when truncating descriptions that contain emoji. Please truncate by Unicode code points instead to avoid the replacement character in the UI.</violation>
</file>

React with 👍 or 👎 to teach cubic. Mention @cubic-dev-ai to give feedback, ask questions, or re-run the review.

Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:S This PR changes 10-29 lines, ignoring generated files.

Projects

Status: Todo

Development

Successfully merging this pull request may close these issues.

2 participants