• Joined on 2026-03-13
shoko pushed to main at shoko/randebu 2026-04-10 14:14:35 +02:00
6f23b322d3 feat: add token search in modal when confirming address
shoko commented on issue shoko/randebu#53 2026-04-10 13:56:50 +02:00
Frontend: Token Address Confirmation Dialog

Implemented in commit 297a185.

Changes:

  • Token confirmation modal appears when AI detects a token without address
  • User can enter the BSC contract address (0x...)
  • Strategy is saved only…
shoko pushed to main at shoko/randebu 2026-04-10 13:52:42 +02:00
297a185215 feat: implement token address confirmation dialog and limit backtest duration
shoko pushed to main at shoko/randebu 2026-04-10 13:32:14 +02:00
f86ff75525 fix: remove extra closing brace in CSS
shoko opened issue shoko/randebu#53 2026-04-10 13:20:42 +02:00
Frontend: Token Address Confirmation Dialog
shoko pushed to main at shoko/randebu 2026-04-10 13:13:23 +02:00
6f9564790f docs: add ISSUES.md for tracking open issues
shoko pushed to main at shoko/randebu 2026-04-10 12:54:43 +02:00
f43eb11f6f feat: improve backtest with manual refresh and token address confirmation
shoko pushed to main at shoko/randebu 2026-04-10 12:47:36 +02:00
446da96ce4 fix: search for token first to get proper token_id before fetching klines
shoko pushed to main at shoko/randebu 2026-04-10 12:43:06 +02:00
922ef89c1e feat: add backtest progress tracking and fix stop functionality
shoko pushed to main at shoko/randebu 2026-04-10 12:34:33 +02:00
a601ebb08b fix: handle datetime serialization in backtest and show errors in frontend
shoko pushed to main at shoko/randebu 2026-04-10 12:28:18 +02:00
bb40193fc3 fix: add required chain field (bsc) to backtest request
shoko pushed to main at shoko/randebu 2026-04-10 12:23:37 +02:00
3a7d3a3732 feat: set default dates for backtest (yesterday to 30 days ago)
shoko pushed to main at shoko/randebu 2026-04-10 12:21:29 +02:00
0f558a5e8e fix: handle array error format from FastAPI validation errors
shoko pushed to main at shoko/randebu 2026-04-10 12:19:30 +02:00
9e9ff6fa7f fix: handle undefined timeframe in strategy preview
shoko pushed to main at shoko/randebu 2026-04-10 12:15:23 +02:00
4c48932ece fix: support inline formatting in table cells (bold, italic, code, links)
shoko pushed to main at shoko/randebu 2026-04-10 12:09:48 +02:00
bfc85648db fix: improve markdown parser for tables, headings, and line breaks
shoko pushed to main at shoko/randebu 2026-04-10 12:05:52 +02:00
925920eee1 fix: add typing indicator back when waiting for response
shoko pushed to main at shoko/randebu 2026-04-10 11:59:11 +02:00
299e74cffa chore: hide ProUpgradeBanner (not implementing pro yet)
shoko pushed to main at shoko/randebu 2026-04-10 11:56:24 +02:00
2b875cfa27 feat: show thinking above response with expand/collapse, first line preview
shoko pushed to main at shoko/randebu 2026-04-10 11:50:38 +02:00
ae612ad725 fix: use requests instead of OpenAI client for thinking endpoint