Skip to content

Kinetick Code 0.5.2-fork.2

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 23 Sep 11:38
· 91 commits to main since this release

Built from public source commit f7115a0. SHA-256: c18afd56c0cb2a0563acb92e2e69a2f3d28cf1b9ad01249c39092181afb55297.

Download the tar.gz and its checksum, verify the checksum, then install:
see installation.

What is in this release

Session tabs keep working while work continues elsewhere:

  • Switching tabs no longer needs the run to be idle; a turn keeps streaming after you switch away from its Session.
  • Each open Session keeps its own transcript pane (up to 6 retained), so returning to a tab shows its live tail rather than a rebuilt view.
  • A turn that starts in a Session you are not looking at is adopted, so you can come back to it mid-flight.
  • Pinned Sessions lead /sessions and the session manager, /pin [on | off] toggles the pin, and a pinned tab carries a * marker on the bar.
  • The tab bar has a manual order (Shift+Alt+Left/Right, /tabs move left|right): opening appends, and only an explicit move reorders.

Pins are stored in the runtime's ordered pin list, so they survive restarts and are shared with any other client.

Source carried

  • Released tree: f7115a0772eeef01fdd02ba8981d05e09242d81b, the version commit on top of 078840d.
  • Upstream revision carried (release/extraction.json sourceRevision): 9b9885e42a3cf1a3df1cfa52a46e4fdb034cfcee.
  • Upstream core: 0.5.2. Fork prerelease 2 on that core.

Known limits

  • The tab bar's manual order is in memory only: a restart reopens tabs in insertion order. Pins are persisted; the bar order is not yet.
  • The pin marker is covered by offline rendering assertions only; it has not been inspected in a real terminal.
  • A background pane whose stream is lost is dropped and reloaded from saved messages when you return, so that pane can be rebuilt rather than complete.

Not run

  • Live-service checks: no live model provider, desktop app, or paid media path was exercised for this release; this archive is validated by the offline suite, the packaging receipt and the install matrix only.
  • Windows validation remains paused upstream-wide; this release is validated on Linux and macOS with Node 22.19.0, 24.2.0, 25 and 26.