nils-gemini-cli 0.27.0

CLI crate for nils-gemini-cli in the nils-cli workspace.
Documentation
1
2
3
4
5
//! Crate-local re-export of the shared JSON envelope helpers in
//! `nils_common::diag_output`. Kept as a stable callsite alias so existing
//! `crate::diag_output::*` paths continue to work after the consolidation.

pub use nils_common::diag_output::*;