Skip to content

v0.102.0

Choose a tag to compare

@github-actions github-actions released this 03 Sep 14:35
· 86 commits to master since this release
v0.102.0
399efff

Installation

# Bun / npm
bun add -g @mark3labs/kit
# or: npm install -g @mark3labs/kit

# Go install (requires Go 1.27+)
go install github.com/mark3labs/kit/cmd/kit@latest

# Or download from assets below

Changelog

Features

  • 71727e2: feat(extensions): add popup-terminal example with persistent shell (@ezynda3)
  • 399efff: feat(models): catalog-driven reasoning levels, tiered pricing, status (@ezynda3)

Bug Fixes

  • 7a46de1: fix(daemon): tell the session which multiplexer the client runs in (@ezynda3)
  • 362a4ed: fix(extensions): keep extMu in sync with extensions on hot-reload (@ezynda3)

Maintenance

  • cab2f7f: build(deps): update all dependencies and require Go 1.27 (@ezynda3)
  • 1cd568e: chore(models): refresh model catalog and prune dead aliases (@ezynda3)