The fxt client was using a hardcoded dev fallback secret for JWT signing, causing InvalidSignature errors against the API gateway. Now reads jwt_secret from ~/.foxhunt/config.toml with fallback chain: env var > config file > dev secret. Also updates default api_gateway_url to https://api.fxhnt.ai. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
fxt
Foxhunt CLI -- command-line interface for the Foxhunt HFT trading system.
Commands
fxt auth-- authentication and token managementfxt trade-- order submission and managementfxt train-- model training job managementfxt tune-- hyperparameter optimizationfxt agent-- trading agent controlfxt model-- model listing and inspectionfxt backtest-ml-- ML backtesting workflows
Configuration
FXT_CONFIG-- config file path (default:~/.config/fxt/config.toml)TRADING_SERVICE_URL-- gRPC endpoint for trading service