Skip to content

v0.100.0

Choose a tag to compare

@github-actions github-actions released this 31 Aug 10:05
· 83 commits to master since this release
v0.100.0
1c0df63

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

  • 51805e7: feat(daemon): detach, reattach and shared multi-client sessions (@ezynda3)
  • d04aeb2: feat(daemon): image paste over remote sessions (@ezynda3)
  • d394969: feat(daemon): pairing-based client access (protocol v3, wip) (@ezynda3)
  • a219b03: feat(daemon): pairing-based remote access (protocol v3) (@ezynda3)
  • 3d87105: feat(daemon): render the image preview for remote pastes (@ezynda3)
  • c45e912: feat: daemon mode with iroh remote sessions (kit daemon / kit --remote) (@ezynda3)
  • 77217b4: feat: daemon single-instance lock, 'kit daemon status', systemd user service (@ezynda3)
  • 1abd872: feat: multi-session daemon over one endpoint, per-session teardown, embedded sidecar (@ezynda3)

Bug Fixes

Documentation

  • 6f5a677: docs: document detach, reattach and shared remote sessions (@ezynda3)
  • 7ce77d4: docs: document remote sessions (kit daemon / kit --remote) (@ezynda3)

Maintenance

  • fa14138: build: release pipeline ships the embedded kit-tunnel sidecar (@ezynda3)
  • 2a6d220: chore(tunnel): document the wire protocol as v1 (@ezynda3)
  • 8e2bcbd: chore(tunnel): fix unused-mut and dead-code warnings (@ezynda3)
  • 128ff53: chore: remove stray embedded sidecar binary from contrib (@ezynda3)
  • 8ab15b7: refactor(ui): avoid string concatenation in WriteString calls (@ezynda3)

Other Changes