Skip to content

fix(tui): retransmit dropped Kitty payloads on demand - #12649

Open
F0Rextasy wants to merge 1 commit into
can1357:mainfrom
F0Rextasy:fix/12595-tmux-hidden-window-retransmit
Open

F0Rextasy wants to merge 1 commit into
can1357:mainfrom
F0Rextasy:fix/12595-tmux-hidden-window-retransmit

Conversation

@F0Rextasy

Copy link
Copy Markdown

What

I reviewed the full diff; images emitted while a tmux window was hidden stayed blank because the budget believed the dropped transmit, so there is now a retransmit path plus an unbound app.images.retransmit action that re-sends resident payloads on repaint.

Why

Fixes #12595

Testing

  • bun test packages/tui/test/image-budget.test.ts -t hidden-tmux (1 pass: forget + repaint re-queues the payload)
  • bun --cwd=packages/tui run check:types (pass)
  • bun --cwd=packages/coding-agent run check:types (pass)
  • oxlint + oxfmt on all changed source files (pass)

  • bun check passes
  • Tested locally
  • CHANGELOG updated with the required attribution (if user-facing; internal issue fixes use issue links, external contributions add the PR link and contributor credit after creation)

@chatgpt-codex-connector

Copy link
Copy Markdown

Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits.
Repo admins can enable using credits for code reviews in their settings.

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.

Kitty images emitted in hidden tmux windows remain blank after selection

1 participant