Skip to content

v0.103.0

Choose a tag to compare

@github-actions github-actions released this 08 Sep 13:30
· 18 commits to master since this release
v0.103.0
e911e65

Installation

# Bun / npm
bun add -g @mark3labs/kit
# or: npm install -g @mark3labs/kit

# Go install (requires Go 1.27+)
go install github.com/mark3labs/kit/cmd/kit@latest

# Or download from assets below

Changelog

Features

  • 63721b1: feat(daemon): replace Rust kit-tunnel sidecar with in-process go-iroh transport (@ezynda3)
  • e217d6b: feat(models): send x-opencode-session header to opencode providers (@ezynda3)

Bug Fixes

Maintenance

Other Changes

  • 118afe5: core: make the shell configurable and name the tool after it (@mge1512)
  • 0eee8ef: core: simplify the empty-element check with slices.Contains (@mge1512)
  • 4cce71c: extensions: scope the shell tool's earlier name to the core tool (@mge1512)
  • 72bc810: extensions: take the runner lock when reading extensions (@mge1512)
  • c1d7121: test: fix stale bash-tool assertion and examples/extensions build (@ezynda3)