Datalayer VS Code Extension - v0.0.17
    Preparing search index...

    Variable ALLOWED_BRIDGE_METHODSConst

    ALLOWED_BRIDGE_METHODS: ReadonlySet<keyof IAgentRuntimesClient> = ...

    Allowed method names the webview can invoke on the bridge. Mirrors the non-streaming surface of IAgentRuntimesClient.

    This whitelist is enforced at runtime by AgentChatBridgeHandler: any incoming request message with a method not in this set is rejected with a response.error. This prevents the webview from reaching arbitrary properties on the client instance (e.g. constructor, __proto__).