codewhale-cli 0.9.0

Agentic terminal facade for open-source and open-weight coding models
Documentation
1
2
3
4
5
6
7
use std::path::PathBuf;

fn main() {
    let manifest_dir = PathBuf::from(env!("CARGO_MANIFEST_DIR"));
    codewhale_build_support::declare_rerun_conditions(&manifest_dir);
    codewhale_build_support::emit_build_version(&manifest_dir, env!("CARGO_PKG_VERSION"));
}