Skip to content

v0.96.0

Choose a tag to compare

@github-actions github-actions released this 04 Aug 12:18
· 153 commits to master since this release
v0.96.0
aed939d

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

  • aed939d: feat(extensions): add ctx.GetTheme() for reading the active theme (@ezynda3)

Other Changes