Extract acp_connection

This commit is contained in:
Agus Zubiaga 2025-07-28 18:32:30 -03:00
parent 0f395df9a8
commit ced3d09f10
11 changed files with 305 additions and 415 deletions

View file

@ -9,8 +9,6 @@ use ui::App;
use crate::AcpThread;
pub trait AgentConnection {
fn name(&self) -> &'static str;
fn new_thread(
self: Rc<Self>,
project: Entity<Project>,