ocs 0.1.2

A session picker for OpenCode
1
2
3
4
pub(crate) enum Selection {
  Delete { id: String, query: String },
  Open(String),
}