opencode-sdk 0.1.7

Rust SDK for OpenCode (HTTP-first hybrid with SSE streaming)
Documentation
1
2
3
4
5
6
7
8
# Run clippy lints
# Usage: just clippy
# Example: just clippy

clippy:
    @echo "🔍 Running clippy on opencode-rs-sdk..."
    cargo clippy --all-targets -- -D warnings
    @echo "✅ Clippy complete!"