Add ACP agent backend and terminal controls

This commit is contained in:
2026-07-30 07:25:11 -05:00
parent dbfa8bcd48
commit ad24374f6d
84 changed files with 12151 additions and 157 deletions
+1
View File
@@ -382,6 +382,7 @@ fn persisted_remote_child_conversation(
id: 0,
conversation_id: conversation_id.to_string(),
conversation_data: serde_json::to_string(&AgentConversationData {
agent_backend: Default::default(),
server_conversation_token: Some("restored-child-token".to_string()),
conversation_usage_metadata: None,
reverted_action_ids: None,