Add ACP agent backend and terminal controls
This commit is contained in:
@@ -40,6 +40,7 @@ fn pill_bar_data_layer_finds_restored_children_before_pane_creation() {
|
||||
id: 1,
|
||||
conversation_id: child_id.to_string(),
|
||||
conversation_data: serde_json::to_string(&AgentConversationData {
|
||||
agent_backend: Default::default(),
|
||||
server_conversation_token: Some("child-token".to_string()),
|
||||
conversation_usage_metadata: None,
|
||||
reverted_action_ids: None,
|
||||
@@ -91,6 +92,7 @@ fn pill_bar_data_layer_finds_restored_children_before_pane_creation() {
|
||||
id: 2,
|
||||
conversation_id: parent_id.to_string(),
|
||||
conversation_data: serde_json::to_string(&AgentConversationData {
|
||||
agent_backend: Default::default(),
|
||||
server_conversation_token: Some("parent-token".to_string()),
|
||||
conversation_usage_metadata: None,
|
||||
reverted_action_ids: None,
|
||||
|
||||
Reference in New Issue
Block a user