Skip to content

TradeCat v0.1.2

Choose a tag to compare

@tukuaiai tukuaiai released this 08 May 03:56

Highlights

  • Makes stable v0.1.2 the ordinary user install ref.
  • Keeps TRADECAT_INSTALL_BRANCH=develop as the explicit auto-update channel.
  • Removes TRADECAT_INSTALL_SKIP_SYNC from published raw installer smoke and asserts event_stream cache readiness after install or doctor --sync repair.
  • Bootstraps local dev tooling from verify on bare checkouts.
  • Aligns Python package metadata and runtime version with 0.1.2.

Install

Linux / macOS / WSL:

curl -fsSL https://raw.githubusercontent.com/tukuaiai/tradecat/v0.1.2/scripts/project/install.sh | sh

Windows PowerShell:

irm https://raw.githubusercontent.com/tukuaiai/tradecat/v0.1.2/scripts/project/install.ps1 | iex

Verification

Rollback

tradecat-uninstall
curl -fsSL https://raw.githubusercontent.com/tukuaiai/tradecat/v0.1.1/scripts/project/install.sh | TRADECAT_INSTALL_REF=v0.1.1 sh