tidev 0.2.0

A terminal-based AI coding agent
Documentation
1
2
3
4
5
6
7
8
9
use super::*;

pub mod diff_render;
#[allow(clippy::module_inception)]
pub mod render;
pub mod render_balance;
pub mod render_chat;
pub mod render_dialog;
pub mod render_stats;