buildwithnexus 0.12.3

A hilariously fast agentic AI coding CLI — remote or local models, full TUI with live autocomplete, clean diffs, multimodal input, hooks, and checkpoints
Documentation
1
2
3
4
5
// Thin binary shim. All logic lives in the library crate (`lib.rs`) so the
// integration and performance suites can reach it.
fn main() {
    buildwithnexus::run();
}