v0.102.0
·
86 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.27+)
go install github.com/mark3labs/kit/cmd/kit@latest
# Or download from assets belowChangelog
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)