v0.89.0
·
216 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
- be2fb6f: feat(extensions): show agent name in subagent monitor panes (@ezynda3)
- e935e46: feat(ui): derive syntax colors from the theme; fix palette collisions (@ezynda3)
- 25c4de5: feat(ui): give live activity its own row; quiet the surrounding chrome (@ezynda3)
- 69d6ea1: feat(ui): one gutter vocabulary, quieter tool receipts, scalable splash (@ezynda3)
- 1984fc7: feat: make bash tool timeouts configurable via kit.yml (@ezynda3)
Bug Fixes
- 1bb775a: fix(ui): address CodeRabbit review on PR #97 (@ezynda3)
- f1873f1: fix(ui): align every block on one left edge (@ezynda3)
- 743ecc8: fix(ui): resize the transcript when the composer grows; stop capping input (@ezynda3)
- bb8e40a: fix(ui): stop showing confirmations twice; unify the field separator (@ezynda3)
Maintenance
- 339bbcb: chore(deps): update go dependencies and refresh models.dev snapshot (@ezynda3)
- d14fae6: refactor(ui): drop input-hint state left dead by the composer rework (@ezynda3)
- 387b3c0: refactor(ui): drop the splash stripe (@ezynda3)
- b4719a4: style(ui): clean up CodeRabbit nitpicks on PR #97 (@ezynda3)
Other Changes
- 75fc2ca: test(ui): retain returned model in spinner tool exec test (@Copilot)