kalshi-cli v0.3.0
Prebuilt macOS and Linux binaries are attached for Intel and ARM64. Each archive contains a single kalshi executable; verify downloads with the attached checksum file.
Reliability highlights
- versioned per-command output contracts and field-localized UPSTREAM_SCHEMA_MISMATCH errors
- explicit task-required fields and projected type/format validation
- bounded read retries for HTTP 429 responses
- 48-case schema-drift containment matrix across nine public read commands
What's Changed
- fix: add bounded rate-limit retries for reads by @bobashopcashier in #6
- feat: add versioned output contracts by @bobashopcashier in #7
- feat: add schema-drift benchmark and source install flow by @bobashopcashier in #8
- fix: fail closed on task-required schema drift by @bobashopcashier in #9
- docs: clarify schema-drift benchmark direction by @bobashopcashier in #10
- test: expand schema-drift benchmark tasks by @bobashopcashier in #12
Full Changelog: v0.2.0...v0.3.0