Skip to content

v0.33.0

Choose a tag to compare

@github-actions github-actions released this 12 Jun 19:39
a9dd499

Highlights

  • 17 verified bug fixes across the smart-lookup path, TUI, and API — in-flight coalescing hang, multi-byte WHOIS truncation panic, referral line-jump, XFF rate-limit bypass, and more (#26)
  • MCP over Streamable HTTP at POST /mcp (same tool registry as stdio, behind the API-key middleware) + seer generate-key (#11)
  • Prebuilt CLI binaries for 5 platforms with shell/PowerShell installers — this release page! (#30)
  • Python distribution renamed to domain-seer (import seer unchanged); seer-api now depends on it (#34)
  • Python suites run in CI (#27) and deterministic protocol tests cover WHOIS referrals/timeouts, RDAP 404/429/fallback, and formatter snapshots (#28)
  • Docs/CLAUDE.md synced; deliberate retry boundaries documented (#14, #29, #31)

Install seer-cli 0.33.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/TheZacillac/seer/releases/download/v0.33.0/seer-cli-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/TheZacillac/seer/releases/download/v0.33.0/seer-cli-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install TheZacillac/tap/seer-cli

Download seer-cli 0.33.0

File Platform Checksum
seer-cli-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
seer-cli-x86_64-apple-darwin.tar.xz Intel macOS checksum
seer-cli-x86_64-pc-windows-msvc.zip x64 Windows checksum
seer-cli-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
seer-cli-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum