Skip to content

v0.90.0

Choose a tag to compare

@github-actions github-actions released this 27 Jul 16:53
· 201 commits to master since this release
v0.90.0
c3df893

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

Bug Fixes

  • f25efe6: fix(ui): address CodeRabbit review on message navigation overlays (@ezynda3)
  • 1844a1f: fix(ui): stop duplicating response after an interrupted turn (@ezynda3)

Other Changes