Releases: mark3labs/kit
Releases · mark3labs/kit
Release list
v0.85.1
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
- b0afae0: feat(agents): named agent definitions with per-agent tool restrictions (#84) (@ezynda3)
- 91bd928: feat(compaction): adaptive budgets, full-part token estimation, anchored summaries (#83) (@ezynda3)
- 9d14019: feat(compaction): auto-compact and retry on context overflow errors (#85) (@ezynda3)
- 6f82962: feat(hooks): expose per-step ToolChoice via OnPrepareStep (@giltine)
- a81d2cf: feat(subagent): link child sessions to parent and support resume (#87) (@ezynda3)
Bug Fixes
- e0baa37: fix(agents): deep-copy agent getters, wire --no-agents flag, clarify tools contract (#84) (@ezynda3)
- 0f18a61: fix(compaction): address coderabbit review on overflow recovery (#85) (@ezynda3)
- 11bd559: fix(compaction): preserve API token baseline after compaction (@ezynda3)
- 0b4ba98: fix(extbridge): preserve run error and fire OnComplete on nil subagent result (@ezynda3)
- 1abeca8: fix(extensions): implement non-blocking subagent spawn with usable handle (#86) (@ezynda3)
- 98e5df0: fix(session): address CodeRabbit review on subagent session linking (#87) (@ezynda3)
- b4e847f: fix(session): fsync temp file before rename in SetParentLink (@ezynda3)
- 9abd091: fix: normalize .wav MIME type to audio/wav ( <>)
Documentation
Maintenance
- 3b3de18: chore(deps): update go dependencies and models.dev snapshot (@ezynda3)
- 8c0d62b: chore(deps): update go dependencies and models.dev snapshot (@ezynda3)
- eaec327: chore(prompts): add /resolve-reviews bot-review polling loop (@ezynda3)
Other Changes
v0.85.0
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
- b0afae0: feat(agents): named agent definitions with per-agent tool restrictions (#84) (@ezynda3)
- 91bd928: feat(compaction): adaptive budgets, full-part token estimation, anchored summaries (#83) (@ezynda3)
- 9d14019: feat(compaction): auto-compact and retry on context overflow errors (#85) (@ezynda3)
- 6f82962: feat(hooks): expose per-step ToolChoice via OnPrepareStep (@giltine)
- a81d2cf: feat(subagent): link child sessions to parent and support resume (#87) (@ezynda3)
Bug Fixes
- e0baa37: fix(agents): deep-copy agent getters, wire --no-agents flag, clarify tools contract (#84) (@ezynda3)
- 0f18a61: fix(compaction): address coderabbit review on overflow recovery (#85) (@ezynda3)
- 11bd559: fix(compaction): preserve API token baseline after compaction (@ezynda3)
- 0b4ba98: fix(extbridge): preserve run error and fire OnComplete on nil subagent result (@ezynda3)
- 1abeca8: fix(extensions): implement non-blocking subagent spawn with usable handle (#86) (@ezynda3)
- 98e5df0: fix(session): address CodeRabbit review on subagent session linking (#87) (@ezynda3)
- b4e847f: fix(session): fsync temp file before rename in SetParentLink (@ezynda3)
- 9abd091: fix: normalize .wav MIME type to audio/wav ( <>)
Documentation
Maintenance
v0.84.0
v0.83.1
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
- 4aa786f: fix(sandbox): make nix discoverable on default PATH for all users (@ezynda3)
- e95a11c: fix(skills): route collision logs to file at info level (@ezynda3)
Maintenance
v0.83.0
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
- 74f1a2b: fix(cmd): avoid nil pointer panic when OAuth handler init fails (@ezynda3)
- 91ba5a9: fix(subagent): prevent duplicate MCP tool names and redundant reloads (@ezynda3)
Maintenance
Other Changes
v0.82.1
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
v0.82.0
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
Maintenance
- 26df617: build(ci): bump golangci-lint-action to v8 (@ezynda3)
- 821ef11: build(deps): bump mcp-go to v0.55.1 (@ezynda3)
Other Changes
v0.81.0
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
Maintenance
Other Changes
v0.80.0
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
- dd7ae41: feat(sdk): harden pkg/kit embedder surface with scoped additions (#69) (@ezynda3)
- cea82ea: feat(skills): full agentskills.io spec compliance (#71) (@ezynda3)
Maintenance
v0.79.1
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