v0.90.0
·
201 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
Bug Fixes
- f25efe6: fix(ui): address CodeRabbit review on message navigation overlays (@ezynda3)
- 1844a1f: fix(ui): stop duplicating response after an interrupted turn (@ezynda3)
Other Changes
- 66c7b38: Add message navigation and inspector (Ctrl+X m) (@ezynda3)
- c96dce2: Composite all overlays over the view instead of replacing it (@ezynda3)
- cd964f4: Make the inspector show all of a grep or ls result (@ezynda3)
- 5ec4010: Show full tool arguments in the message inspector (@ezynda3)
- 296925b: Write tool argument parts directly into the builder (@ezynda3)