lha 1.0.6

Long-Horizon Agent command-line package that installs the lha binary.
Documentation
mod approval_mode_cli_arg;

pub mod elapsed;

pub use approval_mode_cli_arg::ApprovalModeCliArg;

mod sandbox_mode_cli_arg;

pub use sandbox_mode_cli_arg::SandboxModeCliArg;

pub mod format_env_display;

mod config_override;

pub use config_override::CliConfigOverrides;

mod sandbox_summary;

pub use sandbox_summary::summarize_sandbox_policy;

mod config_summary;

pub use config_summary::create_config_summary_entries;
// Shared fuzzy matcher (used by TUI selection popups and other UI filtering)
pub mod fuzzy_match;
// Shared approval presets (AskForApproval + Sandbox) used by TUI and MCP server
// Not to be confused with AskForApproval, which we should probably rename to EscalationPolicy.
pub mod approval_presets;