Skip to content

Neko Core v0.22.1

Choose a tag to compare

@github-actions github-actions released this 30 Jul 13:20
c947600

Neko Core v0.22.1

  • /resume now mounts a real 2.04 MB saved session in 230 ms instead of entering the 51.55-second eager rich-render path.
  • The default resumed screen hides tool-attached progress and never treats provider reasoning as transcript text. Canonical messages and opaque continuation state remain intact; use /transcript for explicit history review.
  • Rich hydration is viewport-scale with an 8,000-character per-item circuit breaker. In the 1,501-session regression bench, picker display measured 347 ms, selected-session tail 139 ms, and input echo 20–25 ms while warming.
  • Crash recovery remains durable: the compiled PTY harness hard-killed Neko during an open provider stream and a fresh process recovered the prompt, completed tool result, partial assistant stream, and on-disk accomplishment.

Install or upgrade

Windows:

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

macOS / Linux:

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

Existing installs can also run neko update.

Upgrade note: no config migration is required. Sessions stay in their existing format; this release changes only their default screen projection and hydration policy.

See the v0.22.1 changelog for details.