Skip to content

Releases: mark3labs/kit

v0.80.0

18 Jun 16:47
v0.80.0
cea82ea

Choose a tag to compare

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

Maintenance

v0.79.1

18 Jun 09:52
v0.79.1
888c6c7

Choose a tag to compare

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

v0.79.0

17 Jun 14:28
v0.79.0
d2e2e5e

Choose a tag to compare

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

  • d2e2e5e: feat(models): add apiModelName field to custom model config (#59) (@miska)
  • 2c05280: feat(ui): support /new and ctx.NewSession for phase handoffs (@ezynda3)

v0.78.1

16 Jun 11:48
v0.78.1
6a1b061

Choose a tag to compare

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

Maintenance

Full Changelog: v0.78.0...v0.78.1

v0.78.0

16 Jun 10:41
v0.78.0
08c3d0f

Choose a tag to compare

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

  • 08c3d0f: feat(github): make GitHub integration work end-to-end via core command + action (@ezynda3)

v0.77.0

16 Jun 09:37
v0.77.0
16662ca

Choose a tag to compare

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

v0.76.0

15 Jun 13:44
v0.76.0
feaec42

Choose a tag to compare

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

Maintenance

Other Changes

v0.75.1

11 Jun 14:25
v0.75.1
e8e99b1

Choose a tag to compare

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

Maintenance

  • e8e99b1: refactor: dedupe cross-package logic and remove dead code from audit (#58) (@ezynda3)

v0.75.0

09 Jun 13:35
v0.75.0
ef072f6

Choose a tag to compare

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

Other Changes

v0.74.1

07 Jun 19:46
v0.74.1
e610bdd

Choose a tag to compare

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)