tinklefund
c7c003cc3c
feat(trader): wire Hyperliquid wallet and quick trade flow
...
- Add wallet API endpoints and exchange storage fields for Hyperliquid
- Normalize quick trade order paths, symbols, and builder fee coverage
- Add frontend wallet connect and quick trade helpers
2026-05-25 01:24:58 +08:00
lky-spec
3ca95b294d
feat: port NOFXi agent module onto latest dev base ( #1485 )
...
* feat: integrate NOFXi agent into dev
* Enhance NOFXi agent workflow and diagnostics
2026-04-21 23:47:55 +08:00
shinchan-zhai
4e4b4ceed7
feat: safe mode — auto-protect positions when AI fails 3+ times
...
- Track consecutive AI failures
- After 3 failures: activate safe mode (no new positions, close/hold only)
- Auto-deactivate when AI recovers
- Keep loop running in safe mode (retry each cycle)
- Log clearly: 🛡️ SAFE MODE ACTIVATED/DEACTIVATED
2026-03-21 19:59:00 +08:00
shinchan-zhai
fd77f2df3e
feat: AI cost tracking, pre-launch balance check, low balance alerts
...
- store/ai_charge.go: local AI cost tracking per call (SQLite)
- wallet/usdc.go: shared USDC balance query (Base chain RPC)
- Pre-launch: estimate daily cost + runway days
- Low balance: warn <$1, error at $0 (every 10 cycles)
- API: GET /api/ai-costs for cost history
- Frontend: model cards show price per call
- Frontend: wallet create + QR deposit + balance display
2026-03-21 12:31:20 +08:00
tinkle-community
736d2d385d
refactor: optimize codebase encoding
2026-03-12 16:14:56 +08:00
tinkle-community
8e294a5eed
refactor: restructure project directories for better modularity
...
- Delete llm/ dead code (3 files, zero references)
- Split mcp/ into sub-packages: mcp/provider/ (8 providers) and
mcp/payment/ (4 payment clients) with registry pattern
- Export Client internal fields and ClientHooks interface for
sub-package access
- Split api/server.go (3892 lines) into 8 domain-specific handler files
- Split trader/auto_trader.go (2296 lines) into 5 focused files
- Reorganize web/src/components/ flat files into auth/, charts/,
trader/, common/, modals/, backtest/ subdirectories
- Update all consumer imports to use registry-based provider creation
2026-03-11 23:58:13 +08:00