// SPDX-FileCopyrightText: 2026 Andrei G <bug-ops>
// SPDX-License-Identifier: MIT OR Apache-2.0
//! Handler for `session.new` (ACP method `"session.new"`).
use Arc;
use agent_client_protocol as acp;
use crateZephAcpAgentState;
/// Handle an ACP `session.new` request.
///
/// Creates a new agent session, spawns the agent loop, and returns the session ID.
pub async