(role: CollabRole)
| 92 | } |
| 93 | |
| 94 | export function descriptionForRole(role: CollabRole): string { |
| 95 | return { |
| 96 | owner: "Full control — can send messages, approve tools, and manage access", |
| 97 | collaborator: "Can send messages and approve tool use", |
| 98 | viewer: "Read-only — can watch the session in real-time", |
| 99 | }[role]; |
| 100 | } |
nothing calls this directly
no outgoing calls
no test coverage detected