Commit Graph

  • 297a185215 feat: implement token address confirmation dialog and limit backtest duration shokollm 2026-04-10 11:52:40 +00:00
  • f86ff75525 fix: remove extra closing brace in CSS shokollm 2026-04-10 11:32:11 +00:00
  • 6f9564790f docs: add ISSUES.md for tracking open issues shokollm 2026-04-10 11:13:20 +00:00
  • f43eb11f6f feat: improve backtest with manual refresh and token address confirmation shokollm 2026-04-10 10:54:42 +00:00
  • 446da96ce4 fix: search for token first to get proper token_id before fetching klines shokollm 2026-04-10 10:47:33 +00:00
  • 922ef89c1e feat: add backtest progress tracking and fix stop functionality shokollm 2026-04-10 10:43:04 +00:00
  • a601ebb08b fix: handle datetime serialization in backtest and show errors in frontend shokollm 2026-04-10 10:34:29 +00:00
  • bb40193fc3 fix: add required chain field (bsc) to backtest request shokollm 2026-04-10 10:28:16 +00:00
  • 3a7d3a3732 feat: set default dates for backtest (yesterday to 30 days ago) shokollm 2026-04-10 10:23:35 +00:00
  • 0f558a5e8e fix: handle array error format from FastAPI validation errors shokollm 2026-04-10 10:21:27 +00:00
  • 9e9ff6fa7f fix: handle undefined timeframe in strategy preview shokollm 2026-04-10 10:19:28 +00:00
  • 4c48932ece fix: support inline formatting in table cells (bold, italic, code, links) shokollm 2026-04-10 10:15:21 +00:00
  • bfc85648db fix: improve markdown parser for tables, headings, and line breaks shokollm 2026-04-10 10:09:46 +00:00
  • 925920eee1 fix: add typing indicator back when waiting for response shokollm 2026-04-10 10:05:50 +00:00
  • 299e74cffa chore: hide ProUpgradeBanner (not implementing pro yet) shokollm 2026-04-10 09:59:08 +00:00
  • 2b875cfa27 feat: show thinking above response with expand/collapse, first line preview shokollm 2026-04-10 09:56:21 +00:00
  • ae612ad725 fix: use requests instead of OpenAI client for thinking endpoint shokollm 2026-04-10 09:50:36 +00:00
  • 08912019c2 feat: use MiniMax extended thinking endpoint for native reasoning shokollm 2026-04-10 09:47:09 +00:00
  • 44453877b3 feat: use direct LLM with structured JSON for thinking/response separation shokollm 2026-04-10 09:31:07 +00:00
  • ad4a1e89d5 fix: revert to kickoff (stream not available on Agent) shokollm 2026-04-10 09:23:46 +00:00
  • 57fa200ba9 feat: add thinking content to chat response shokollm 2026-04-10 09:16:08 +00:00
  • db4fb83243 feat: add markdown rendering and thinking state UI to chat shokollm 2026-04-10 09:01:16 +00:00
  • 560b61c431 fix: increase timeout for long-running AI chat requests shokollm 2026-04-10 08:51:03 +00:00
  • c6baadf8b8 fix: use JSON body for login instead of form data shokollm 2026-04-10 08:09:42 +00:00
  • 937cc2da60 fix: send username instead of email for login API shokollm 2026-04-10 07:47:21 +00:00
  • 32cd7184ea Merge pull request 'feat: implement conversational AI agent with tool-calling' (#52) from feat/conversational-agent-with-tools into main shoko 2026-04-10 09:39:45 +02:00
  • 765e390b9b feat: implement conversational AI agent with tool-calling feat/conversational-agent-with-tools shokollm 2026-04-10 05:00:22 +00:00
  • 21ce282cae Merge pull request 'fix: add fallback UUID generator for crypto.randomUUID compatibility' (#50) from fix/crypto-randomuuid-fallback into main shoko 2026-04-10 06:26:49 +02:00
  • 4fa9b0456a fix: add fallback UUID generator for crypto.randomUUID compatibility fix/crypto-randomuuid-fallback shokollm 2026-04-10 04:19:45 +00:00
  • af9900d0ba Merge pull request 'fix: add timeout for chat requests and improve error handling' (#49) from fix/chat-timeout-handling into main shoko 2026-04-10 06:15:45 +02:00
  • b3ab004447 fix: add timeout for chat requests and improve error handling fix/chat-timeout-handling shokollm 2026-04-10 04:09:30 +00:00
  • d394bc0857 Merge pull request 'fix: display user messages in chat interface' (#48) from fix/display-user-messages into main shoko 2026-04-10 06:04:23 +02:00
  • dfa806ab53 fix: add user's message to frontend chat store when sending fix/display-user-messages shokollm 2026-04-10 04:00:51 +00:00
  • 3493775b7f Merge pull request 'fix: update MiniMaxConnector default model to MiniMax-M2.7' (#47) from fix/minimax-connector-model into main shoko 2026-04-10 06:00:36 +02:00
  • 82645dfb3b fix: update MiniMaxConnector default model to MiniMax-M2.7 fix/minimax-connector-model shokollm 2026-04-10 03:53:26 +00:00
  • c17fa243a1 Merge pull request 'fix: use MiniMax text/chatcompletion_v2 endpoint' (#46) from fix/minimax-endpoint-v2 into main shoko 2026-04-10 05:44:25 +02:00
  • a55ed9cc04 fix: use MiniMax text/chatcompletion_v2 endpoint instead of chat/completions fix/minimax-endpoint-v2 shokollm 2026-04-10 03:42:20 +00:00
  • d1408b74b4 Merge pull request 'fix: properly configure MiniMax API endpoint and CrewAI LLM' (#45) from fix/minimax-api-endpoint-v2 into main shoko 2026-04-10 05:31:13 +02:00
  • 4197475eed fix: properly configure CrewAI LLM with MiniMax api_base fix/minimax-api-endpoint-v2 shokollm 2026-04-10 03:19:51 +00:00
  • 87bac8894a Merge pull request 'fix: update MiniMax API endpoint to api.minimax.io' (#44) from fix/minimax-api-endpoint into main shoko 2026-04-10 05:10:17 +02:00
  • bef4479675 fix: update MiniMax API endpoint and default model shokollm 2026-04-10 02:59:24 +00:00
  • 75970c57e3 Merge pull request 'feat: return access token on user registration' (#42) from feat/41-return-token-on-register into main shoko 2026-04-10 03:31:15 +02:00
  • f23044465a feat: return access token on user registration feat/41-return-token-on-register shokollm 2026-04-10 01:28:01 +00:00
  • a6e4d28aa7 Merge pull request 'fix: add bcrypt version constraint for passlib compatibility' (#40) from fix/bcrypt-compatibility into main shoko 2026-04-10 02:55:36 +02:00
  • 8693946cb8 fix: add bcrypt version constraint for passlib compatibility fix/bcrypt-compatibility shokollm 2026-04-10 00:55:18 +00:00
  • a2f549c056 Merge pull request 'fix: correct import paths in ai_agent module' (#39) from fix/ai-agent-imports into main shoko 2026-04-09 17:32:21 +02:00
  • ad6e57655d fix: correct import paths in ai_agent module fix/ai-agent-imports shokollm 2026-04-09 15:27:09 +00:00
  • ac5e9d8b81 Merge pull request 'fix: add error logging to simulate engine to prevent silent failures' (#38) from fix/issue-30 into main shoko 2026-04-09 12:19:36 +02:00
  • 81f3342365 fix: add error logging to simulate engine to prevent silent failures fix/issue-30 shokollm 2026-04-09 10:16:22 +00:00
  • 6adad0701d Merge pull request 'fix: consolidate AveCloudClient to single implementation' (#37) from fix/issue-29 into main shoko 2026-04-09 12:11:59 +02:00
  • 405b35c3ba fix: consolidate AveCloudClient to single implementation in services/ave/client.py fix/issue-29 shokollm 2026-04-09 10:06:16 +00:00
  • dd25d38e7e Merge pull request 'feat: implement stop-loss and take-profit risk management' (#36) from fix/issue-28 into main shoko 2026-04-09 11:39:50 +02:00
  • da8327c0e0 feat: implement stop-loss and take-profit in backtest and simulate engines fix/issue-28 shokollm 2026-04-09 09:14:08 +00:00
  • 8d33ea9a44 Merge pull request 'fix: flatten strategy config schema (backtesting broken)' (#35) from fix/issue-25 into main shoko 2026-04-09 09:32:49 +02:00
  • d81464b869 fix: flatten strategy config schema to match engine expectations fix/issue-25 shokollm 2026-04-09 07:31:09 +00:00
  • 55b008d4e8 Merge pull request 'fix: validate chain is 'bsc' for Phase 1' (#34) from fix/issue-31 into main shoko 2026-04-09 09:10:55 +02:00
  • 04e4c1a487 fix: validate chain is 'bsc' for BacktestCreate and SimulationCreate fix/issue-31 shokollm 2026-04-09 06:58:16 +00:00
  • feb65131fa Merge pull request 'fix: populate config endpoints with chain and token data' (#33) from fix/issue-27 into main shoko 2026-04-09 08:23:43 +02:00
  • 50af4e0722 fix: reduce tokens limit to 20 per review fix/issue-27 shokollm 2026-04-09 06:18:31 +00:00
  • 786e964e32 fix: return bsc chain and tokens from AVE API in config endpoints shokollm 2026-04-09 06:02:05 +00:00
  • 41b699f9ee Merge pull request 'fix: make strategy_config and llm_config optional in BotCreate' (#32) from fix/issue-26 into main shoko 2026-04-09 07:54:20 +02:00
  • ccc0404cd1 fix: make strategy_config and llm_config optional in BotCreate schema fix/issue-26 shokollm 2026-04-09 05:30:12 +00:00
  • 0a2e347fdb feat: Add database init on startup and documentation shokollm 2026-04-09 04:49:11 +00:00
  • 2561759b78 feat: Add deployment documentation and templates (issue #12) (#23) shoko 2026-04-09 01:23:53 +02:00
  • ad17ca6c41 fix: Use git.example.com instead of git.fbrns.co for placeholder fix/issue-12 shokollm 2026-04-08 23:00:10 +00:00
  • 9c8afa396c feat: Add deployment documentation and templates (issue #12) shokollm 2026-04-08 22:34:15 +00:00
  • b6f99aa8fe Merge pull request '[Backend] AVE Cloud Integration - Data and Trading APIs' (#22) from fix/issue-11 into main shoko 2026-04-08 16:49:13 +02:00
  • 3806af3e23 feat(backend): Implement AVE Cloud integration for Data and Trading APIs fix/issue-11 shokollm 2026-04-08 14:41:40 +00:00
  • a892a403fb Merge pull request '[Frontend] Components - Chat UI, Dashboard, Visualizations' (#21) from fix/issue-10 into main shoko 2026-04-08 16:23:23 +02:00
  • 0bb5d9a5d6 feat: Implement frontend UI components for issue #10 fix/issue-10 shokollm 2026-04-08 13:41:43 +00:00
  • 875427a0c1 Merge pull request '[Frontend] Project Setup - Svelte with TypeScript' (#20) from fix/issue-9 into main shoko 2026-04-08 15:17:10 +02:00
  • 5eb623f022 feat: setup SvelteKit frontend with TypeScript fix/issue-9 shokollm 2026-04-08 12:58:33 +00:00
  • a59a1ccd97 Merge pull request '[Backend] Simulate Engine - Real-time Signal Detection' (#19) from fix/issue-8 into main shoko 2026-04-08 14:57:28 +02:00
  • 965efa122b feat: implement Simulate Engine for real-time signal detection fix/issue-8 shokollm 2026-04-08 11:25:51 +00:00
  • 0fb16f06e4 Merge pull request '[Backend] Backtest Engine - Historical Data Replay' (#18) from fix/issue-7 into main shoko 2026-04-08 13:21:56 +02:00
  • a461005015 Implement Backtest Engine - Historical Data Replay fix/issue-7 shokollm 2026-04-08 09:39:07 +00:00
  • b0311bc96f Merge pull request '[Backend] Chat Interface + CrewAI Integration' (#17) from fix/issue-6 into main shoko 2026-04-08 08:37:58 +02:00
  • a280217254 feat: implement chat interface with CrewAI integration fix/issue-6 shokollm 2026-04-08 06:29:05 +00:00
  • 0cc3327991 Merge pull request '[Backend] Bot CRUD - Bot Management with Max 3 Limit' (#16) from fix/issue-5 into main shoko 2026-04-08 08:16:19 +02:00
  • 429d46c6d0 feat: implement bot CRUD with 3-bot limit per user fix/issue-5 shokollm 2026-04-08 06:05:43 +00:00
  • a2f0c9a0e9 Merge pull request '[Backend] Auth System - JWT Authentication' (#15) from fix/issue-4 into main shoko 2026-04-08 08:01:24 +02:00
  • 42640679c7 feat: implement JWT authentication system fix/issue-4 shokollm 2026-04-08 05:48:38 +00:00
  • f59e595ffd Merge pull request '[Backend] Database Models - Add missing Pydantic schemas' (#14) from fix/issue-3 into main shoko 2026-04-08 06:57:46 +02:00
  • a5e41ab449 Add missing Pydantic schemas for BotConversation and Signal fix/issue-3 shokollm 2026-04-08 04:41:31 +00:00
  • 6977203748 Merge pull request '[Backend] Project Setup - FastAPI Structure and Dependencies' (#13) from fix/issue-2 into main shoko 2026-04-08 06:35:53 +02:00
  • 7dfd79dea2 fix: remove pycache and .env from git tracking fix/issue-2 shokollm 2026-04-08 03:54:26 +00:00
  • a03304f9ef chore: update .gitignore to exclude Python artifacts shokollm 2026-04-08 03:49:06 +00:00
  • f2b5bd5f45 feat: backend project setup with FastAPI structure and dependencies shokollm 2026-04-08 03:48:21 +00:00
  • 75a6273013 docs: add Phase 1 implementation plan shokollm 2026-04-05 22:23:47 +00:00
  • 1dd7bf47f3 docs: clarify AVE Cloud does not support testnets shokollm 2026-04-05 20:58:10 +00:00
  • 90283d7403 docs: expand AVE Claw Hackathon research with code examples and guides shokollm 2026-04-05 20:52:58 +00:00
  • eabbcd911c docs: add AVE Claw Hackathon 2026 research report shokollm 2026-04-05 19:42:53 +00:00