Skip to content

fix: remove cursor pointer from demo gif#41

Merged
NotYuSheng merged 1 commit into
mainfrom
fix/demo-gif-cursor
Jun 24, 2026
Merged

fix: remove cursor pointer from demo gif#41
NotYuSheng merged 1 commit into
mainfrom
fix/demo-gif-cursor

Conversation

@NotYuSheng

Copy link
Copy Markdown
Owner

Summary

Removes the stray cursor "pointer" from demo/demo.gif.

Two sources of the visible cursor:

  1. Initial flash — the hide escape (\x1b[?25l) was emitted at t=0.2s, so the default cursor block showed for the first ~0.2s.
  2. Looping end-pointer — the end-of-cast cursor restore (\x1b[?25h, added in docs: hero demo GIF header with gradient wordmark title card #39) made the cursor reappear on the final frame, flashing on every GIF loop.

Fix

  • Emit \x1b[?25l at t=0.0 (cursor hidden from the very first frame).
  • Drop the \x1b[?25h restore.

The restore only benefited playing the raw demo/demo.cast in a terminal — but that file is an untracked build artifact, and the committed GIF is what users see. agg has no hide-cursor flag, so this is handled in the cast timeline.

Regenerated demo/demo.gif with the fix. ingest/banner.py is untouched.

🤖 Generated with Claude Code

Hide the cursor from the first cast frame (was flashing for ~0.2s before
the hide escape) and drop the end-of-cast cursor restore, which made the
pointer reappear on the final frame and flash on every loop.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented Jun 24, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@NotYuSheng, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 56 minutes and 42 seconds. Learn how PR review limits work.

Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file).

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based credits.

🚦 How do rate limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan refill rate.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, the refill rate gradually slows as usage increases. The highest same-day bursts are limited more strictly.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: fa612a63-034b-454b-8df3-dee9be192b26

📥 Commits

Reviewing files that changed from the base of the PR and between 70c8e41 and 1f6a395.

⛔ Files ignored due to path filters (1)
  • demo/demo.gif is excluded by !**/*.gif
📒 Files selected for processing (1)
  • demo/build_final.py
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/demo-gif-cursor

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Code Review

This pull request updates the demo build script demo/build_final.py to hide the cursor starting from the very first frame by setting its delay to 0.0, and removes the cursor restoration command. There are no review comments, so I have no feedback to provide.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

@NotYuSheng NotYuSheng merged commit ae9ecdb into main Jun 24, 2026
4 checks passed
@NotYuSheng NotYuSheng deleted the fix/demo-gif-cursor branch June 24, 2026 00:04
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.

1 participant