Skip to content

Releases: bobashopcashier/kalshi-cli

kalshi-cli v0.4.1

Choose a tag to compare

@github-actions github-actions released this 02 Aug 05:37
d70475e

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_MISMATCH errors.
  • Fixed-point positions, realized P&L, fills, bounded keyword market search,
    and live or historical candlesticks.
  • Canonical Go module path, so go install and 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-cli
go install github.com/bobashopcashier/kalshi-cli/cmd/kalshi@v0.4.1
curl -fsSL https://raw.githubusercontent.com/bobashopcashier/kalshi-cli/v0.4.1/install.sh | KALSHI_CLI_VERSION=v0.4.1 sh

The release archives and checksum file are attached below.

Full changelog: v0.3.0...v0.4.1

kalshi-cli v0.4.0

Choose a tag to compare

@github-actions github-actions released this 02 Aug 05:30
45eb0c1

What's Changed

Full Changelog: v0.3.0...v0.4.0

kalshi-cli v0.3.0

Choose a tag to compare

@bobashopcashier bobashopcashier released this 02 Aug 02:11
901dfdd

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

Full Changelog: v0.2.0...v0.3.0

kalshi-cli v0.2.0

Choose a tag to compare

@bobashopcashier bobashopcashier released this 01 Aug 02:02
0ced07b

What's Changed

New Contributors

Full Changelog: v0.1.0...v0.2.0

v0.1.0

Choose a tag to compare

@bobashopcashier bobashopcashier released this 31 Jul 22:38

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.