TradeCat v0.1.1
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 shWindows PowerShell:
$env:TRADECAT_INSTALL_REF = "v0.1.1"; irm https://raw.githubusercontent.com/tukuaiai/tradecat/v0.1.1/scripts/project/install.ps1 | iexVerification
- Develop CI: https://github.com/tukuaiai/tradecat/actions/runs/25531835777
- Tag CI: https://github.com/tukuaiai/tradecat/actions/runs/25531835774
- Follow-up docs CI: https://github.com/tukuaiai/tradecat/actions/runs/25531933473
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