thndrs 0.1.0

Terminal AI pair programmer with local tools, sessions, MCP, and ACP support
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Non-interactive command definitions and command-specific helpers.

pub mod acp;
pub mod auth;
pub mod config;
pub mod debug;
pub mod doctor;
pub mod mcp;
pub mod session;
pub mod setup;
pub mod skills;