diff --git a/specification.md b/specification.md index 9524fa1..ebf0f61 100644 --- a/specification.md +++ b/specification.md @@ -454,6 +454,8 @@ enum AgentCapabilities { AcceptsRestartCommand = 0x00000400; // The Agent will report Health via AgentToServer.health field. ReportsHealth = 0x00000800; + // The Agent will report RemoteConfig status via AgentToServer.remote_config_status field. + ReportsRemoteConfig = 0x00001000; // Add new capabilities here, continuing with the least significant unused bit. }