Skip to content

v0.100.1

Choose a tag to compare

@github-actions github-actions released this 31 Aug 13:55
· 110 commits to master since this release
v0.100.1
d067f87

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

Bug Fixes

  • d067f87: fix(daemon): keep the pairing window alive after a failed attempt (@ezynda3)