Skip to content

v0.83.1

Choose a tag to compare

@github-actions github-actions released this 05 Jul 18:49
· 263 commits to master since this release
v0.83.1
e95a11c

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

  • 4aa786f: fix(sandbox): make nix discoverable on default PATH for all users (@ezynda3)
  • e95a11c: fix(skills): route collision logs to file at info level (@ezynda3)

Maintenance

  • c1e31e9: build(sandbox): add go developer tooling to sandbox image (@ezynda3)
  • 3d1ca37: build(sandbox): add nix flakes and direnv to sandbox image (@ezynda3)