Skip to content

v0.89.0

Choose a tag to compare

@github-actions github-actions released this 27 Jul 15:12
· 216 commits to master since this release
v0.89.0
be2fb6f

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

  • be2fb6f: feat(extensions): show agent name in subagent monitor panes (@ezynda3)
  • e935e46: feat(ui): derive syntax colors from the theme; fix palette collisions (@ezynda3)
  • 25c4de5: feat(ui): give live activity its own row; quiet the surrounding chrome (@ezynda3)
  • 69d6ea1: feat(ui): one gutter vocabulary, quieter tool receipts, scalable splash (@ezynda3)
  • 1984fc7: feat: make bash tool timeouts configurable via kit.yml (@ezynda3)

Bug Fixes

Maintenance

Other Changes

  • 75fc2ca: test(ui): retain returned model in spinner tool exec test (@Copilot)