v0.83.0
·
287 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
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)