Skip to content

v0.5.3

Choose a tag to compare

@github-actions github-actions released this 20 Jul 11:38

PiTTy v0.5.3

This historical release body records the important v0.5.3 additions so the published release can be corrected independently of the current changelog.

Rendering stability

  • Fixed Markdown content above a live response intermittently blinking or disappearing in long conversations.
  • Disabled viewport culling only for the live main conversation, avoiding stale geometry while streaming messages change height.
  • Finalized completed Markdown after its first rendered frame while preserving immediate streaming text fallback.

Subagent navigation

  • Added OpenCode-style Ctrl+Down inspection and arrow-key navigation inside the subagent inspector.
  • Added Ctrl+Left/Right cycling and Ctrl+Up return-to-chat aliases.
  • Updated footer, sidebar, and inspector hints to show only controls relevant to the available targets.

Testing

  • Added regression coverage for Markdown finalization, navigation shortcuts, and target-count hints.