Skip to content

v0.95.0

Choose a tag to compare

@github-actions github-actions released this 31 Jul 15:52
· 168 commits to master since this release
v0.95.0
62371fd

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

  • e0349c0: feat(extensions): add custom widget rendering and fix dead UI fields (@ezynda3)
  • 8a4a6f9: feat(extensions): harden keyboard shortcut registration and dispatch (@ezynda3)

Documentation

  • 62371fd: docs: document shortcut key handling and fix callout syntax (@ezynda3)