v0.101.1
·
104 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
Bug Fixes
- 3451664: fix(daemon): address CodeRabbit review on cancellation handling (#117) (@ezynda3)
- 5c37868: fix(daemon): address CodeRabbit review on cancellation reporting (#117) (@ezynda3)
- 67a575f: fix(daemon): address CodeRabbit review on context propagation (#117) (@ezynda3)
- 2cf1754: fix(daemon): hand the terminal back, keep the alt screen, and never orphan a sidecar (@ezynda3)
- d366351: fix(daemon): regrow a shared session when its smallest client leaves (@ezynda3)
- fe4b585: fix(daemon): tie the terminal reader to the client context (#117) (@ezynda3)