pub async fn handle_enter(
app: &mut App,
cwd: &Path,
session: &mut Session,
registry: &Option<Arc<ProviderRegistry>>,
worker_bridge: &Option<TuiWorkerBridge>,
event_tx: &Sender<SessionEvent>,
result_tx: &Sender<Result<Session>>,
)