Skip to content

Interface: SessionPeer

Defined in: packages/aiui-vscode/src/channels.ts:32

A connected session view, as reported by GET /session/peers.

Properties

clientId

clientId: string

Defined in: packages/aiui-vscode/src/channels.ts:33


label?

optional label?: string

Defined in: packages/aiui-vscode/src/channels.ts:37

Short human label (the page title).


role?

optional role?: string

Defined in: packages/aiui-vscode/src/channels.ts:35

What kind of view: app, code, git, … (app tabs ingest selections).


tab?

optional tab?: Record<string, unknown>

Defined in: packages/aiui-vscode/src/channels.ts:41

Browser-tab correlation hints (opaque here).


url?

optional url?: string

Defined in: packages/aiui-vscode/src/channels.ts:39

The view's live location.href.