magi-code 0.63.1

Repository-aware CLI coding agent for terminal work
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod events;
mod redaction;
mod renderers;

pub(crate) use crate::tool_display::tool_display_label;
pub(crate) use events::*;
pub(crate) use redaction::{StreamingRedactor, is_credential_like_key, redact_sensitive_text};
pub(crate) use renderers::{
    CliRenderer, OutputRenderer, PlainOutputRenderer, RichTranscriptRenderer,
    pending_activity_status, pending_tool_display_summary, tool_display_summary, tool_status_label,
};