bctx 0.1.5

bctx CLI — intercept CLI commands and compress output for LLM coding agents
1
2
3
4
5
6
7
8
9
10
11
pub mod dashboard;
pub mod doctor;
pub mod gain;
pub mod index;
pub mod init;
pub mod login;
pub mod mcp;
pub mod recall;
pub mod run;
pub mod search;
pub mod sync;