Skip to content

v0.74.1

Choose a tag to compare

@github-actions github-actions released this 07 Jun 19:46
· 300 commits to master since this release
v0.74.1
e610bdd

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

  • e610bdd: fix(cmd): route prefixed models through custom wire when --provider-url is set (@ezynda3)