drip-cli 0.1.1

Delta Read Interception Proxy — sends only file diffs to your LLM agent
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pub mod cache;
pub mod completions;
pub mod doctor;
pub mod hook;
pub mod init;
pub mod meter;
pub mod read;
pub mod refresh;
pub mod registry;
pub mod replay;
pub mod reset;
pub mod sessions;
pub mod source_map;
pub mod update;
pub mod watch;