Skip to content

v0.94.0

Choose a tag to compare

@github-actions github-actions released this 30 Jul 15:29
· 158 commits to master since this release
v0.94.0
14ce729

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

  • a01fe35: feat(ui): polish message nav inspector and fix markdown theme (@ezynda3)
  • 7402e72: feat(ui): resolve terminal capabilities lazily and per-client (#101) (@ezynda3)

Bug Fixes

Documentation

Maintenance

Other Changes