Use the client runtime for canvas state

This commit is contained in:
2026-09-05 11:56:13 -07:00
parent fd039f095b
commit c4d42a0ac5
2 changed files with 12 additions and 1 deletions
+3
View File
@@ -39,6 +39,9 @@ message InvokeCapabilityRequest {
quixos.CapabilityRef capability = 1;
string object_id = 2;
map<string, camino.Value> input = 3;
// Identifies one logical client mutation across the capability and Camino
// layers so a live-value controller can recognize its own confirmation.
string client_mutation_id = 4;
}
message InvokeCapabilityResponse {
string invocation_id = 1;