You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PR #1372 adds canvas extensibility (Canvas / createCanvas, SessionConfig.canvases, requestCanvasRenderer, requestExtensions, and ResumeSessionConfig.openCanvasInstances, plus the session.canvas.* lifecycle events and hostExtension.invoke RPC dispatch) to the Node and Rust SDKs only.
Once the wire contract has stabilized through real usage by the immediate consumers (Copilot CLI runtime, Tauri app, canvas v1 testing extension), the same surface needs to be brought to the remaining SDKs for parity:
Go (go/): Canvases, RequestCanvasRenderer, RequestExtensions, OpenCanvasInstances, plus Canvas / CreateCanvas
.NET (dotnet/src/): Canvases, RequestCanvasRenderer, RequestExtensions, OpenCanvasInstances, plus Canvas / CreateCanvas
Java (java/src/): equivalent surface following Java naming conventions
The Node implementation in PR #1372 is the canonical reference. Treat the Rust diff there as a co-canonical spec where the TypeScript schema is ambiguous.
PR #1372 adds canvas extensibility (
Canvas/createCanvas,SessionConfig.canvases,requestCanvasRenderer,requestExtensions, andResumeSessionConfig.openCanvasInstances, plus thesession.canvas.*lifecycle events andhostExtension.invokeRPC dispatch) to the Node and Rust SDKs only.Once the wire contract has stabilized through real usage by the immediate consumers (Copilot CLI runtime, Tauri app, canvas v1 testing extension), the same surface needs to be brought to the remaining SDKs for parity:
python/copilot/):canvases,request_canvas_renderer,request_extensions,open_canvas_instances, plusCanvas/create_canvasfactorygo/):Canvases,RequestCanvasRenderer,RequestExtensions,OpenCanvasInstances, plusCanvas/CreateCanvasdotnet/src/):Canvases,RequestCanvasRenderer,RequestExtensions,OpenCanvasInstances, plusCanvas/CreateCanvasjava/src/): equivalent surface following Java naming conventionsThe Node implementation in PR #1372 is the canonical reference. Treat the Rust diff there as a co-canonical spec where the TypeScript schema is ambiguous.