Crash detection, fullscreen HD navigation, and composable counting#4
Merged
Conversation
… flags Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…iles Darwin uses TIOCGETA/TIOCSETA, Linux uses TCGETS/TCSETS, and Windows gets stub implementations. Also splits imgrender TerminalSize the same way. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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
fkey enters fullscreen mode with↑/↓navigation between previews — cached screenshots show instantly, uncached ones are captured on the fly@Composablefunction count, and the CLI reports composable count when no@Previewfunctions are foundam start -Wto wait for Activity display instead of a fixed delay--clear(clear screenshot cache),--dismiss-dialog(dismiss compatibility dialog),--delay(configurable render wait, default 1s)Test plan
ffor fullscreen, navigate with↑/↓— cached previews show instantly, uncached ones capture and displaycompose-previewon a project with composables but no previews — verify the composable count message--clearflag clears the screenshot cache--delay 3changes the capture wait timef fullscreen HDappears in the help bar🤖 Generated with Claude Code