Skip to content

v0.22.2

Choose a tag to compare

@github-actions github-actions released this 30 Jul 15:02
f08a01a

Highlights

  • /transcript no longer turns mouse movement or wheel input into search text such as [<65;86;26M.
  • Vertical wheel input scrolls the bounded transcript viewport; horizontal wheel, motion, click, and release reports are consumed without corrupting search or remapping horizontal gestures vertically.
  • A compiled-binary ConPTY gate now injects the exact field payload, verifies horizontal-wheel position invariance, and completes ordinary type-to-search from 561 through 10,000 saved entries.
  • The pre-existing Windows screenshot fixture now selects its intended one-shot path and has a realistic external-process timeout, removing a 5-second timing flake found during release soak.

Install or upgrade

Windows PowerShell:

irm https://neko.holilihu.online/install.ps1 | iex

macOS/Linux:

curl -fsSL https://neko.holilihu.online/install.sh | sh

Existing installations can run neko update.

Upgrade is recommended for anyone using /transcript with mouse tracking. No config or session migration is required; canonical saved conversations are unchanged.

Full changelog