acp: Pass through experimental capability for terminal output (#40165)

Release Notes:

- N/A
This commit is contained in:
Ben Brandt
2025-10-14 09:02:34 +00:00
committed by GitHub
parent 4c70d55546
commit c61429e166
+4 -1
View File
@@ -168,7 +168,10 @@ impl AcpConnection {
meta: None,
},
terminal: true,
meta: None,
meta: Some(serde_json::json!({
// Experimental: Allow for rendering terminal output from the agents
"terminal_output": true,
})),
},
meta: None,
})