Versions in this module Expand all Collapse all v0 v0.1.2 Jun 1, 2026 v0.1.1 May 31, 2026 Changes in this version + type Diagnostic struct + Code string + Level string + Message string + type Manifest struct + Capabilities []V2Capability + Diagnostics []Diagnostic + Operations []Operation + ProtocolVersion int + Version string + func ParseCapabilities(data []byte) (*Manifest, error) + type Operation struct + Description string + Name string + Params map[string]string + type V2Capability struct + Lossy *bool + Metadata map[string]string + Quality *int v0.1.0 Apr 20, 2026 Changes in this version + type Capability struct + Cost int + From string + To string