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