v0.99.0
·
134 commits
to master
since this release
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 belowChangelog
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)