opencode-sdk 0.1.7

Rust SDK for OpenCode (HTTP-first hybrid with SSE streaming)
Documentation
1
2
3
4
5
6
7
# Clean (delete) conversations matching a pattern
# Usage: just oc-clean-conversations [pattern]
# Default pattern: "openagora" (case-insensitive)
# Shows preview first, then asks for confirmation before deleting

oc-clean-conversations *ARGS:
    cargo run --example oc_clean_conversations --features "http sse server" -- "{{ARGS}}" 2>&1