tidev 0.2.0

A terminal-based AI coding agent
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
use super::*;

pub mod agents_panel;
pub mod balance_panel;
pub mod connect;
pub mod mcp_panel;
pub mod memory_panel;
pub mod message_panel;
pub mod model_panel;
pub mod permission;
pub mod question;
pub mod rename;
pub mod session_panel;
pub mod settings_panel;
pub mod skills_panel;
pub mod stats_panel;
pub mod theme_panel;
pub mod workspace_boundary;