v0.94.0
·
158 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
- a01fe35: feat(ui): polish message nav inspector and fix markdown theme (@ezynda3)
- 7402e72: feat(ui): resolve terminal capabilities lazily and per-client (#101) (@ezynda3)
Bug Fixes
- 07f0c84: fix(app): address CodeRabbit review on session store (#101) (@ezynda3)
- 61a94eb: fix(ui): address CodeRabbit review on session snapshot refactor (#101) (@ezynda3)
- 36262fe: fix(ui): correct SetTerminalCapabilities goroutine-safety contract (#101) (@ezynda3)
Documentation
Maintenance
- bbf6fc7: refactor(app): expose session state as value snapshots (#101) (@ezynda3)
- 79226e9: refactor(app): type event fan-out with sealed Event union (#101) (@ezynda3)
- 9d721cd: refactor(ui): move session discovery and file I/O to app layer (@ezynda3)