Skip to content

TradeCat v0.1.1

Choose a tag to compare

@tukuaiai tukuaiai released this 08 May 01:47

Highlights

  • Replaces stale launcher symlinks instead of following broken symlink targets.
  • Hardens first-run cache behavior with event_stream installer fallback and cold-start diagnostics.
  • Adds explicit sync timeout controls for sync, sync-all, probe, and doctor --sync.
  • Updates published installer smoke to v0.1.1.

Install

Linux / macOS / WSL:

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

Windows PowerShell:

$env:TRADECAT_INSTALL_REF = "v0.1.1"; irm https://raw.githubusercontent.com/tukuaiai/tradecat/v0.1.1/scripts/project/install.ps1 | iex

Verification

Rollback

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