Skip to content

v0.5.0 — Native invite provider slot

Choose a tag to compare

@ishuowang ishuowang released this 15 Aug 11:50
· 5 commits to main since this release
9db9bf0

Native RoleHub invite provider slot

Agent Team Room now exposes the additive typed agent-team-room.invite.provider list slot inside its existing native member attach panel. Independent bridges such as dsh-rolehub-bridge can contribute verified member pickers without replacing Room's UI or adding built-in roles, prompts, skills, scenarios, or orchestration policy.

When no provider is installed, the slot renders nothing and standalone Room behavior remains unchanged.

Provider-neutral profile envelope

The public attachSession convenience API can now carry an optional JSON-serializable profile reference with apiVersion, kind, id, and optional version or digest. Room validates and persists a detached copy as provenance only; it never treats profile metadata as a capability grant.

Existing attachSession calls without a profile remain compatible.

Install

dsh plugin --profile web add github:ishuowang/dsh-agent-team-room#v0.5.0
dsh web

Full changelog: v0.4.0...v0.5.0