yolop 0.11.0

Yolop — a terminal coding agent built on everruns-runtime
1
2
3
4
5
6
//! Interactive composer input handling: clipboard image paste, large-paste
//! attachments, and loading local images into multimodal message parts.

pub mod clipboard_paste;
pub mod image_input;
pub mod paste_attachment;