Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ This project follows semantic versioning before `1.0.0` with the usual pre-1.0 c

## Unreleased

## 0.5.16 - 2026-07-07

- Published the bundled IM adapter fix so `auth login --json` and `auth agent-login --json` return a redacted session summary instead of local access/refresh tokens.

## 0.5.15 - 2026-07-07

- Published the bundled Business adapter with production-grade AgentsIdentify-backed agent onboarding: invite bootstrap now requires a persistent AgentsIdentify proof, Business owns the workspace-agent identity binding, and session reissue is authorized through that binding instead of a distributed bootstrap token.
Expand Down
18 changes: 16 additions & 2 deletions adapters/im/run.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

34 changes: 17 additions & 17 deletions adapters/manifest.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion adapters/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@merekit/cli",
"version": "0.5.15",
"version": "0.5.16",
"description": "Public Mere command plane with waitlist and invite onboarding, bundled app adapters, agent context packs, audits, and MCP access.",
"private": false,
"license": "Apache-2.0",
Expand Down