acp: Pass through experimental capability for terminal output (#40165)
Release Notes: - N/A
This commit is contained in:
@@ -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,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user