Skip to content

Tool Ui Renderer Protocol

Describes plugin-provided renderer-process tool UI modules and manifests.

Tool Ui Renderer Protocol

Describes plugin-provided renderer-process tool UI modules and manifests.

FieldValue
Protocol IDaster.tool-ui-renderer
Version1.0.0
Compatibility range^1.0.0
Requirement helperaster.tool-ui-renderer.require(settings?) via the protocol module
Provider helperNot available until the protocol module declares a runtime service tag.

Settings

Effect Schema (Union) exported by the protocol module.

Operations

OperationSummaryRequestResponse
describeDescribe the renderer manifest this provider serves.Effect Schema (Void)Effect Schema (Objects)

Conformance Expectations

  • Register with aster.tool-ui-renderer at 1.0.0 inside ^1.0.0.
  • Implement every operation: describe.
  • Decode requests and responses against the operation schemas listed above.
  • Run the protocol conformance kit where one exists: No named kit yet; providers are still expected to satisfy the registry schemas..

Declared Authority

[
{
"kind": "provider_right",
"protocol": "aster.tool-ui-renderer"
}
]