Skip to content

Tradia TUI v0.1.1 — Bring Your Own Key

Choose a tag to compare

@Abdulmuiz44 Abdulmuiz44 released this 11 Jun 17:55
· 2 commits to main since this release

Tradia TUI v0.1.1 — Bring Your Own Key

Summary

The first proper bring-your-own-key release of Tradia TUI. Users install the CLI, run tradia init, and use it fully with their own Unusual Whales API key or the built-in mock mode. No hosted app required.

What changed

  • Added first-run setup/config wizard
  • Added local config support at ~/.tradia/config.json
  • Added tradia doctor and tradia config commands
  • Added mock mode for credential-free testing
  • Added Unusual Whales API key support with masked output
  • Fixed package version/path resolution after npm install

Install

  • npx tradia
  • npm install -g tradia
  • tradia

BYOK setup

  • tradia init
  • export UNUSUAL_WHALES_API_KEY=your_key
  • export MARKET_INTELLIGENCE_PROVIDER=unusual_whales
  • tradia brief

Security

  • No API key is bundled
  • User keys stay local
  • Secrets are masked in output
  • No hosted app required

NPM package

Upgrade

  • npm install -g tradia@latest

Known issues

  • Global install path depends on npm auth; direct local install verified via npm install -g ./tradia-0.1.1.tgz.