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
pub mod claude;
pub mod claude_glob;
pub mod claude_grep;
pub mod claude_post_edit;
pub mod claude_pre_edit;
pub mod claude_session_start;
pub mod gemini;
pub mod gemini_compress;