Tradia TUI v0.1.1 — Bring Your Own Key
·
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 doctorandtradia configcommands - 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 tradianpm install -g tradiatradia
BYOK setup
tradia initexport UNUSUAL_WHALES_API_KEY=your_keyexport MARKET_INTELLIGENCE_PROVIDER=unusual_whalestradia brief
Security
- No API key is bundled
- User keys stay local
- Secrets are masked in output
- No hosted app required
NPM package
- https://www.npmjs.com/package/tradia
- Current version: 0.1.1
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.