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
mod activity;
mod cwd;
#[cfg(unix)]
mod hooks;
mod identity;
mod nested;
mod scheduler;
mod serialization;
mod support;
mod worker;

pub(super) use super::config;