magi-code 0.77.1

Repository-aware CLI coding agent for terminal work
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
mod activity;
mod auth;
mod configuration;
mod coordinator;
mod dispatcher;
mod persistent;
mod protocol;
mod runtime;
mod sessions;
mod stdio;
mod turns;

pub(crate) use stdio::run_stdio;

pub use persistent::PersistentService;

#[cfg(any(target_os = "macos", target_os = "linux"))]
pub(crate) mod unix;