Skip to content

v0.97.0

Choose a tag to compare

@github-actions github-actions released this 26 Aug 14:43
· 147 commits to master since this release
v0.97.0
7d435e8

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

  • 11676dc: feat(extensions): load extensions from a system-wide directory (#106) (@ezynda3)
  • d234a00: feat(ui): render image previews with the Kitty graphics protocol (@ezynda3)
  • b910175: feat(ui): use the graphics protocol for transcript image previews (@ezynda3)

Bug Fixes

  • c225448: fix(extensions): address CodeRabbit review on system extension dirs (#106) (@ezynda3)
  • 6d008b3: fix(ui): address CodeRabbit review on graphics capability and image cleanup (@ezynda3)
  • c432234: fix(ui): decide the preview mode from resolved capabilities, not the environment (@ezynda3)

Documentation

  • 7bd2766: docs(cli): describe graphics-protocol image previews (@ezynda3)
  • 2e2a644: docs(extensions): add a Windows example for KIT_SYSTEM_EXTENSIONS_DIR (#106) (@ezynda3)