codewhale-tui 0.9.8

Terminal UI for open-source and open-weight coding models
Documentation
1
2
3
4
5
6
7
8
9
//! Third-party harness integrations owned by Codewhale.
//!
//! Every integration here is an adapter around another tool's *documented*
//! seams. Codewhale keeps ownership of provider/model selection, permissions,
//! credentials, and lifecycle authority; the integrated surface never becomes
//! a second scheduler or an authority bypass.

pub(crate) mod cli;
pub(crate) mod dsh;