Releases: talocode/tradia
Tradia v0.1.0 — Local Trading Intelligence TUI
Summary
Tradia v0.1.0 is the first official Talocode-scoped release of Tradia.
Tradia is a local-first terminal trading intelligence system for prop firm Forex traders. It helps traders import trade history, find risk patterns, detect repeated mistakes, review performance, and protect funded accounts.
Install
npx @talocode/tradia
or:
npm install -g @talocode/tradia
tradia
What shipped
- Local-first CSV trade import
- Local storage in "~/.tradia"
- Deterministic trading analytics
- Risk report
- Mistake detection
- Weekly review
- Tomorrow trading plan
- FTMO-like prop firm rules support
- Simple terminal home screen
- No hosted service required
Commands
tradia init
tradia import ./trades.csv
tradia trades list
tradia stats
tradia mistakes
tradia risk
tradia review week
tradia plan tomorrow
tradia rules set ftmo
tradia rules status
tradia doctor
Validation
- Published package: "@talocode/tradia@0.1.0"
- Registry check: "npm view @talocode/tradia version" returned "0.1.0"
- Packed install verified locally
- Tarball contained only README, dist files, and package metadata
- No ".env", secrets, "node_modules", logs, screenshots, or local "~/.tradia" files included
Known limitations
- CSV import first.
- No broker connection yet.
- No auto-trading.
- No financial advice.
- No cloud sync yet.
- No paid APIs required.
Tradia TUI v0.1.1 — Bring Your Own Key
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.
Tradia TUI v0.1.0 — Initial Terminal Release
Tradia TUI v0.1.0 — Initial Terminal Release
Summary
Initial release of TradiaAI as a terminal-first market intelligence assistant.
Install
npx tradia
What shipped
- First TradiaAI terminal app
- Mock market intelligence provider
- Commands for brief, ticker, flow, dark-pool, congress, insider, confluence, and config
- NPM binary: tradia
- Local-first terminal workflow
Known limitations
- Mock mode first release
- Live provider setup improved in v0.1.1
- No auto-trading or broker execution