Skip to content

Releases: tradecatlabs/tradecat-public

v0.1.3

Choose a tag to compare

@tukuaiai tukuaiai released this 10 May 09:28

v0.1.3

Stable release for the Agent contract hardening wave.

Install

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

Windows PowerShell:

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

Highlights

  • Makes v0.1.3 the default stable install ref.
  • Promotes Agent contract hardening into the stable channel: manifest/schema coverage, real payload schema validation, golden JSON fixtures, and expanded agent-smoke.
  • Adds formal watcher lifecycle status contract tradecat.watch_status.v1 for scripts/project/scripts/start.sh --json status/start/stop output.
  • Keeps tradecat.watch_cycle.v1 internal until the long-running stream contract is intentionally promoted.
  • Updates GitHub artifact upload actions to actions/upload-artifact@v7.
  • Clarifies Agent dry-run probe usage with probe --json --no-write and local dev bootstrap requirements.

Validation

Local gates passed before tag:

bash scripts/validate-skill.sh --strict
bash scripts/agent-smoke.sh
bash scripts/verify.sh
bash scripts/security-scan.sh
bash scripts/supply-chain-audit.sh
git diff --check

GitHub Actions:

Both completed successfully.

Known Limits

  • Public data still depends on public Google Sheets CSV availability.
  • Stable tag installs intentionally do not auto-update.
  • tradecat.watch_cycle.v1 remains an internal long-running stream payload, not a formal Agent surface.

Rollback

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

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

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

v0.1.0

Choose a tag to compare

@tukuaiai tukuaiai released this 07 May 03:19

Release Notes

v0.1.0

Release date: 2026-05-07.

Commit: 2b5a1af96efd0e95a2524afbbc67708886b6f890.

CI evidence:

Install:

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

Windows PowerShell:

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

Highlights:

  • Standard Skill wrapper with all project source under scripts/project/.
  • Cache-first CLI/TUI backed by local JSON snapshot cache files.
  • POSIX and PowerShell installers with pinned ref install support.
  • Skill strict validation, root boundary guard, secret scan, tests, wheel data
    checks, and cross-platform smoke tests.

Known limits:

  • Public data comes from public Google Sheets CSV endpoints; remote availability
    is outside this repository.
  • Fixed ref installs intentionally skip launcher auto-update.
  • User runtime directories and cache files are local state and are not tracked.

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

For Windows, rerun the fixed-ref PowerShell installer above after
tradecat-uninstall.