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
pub(super) fn default_file_autocomplete_respects_gitignore() -> bool {
    true
}

pub(super) fn is_false(value: &bool) -> bool {
    !*value
}

pub(super) fn default_true() -> bool {
    true
}