Skip to content

v0.101.0

Choose a tag to compare

@github-actions github-actions released this 01 Sep 15:37
· 111 commits to master since this release
v0.101.0
503a077

Installation

# Bun / npm
bun add -g @mark3labs/kit
# or: npm install -g @mark3labs/kit

# Go install (requires Go 1.26+)
go install github.com/mark3labs/kit/cmd/kit@latest

# Or download from assets below

Changelog

Features

  • d337325: feat(daemon): local sessions, a session multiplexer, and a multi-host hub (@ezynda3)

Bug Fixes

  • 0084940: fix(daemon): address CodeRabbit review on PR #116 (@ezynda3)
  • bf4e554: fix(daemon): keep same-daemon choices local; fix Windows liveness (@ezynda3)
  • 49d8047: fix(daemon): keep the connection alive across a session switch (@ezynda3)
  • 61d78fb: fix(daemon): keep the detach chord armed across the kitty Ctrl-X release (@ezynda3)
  • c97e0eb: fix(daemon): make process signalling portable (@ezynda3)
  • 984eaf5: fix(daemon): propagate attach cancellation and bound the local dial (@ezynda3)
  • 6097361: fix(daemon): shut sessions down deterministically across daemon restarts (@ezynda3)
  • 178413a: fix(daemon): stub the local-session entry points on Windows (@ezynda3)
  • d5f688f: fix(daemon): unblock stdin after a picker closes; keep the alt screen (@ezynda3)

Documentation

  • 14f3cd7: docs: document detachable sessions and the Ctrl+] keymap (@ezynda3)
  • 28487bd: docs: document local sessions and the Ctrl-] session prefix (@ezynda3)

Maintenance

  • c1034c4: refactor(daemon): route frames through a transport-agnostic connection set (@ezynda3)

Other Changes

  • 2f08126: test(daemon): cover the chord table, session cycling and frame routing (@ezynda3)