Releases: bobashopcashier/kalshi-cli
Releases · bobashopcashier/kalshi-cli
Release list
kalshi-cli v0.4.1
v0.4.1 is the current Kalshi CLI release for AI agents and scripts using the
Kalshi Trade API v2.
Highlights
- Versioned, per-command JSON contracts with field-localized
UPSTREAM_SCHEMA_MISMATCHerrors. - Fixed-point positions, realized P&L, fills, bounded keyword market search,
and live or historical candlesticks. - Canonical Go module path, so
go installand pkg.go.dev work normally. - Correct tagged version reporting for binaries installed with
go install. - Reproducible checksummed archives for macOS and Linux on amd64 and arm64.
Install
brew install bobashopcashier/tap/kalshi-cligo install github.com/bobashopcashier/kalshi-cli/cmd/kalshi@v0.4.1curl -fsSL https://raw.githubusercontent.com/bobashopcashier/kalshi-cli/v0.4.1/install.sh | KALSHI_CLI_VERSION=v0.4.1 shThe release archives and checksum file are attached below.
Full changelog: v0.3.0...v0.4.1
kalshi-cli v0.4.0
What's Changed
- feat: add portfolio, search, and candlestick reads by @bobashopcashier in #13
- Improve Kalshi CLI discoverability and canonicalize Go module path by @bobashopcashier in #14
Full Changelog: v0.3.0...v0.4.0
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
kalshi-cli v0.2.0
What's Changed
- docs: document Homebrew installation by @bobashopcashier in #1
- Add token-efficient response projection and benchmark by @bobashopcashier in #2
- chore: rename project to kalshi-cli by @bobashopcashier in #4
- Add series discovery commands by @bobashopcashier in #5
New Contributors
- @bobashopcashier made their first contribution in #1
Full Changelog: v0.1.0...v0.2.0
v0.1.0
Initial public release of the agent-native Kalshi CLI. Includes offline command and schema discovery, bounded/sanitized output, versioned envelopes, safe dry-run and confirmation controls, and read/write MVP command surfaces.