Skip to content

v0.91.0

Choose a tag to compare

@github-actions github-actions released this 28 Jul 12:51
· 180 commits to master since this release
v0.91.0
66955cb

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

  • e42521b: feat(extensions): add terminal size, thinking level, and turn state APIs (@ezynda3)
  • 78f9cbe: feat(extensions): expose model pricing and OAuth status (@ezynda3)

Bug Fixes

Documentation

Maintenance

  • 66955cb: chore(deps): update indirect deps and refresh models.dev snapshot (@ezynda3)

Other Changes

  • 4115681: test(extbridge): remove credential dependency from bridge tests (@ezynda3)
  • 34e11a0: test(ui): address CodeRabbit review on tool renderer geometry (#100) (@ezynda3)