v0.101.0
·
111 commits
to master
since this release
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 belowChangelog
Features
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)