Skip to content

v0.99.0

Choose a tag to compare

@github-actions github-actions released this 28 Aug 14:13
· 134 commits to master since this release
v0.99.0
c9a1d33

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

Bug Fixes

  • c9a1d33: fix(cmd): keep non-JSON output off stdout in --json mode (@ezynda3)
  • 162b908: fix(core): drain the pipe when bash streaming hits an oversized line (@ezynda3)
  • d44b131: fix(core): guard the bash streaming test callback against concurrent append (@ezynda3)
  • 741ad45: fix(core): stop cmd.Wait truncating bash output mid-drain (@ezynda3)
  • 570cd7a: fix(kit): address CodeRabbit review on bare mode (#109) (@ezynda3)
  • 881faf0: fix(session): address CodeRabbit follow-up review on bare mode (#109) (@ezynda3)
  • cafa284: fix(ui): count only extension tools in the extension tool count (@ezynda3)

Maintenance

Other Changes

  • 30afb4c: test(core): bound the background-process test on both sides (@ezynda3)
  • b2028f5: test(core): stop the background test leaving a long-lived orphan (@ezynda3)