drip-cli 0.1.0

Delta Read Interception Proxy — sends only file diffs to your LLM agent
1
2
3
4
5
6
7
8
9
10
pub mod cache;
pub mod compress;
pub mod differ;
pub mod git;
pub mod ignore;
pub mod inspect;
pub mod session;
pub mod term;
pub mod tokens;
pub mod tracker;