pub const PROCESS_EXTENSION_PROTOCOL_VERSION: &str = "0.2.0";Expand description
Protocol version spoken by the host; children must echo a compatible
version from extension/initialize. Bumped to 0.2.0 when subagent
dispatcher, task executor (phase 95), and tool provider (phase 97)
services were added.