koda-core 0.2.12

Core engine for the Koda AI coding agent (macOS and Linux only)
Documentation
1
2
3
4
5
6
7
8
9
10
//! Approval flow and legacy re-exports.
//!
//! The approval *mode* logic has moved to [`crate::trust`].
//! This module is kept only because `approval_flow.rs` references it —
//! it will be removed in a follow-up cleanup.

pub use crate::last_provider::LastProvider;
pub use crate::trust::{
    ToolApproval, TrustMode, check_tool, check_tool_with_tracker, resolve_tool_effect,
};