nobody
6b54dfb979
Simplify team intro and clarify contact channels
...
- Remove job descriptions, keep only names and Twitter handles
- Investment: DM Tinkle or Zack
- Partnerships: DM official Twitter @nofx_ai
2025-11-01 11:28:11 +08:00
tinkle-community
9bcc9c6a94
Merge pull request #159 from hrzisme/update-readme-narrative-team
...
Update readme narrative team
2025-11-01 11:05:09 +08:00
nobody
e27eaa1325
Add official Twitter account @nofx_ai to all READMEs
2025-11-01 10:53:58 +08:00
nobody
5abb114595
Update multilingual READMEs: Reposition as Agentic Trading OS with team info
2025-11-01 10:49:48 +08:00
tinkle-community
52d3c8b2be
Merge pull request #156 from hrzisme/update-readme-narrative-team
...
Update README.md
2025-11-01 10:46:36 +08:00
nobody
4993a9df1e
Update README: Add Zack's Twitter handle and refine team/funding info
2025-11-01 10:41:37 +08:00
nobody
3414f874d2
Update README.md
2025-11-01 10:30:24 +08:00
tinkle-community
3093be99b7
Merge pull request #151 from Icyoung/dev
...
Dev 竞赛fix、交易员新增参数
2025-11-01 02:42:42 +08:00
icy
905adc69c3
删除未使用的AlertTriangle导入
...
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: tinkle-community <tinklefund@gmail.com >
2025-11-01 02:34:33 +08:00
icy
c39c629c22
手动合并冲突,保留TraderConfigModal功能并添加lucide-react图标支持
...
- 解决AITradersPage.tsx合并冲突,保留TraderConfigModal导入
- 添加lucide-react图标库支持
- 保留信号源配置的OI TOP URL功能
- 使用我们版本解决其他文件冲突,保持UI简洁
- 确保编译成功和依赖正确安装
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: tinkle-community <tinklefund@gmail.com >
2025-11-01 02:33:37 +08:00
Luna Martinez
be74423626
Merge pull request #134 from tpkeeper/dev
...
fix(mcp/client): correct receiver name
2025-10-31 14:25:20 -04:00
icy
bf83e89b33
Merge branch 'dev' of github.com:Icyoung/nofx
...
# Conflicts:
# manager/trader_manager.go
# web/src/components/AITradersPage.tsx
2025-11-01 02:23:05 +08:00
tinkle-community
85a0c589f6
Merge pull request #138 from zhoujunhehe/dev
...
UI feat: enhance UI with Lucide icons & add LOGO
2025-11-01 02:21:44 +08:00
icy
ccd4938857
竞赛fix、交易员新增参数
2025-11-01 02:17:11 +08:00
Ember
f4ce57d52d
UI feat: replace Lucide icons with logo images in multiple components
2025-10-31 23:54:10 +08:00
Ember
10f8ceb69a
feat: enhance UI with Lucide icons across various components
...
- add logo
- Replaced emoji placeholders with Lucide icons in AITradersPage, CompetitionPage, EquityChart, Header, LoginPage, and RegisterPage for improved visual consistency.
- Updated button styles to include icons for actions like adding models and exchanges.
- Enhanced error and empty state displays with relevant icons to provide better user feedback.
2025-10-31 23:28:19 +08:00
tinkle-community
0657e8a6b8
Merge pull request #132 from SkywalkerJi/dev
...
Fix custom leverage and currency settings
2025-10-31 22:59:47 +08:00
tinkle-community
e6a2b8f3b1
Merge pull request #133 from zhoujunhehe/dev
...
Fix: Add proper validation for Aster DEX exchange in trader creation
2025-10-31 22:27:36 +08:00
tpkeeper
f3f9ef4963
optimize(mcp/client): correct receiver name
2025-10-31 22:24:10 +08:00
Ember
d35e4ca46d
Fix: Add proper validation for Aster DEX exchange in trader creation
...
- Add specific field validation for Aster exchange (asterUser, asterSigner, asterPrivateKey)
- Add specific field validation for Hyperliquid exchange (apiKey, hyperliquidWalletAddr)
- Keep existing validation for Binance (apiKey, secretKey)
- Remove debug console logs
- Fix issue where Aster exchange was not appearing in trader creation dropdown
This ensures all three supported exchanges can be properly selected when creating a new AI trader.
2025-10-31 21:40:21 +08:00
SkywalkerJi
cdd41fb3b1
Fix coin settings
2025-10-31 21:05:53 +08:00
SkywalkerJi
c16f3f7bf2
Fix leverage settings
2025-10-31 21:05:13 +08:00
tinkle-community
cd951358b5
Merge pull request #125 from SkywalkerJi/dev
...
Ignore the database to avoid submitting sensitive data.
2025-10-31 18:40:17 +08:00
SkywalkerJi
363b32718e
Change the minimum amount to 50 and remove the maximum amount limit.
2025-10-31 18:34:48 +08:00
SkywalkerJi
ee9af1771c
Ignore the database to avoid submitting sensitive data.
2025-10-31 18:30:36 +08:00
tinkle-community
8f026aa661
Merge pull request #116 from Icyoung/dev
...
Dev start script fix
2025-10-31 15:58:04 +08:00
Icyoung
16be200fd2
Merge branch 'tinkle-community:dev' into dev
2025-10-31 15:55:06 +08:00
icy
6c5de7e58f
Fix docker compose bug for config.db
2025-10-31 15:53:48 +08:00
tinkle-community
0518db399f
Merge pull request #114 from Icyoung/dev
...
[Dev] 还原config配置、部署优化
2025-10-31 15:50:23 +08:00
icy
c5324d09a8
Add config.db volume mapping to docker-compose
...
- Map config.db to host for database persistence
- Ensures user configurations, traders, and AI models persist across container restarts
- Enables easy backup of configuration database
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: tinkle-community <tinklefund@gmail.com >
2025-10-31 15:31:47 +08:00
icy
0f9c8eab25
Merge branch 'dev' of github.com:Icyoung/nofx
2025-10-31 15:26:04 +08:00
icy
a3f2706ec8
Sync config.json to config.db for manual modify admin_mode and other configs
2025-10-31 15:24:18 +08:00
Icyoung
1d61db359a
Merge branch 'tinkle-community:dev' into dev
2025-10-31 14:47:56 +08:00
icy
28efd54e3d
start scrip fix
2025-10-31 14:41:45 +08:00
icy
43e678137a
start scrpit fix
2025-10-31 14:39:04 +08:00
icy
b1f4e78393
admin_mode config
2025-10-31 14:34:53 +08:00
icy
10533af715
start script fix about config.json
2025-10-31 14:16:47 +08:00
icy
46bf41b3f6
Restore config.json.example
2025-10-31 14:09:28 +08:00
tinkle-community
bdb0080a91
Merge pull request #110 from Icyoung/dev
...
【Dev】新增仓位模式的配置、移除config配置的文档描述
2025-10-31 13:54:19 +08:00
icy
9edcd19caa
Route fix
2025-10-31 13:49:05 +08:00
icy
8bf37a09e5
Discard config settings in MD
2025-10-31 13:28:06 +08:00
icy
56a6d7e5a7
Add MarginMode configration
2025-10-31 13:14:24 +08:00
icy
a8e3673e3c
Fix start script
2025-10-31 12:46:16 +08:00
tinkle-community
273cf8fb61
Merge pull request #105 from d0lwl0b/dev
...
fix(config): rename config example to .jsonc and update all references
2025-10-31 12:02:40 +08:00
d0lwl0b
720f24fecf
fix(config): rename config example to .jsonc and update all references
2025-10-31 11:51:17 +08:00
tinkle-community
78d8513b6d
Merge pull request #92 from Icyoung/dev
...
[Dev] account系统、前端配置 ,model/cex dex/trader、自定义prompt
2025-10-31 04:24:59 +08:00
tinkle-community
17f1eee867
Merge branch 'main' into dev
...
Integrate latest changes from main branch including:
- Documentation updates for trader configuration
- Color system improvements for UI components
- Logo design files
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: tinkle-community <tinklefund@gmail.com >
2025-10-31 04:17:10 +08:00
icy
7ce0e5d0cb
rename fix
2025-10-31 04:07:14 +08:00
icy
87d163340a
Merge branch 'main' of github.com:Icyoung/nofx
...
# Conflicts:
# config.json.example
# config/config.go
# main.go
# trader/auto_trader.go
# web/src/App.tsx
# web/src/components/CompetitionPage.tsx
2025-10-31 03:59:58 +08:00
icy
d3e7b7dbb1
account system、custom prompt
2025-10-31 03:42:01 +08:00