// SPDX-FileCopyrightText: 2026 Andrei G <bug-ops>
// SPDX-License-Identifier: MIT OR Apache-2.0
//! Handler for `initialize` (ACP method `"initialize"`).
use Arc;
use agent_client_protocol as acp;
use crateZephAcpAgentState;
/// Handle an ACP `initialize` request.
///
/// Stores client capabilities and responds with the agent's capabilities.
pub async