Skip to content

v0.86.0

Choose a tag to compare

@github-actions github-actions released this 10 Jul 15:41
· 231 commits to master since this release
v0.86.0
34e2038

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

Maintenance

  • 8c0d62b: chore(deps): update go dependencies and models.dev snapshot (@ezynda3)
  • 3b3de18: chore(deps): update go dependencies and models.dev snapshot (@ezynda3)

Other Changes

  • 8529bfe: Add WithProviderWire functional option for SDK parity (@ezynda3)
  • 4c26842: Add explicit wire protocol declarations for providers (@ezynda3)
  • 2a91ba1: Document provider wire overrides across all doc surfaces (@ezynda3)
  • 705fcd4: perf(ui): fix memory leaks, deadlocks, and hot-path rendering costs (@ezynda3)