deanokk
3dbf5beece
feat(payment): add new DeepSeek V4 models to claw402 endpoints and pricing ( #1488 )
...
- Introduced "deepseek-v4-flash" and "deepseek-v4-pro" endpoints in claw402ModelEndpoints.
- Updated modelPrices to include pricing for the new DeepSeek V4 models.
- Added model constants for the new DeepSeek V4 models in the trader component.
Co-authored-by: Dean <afei.wuhao@gmail.com >
2026-04-24 14:44:28 +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
8a0f3f5a13
feat: change claw402 default model from deepseek to glm-5
2026-04-04 14:48:42 +08:00
Hansen1018
9b14c5c84d
feat: update default MiniMax model to M2.7 ( #1428 )
2026-03-24 08:37:00 +08:00
tinkle-community
966995fb88
refactor: remove BlockRun provider, retain Claw402 as sole x402 payment provider
...
Remove all BlockRun (Base + Solana wallet) references from codebase:
- Delete blockrun_base.go, blockrun_sol.go, wallet setup docs, icon
- Move shared EIP-712 signing code to x402.go for Claw402 reuse
- Clean up provider constants, model lists, UI components, translations
- Update all README files (EN + 6 i18n) and getting-started docs
2026-03-24 01:44:54 +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
cb31782be4
refactor: split large files and clean up project structure
...
- Rename experience/ to telemetry/ for clarity
- Split 15+ large Go files (800-2200 lines) into focused modules:
kernel/engine.go, backtest/runner.go, market/data.go, store/position.go,
api/handler_trader.go, trader/auto_trader_grid.go, and 9 exchange traders
- Split frontend monoliths: types.ts, api.ts, AITradersPage.tsx, BacktestPage.tsx
into domain-specific modules with barrel re-exports
- Remove stale files: screenshots, .yml.old, pyproject.toml
- Remove unused scripts/ and cmd/ directories
- Remove broken/outdated test files (network-dependent, stale expectations)
2026-03-12 12:53:57 +08:00