-
-
Notifications
You must be signed in to change notification settings - Fork 0
fix: improve task name display with dynamic truncation and source icons #133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Strip numbered list prefixes, bullet markers, HTML tags, markdown links, and collapse whitespace in task names for cleaner display. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Increase completed task name limit from 25 to 50 chars and loop header task name limit from 40 to 60 chars so task context is preserved in the CLI output. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Replace hardcoded truncation limits with terminal-width-aware helpers. Task names now adapt to the available terminal space instead of cutting at arbitrary character counts. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Show a compact icon (GitHub, Linear, Figma, Notion, etc.) next to task names in the loop header so users can quickly identify where tasks originated from. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
Warning Rate limit exceeded
⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ✨ Finishing touches🧪 Generate unit tests (beta)
Comment |
💡 Issue Linking ReminderThis PR doesn't appear to have a linked issue. Consider linking to:
Using If this PR doesn't need an issue, you can ignore this message. |
…ns (#133) - Dynamic task name truncation based on terminal width - Source icons for GitHub, Linear, Notion, Figma tasks Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
Merged into staging/pre-conference branch for pre-conference release testing. Will be included in the stable release. |
Summary
cleanTaskName()to handle list prefixes, HTML tags, markdown links, and whitespaceChanges
src/loop/executor.ts— Better task name cleaning, dynamic truncation, source iconssrc/commands/run.ts— PasssourceTypethrough to executorTest plan
pnpm buildpassespnpm test— 143 tests passGenerated by ralph-starter
🤖 Generated with Claude Code