Skip to content

v0.83.0

Choose a tag to compare

@github-actions github-actions released this 28 Jun 14:11
· 287 commits to master since this release
v0.83.0
c4284ce

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

Bug Fixes

  • 74f1a2b: fix(cmd): avoid nil pointer panic when OAuth handler init fails (@ezynda3)
  • 91ba5a9: fix(subagent): prevent duplicate MCP tool names and redundant reloads (@ezynda3)

Maintenance

  • fc21d0f: build(sandbox): pre-install uv and bun in sandbox image (@ezynda3)

Other Changes

  • d0437f9: test(kit): Add test for GetToolsForSubagent() (@e4t)