Skip to content

v0.101.2

Choose a tag to compare

@github-actions github-actions released this 02 Sep 15:20
· 58 commits to master since this release
v0.101.2
aed86e5

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

  • 8617360: fix(daemon): list remote sessions on attach, forward client terminal (@ezynda3)

Documentation

  • aed86e5: docs: document cross-host attach picker and terminal forwarding (@ezynda3)