2025-11-06 - 2026-05-06

Overview

34 Active Pull Requests
32 Active Issues
Excluding merges, 2 authors have pushed 100 commits to main and 159 commits to all branches. On main, 45 files have changed and there have been 9734 additions and 1379 deletions.

1 Release published by 1 user

Published 0.1.0 2026-04-13 08:34:11 +02:00

33 Pull requests merged by 1 user

Merged #65 feat: conversation-based chat system with anonymous support 2026-04-14 08:19:55 +02:00

Merged #64 refactor: Split conversational.py into modular structure 2026-04-14 05:57:16 +02:00

Merged #62 feat: Add slash command help system (#57) 2026-04-14 04:03:29 +02:00

Merged #58 feat: Add AVE Cloud Skills as conversational agent tools (#56) 2026-04-13 14:56:33 +02:00

Merged #52 feat: implement conversational AI agent with tool-calling 2026-04-10 09:39:45 +02:00

Merged #50 fix: add fallback UUID generator for crypto.randomUUID compatibility 2026-04-10 06:26:49 +02:00

Merged #49 fix: add timeout for chat requests and improve error handling 2026-04-10 06:15:45 +02:00

Merged #48 fix: display user messages in chat interface 2026-04-10 06:04:24 +02:00

Merged #47 fix: update MiniMaxConnector default model to MiniMax-M2.7 2026-04-10 06:00:37 +02:00

Merged #46 fix: use MiniMax text/chatcompletion_v2 endpoint 2026-04-10 05:44:25 +02:00

Merged #45 fix: properly configure MiniMax API endpoint and CrewAI LLM 2026-04-10 05:31:13 +02:00

Merged #44 fix: update MiniMax API endpoint to api.minimax.io 2026-04-10 05:10:17 +02:00

Merged #42 feat: return access token on user registration 2026-04-10 03:31:16 +02:00

Merged #40 fix: add bcrypt version constraint for passlib compatibility 2026-04-10 02:55:36 +02:00

Merged #39 fix: correct import paths in ai_agent module 2026-04-09 17:32:21 +02:00

Merged #38 fix: add error logging to simulate engine to prevent silent failures 2026-04-09 12:19:36 +02:00

Merged #37 fix: consolidate AveCloudClient to single implementation 2026-04-09 12:11:59 +02:00

Merged #36 feat: implement stop-loss and take-profit risk management 2026-04-09 11:39:50 +02:00

Merged #35 fix: flatten strategy config schema (backtesting broken) 2026-04-09 09:32:50 +02:00

Merged #34 fix: validate chain is 'bsc' for Phase 1 2026-04-09 09:10:55 +02:00

Merged #33 fix: populate config endpoints with chain and token data 2026-04-09 08:23:44 +02:00

Merged #32 fix: make strategy_config and llm_config optional in BotCreate 2026-04-09 07:54:20 +02:00

Merged #23 feat: Add deployment documentation and templates (issue #12) 2026-04-09 01:23:54 +02:00

Merged #22 [Backend] AVE Cloud Integration - Data and Trading APIs 2026-04-08 16:49:13 +02:00

Merged #21 [Frontend] Components - Chat UI, Dashboard, Visualizations 2026-04-08 16:23:23 +02:00

Merged #20 [Frontend] Project Setup - Svelte with TypeScript 2026-04-08 15:17:10 +02:00

Merged #19 [Backend] Simulate Engine - Real-time Signal Detection 2026-04-08 14:57:29 +02:00

Merged #18 [Backend] Backtest Engine - Historical Data Replay 2026-04-08 13:21:57 +02:00

Merged #17 [Backend] Chat Interface + CrewAI Integration 2026-04-08 08:37:59 +02:00

Merged #16 [Backend] Bot CRUD - Bot Management with Max 3 Limit 2026-04-08 08:16:19 +02:00

Merged #15 [Backend] Auth System - JWT Authentication 2026-04-08 08:01:24 +02:00

Merged #14 [Backend] Database Models - Add missing Pydantic schemas 2026-04-08 06:57:46 +02:00

Merged #13 [Backend] Project Setup - FastAPI Structure and Dependencies 2026-04-08 06:35:53 +02:00

1 Pull request proposed by 1 user

Proposed #66 feat: Frontend Conversation-based Chat UI (#60) 2026-04-14 08:37:42 +02:00

26 Issues closed from 1 user

Closed #63 [Refactor] Split conversational.py into Modular Structure 2026-04-14 05:57:16 +02:00

Closed #56 [AVE Skills Integration] Add AVE Cloud Skills as Conversational Tools 2026-04-14 04:23:37 +02:00

Closed #57 [Feature] Slash Command Help System 2026-04-14 04:23:37 +02:00

Closed #55 Test Issue 2 2026-04-13 11:45:07 +02:00

Closed #54 Test Issue 2026-04-13 11:45:06 +02:00

Closed #51 feat: implement conversational AI with tool-calling for strategy management 2026-04-10 09:40:54 +02:00

Closed #43 bug: MiniMax API endpoint is incorrect and authentication fails 2026-04-10 05:10:17 +02:00

Closed #41 feat: return access token on user registration 2026-04-10 03:31:16 +02:00

Closed #30 P2: Simulate engine silently swallows errors 2026-04-09 12:19:36 +02:00

Closed #29 P2: Duplicate AveCloudClient implementations 2026-04-09 12:11:59 +02:00

Closed #28 P1: Risk management (stop-loss/take-profit) not implemented 2026-04-09 11:39:50 +02:00

Closed #25 P0: Fix strategy config schema mismatch (backtesting broken) 2026-04-09 09:32:50 +02:00

Closed #31 P2: No chain validation - any chain accepted for Phase 1 2026-04-09 09:10:55 +02:00

Closed #27 P0: Config endpoints return empty arrays 2026-04-09 08:23:44 +02:00

Closed #26 P0: Bot creation fails - backend requires fields frontend doesn't send 2026-04-09 07:58:13 +02:00

Closed #12 [Infrastructure] Deployment - Nginx, Systemd, Subdomain 2026-04-09 01:23:54 +02:00

Closed #11 [Backend] AVE Cloud Integration - Data and Trading APIs 2026-04-08 16:49:13 +02:00

Closed #10 [Frontend] Components - Chat UI, Dashboard, Visualizations 2026-04-08 16:23:23 +02:00

Closed #9 [Frontend] Project Setup - Svelte with TypeScript 2026-04-08 15:17:11 +02:00

Closed #8 [Backend] Simulate Engine - Real-time Signal Detection 2026-04-08 14:57:29 +02:00

Closed #7 [Backend] Backtest Engine - Historical Data Replay 2026-04-08 13:21:57 +02:00

Closed #6 [Backend] Chat Interface + CrewAI Integration 2026-04-08 08:37:59 +02:00

Closed #5 [Backend] Bot CRUD - Bot Management with Max 3 Limit 2026-04-08 08:16:19 +02:00

Closed #4 [Backend] Auth System - JWT Authentication 2026-04-08 08:01:24 +02:00

Closed #3 [Backend] Database Models - SQLite Schema and SQLAlchemy Models 2026-04-08 06:57:47 +02:00

Closed #2 [Backend] Project Setup - FastAPI Structure and Dependencies 2026-04-08 06:35:54 +02:00

32 Issues created by 1 user

Opened #1 [META] Phase 1 - Core MVP Implementation 2026-04-06 00:28:16 +02:00

Opened #2 [Backend] Project Setup - FastAPI Structure and Dependencies 2026-04-06 00:28:28 +02:00

Opened #3 [Backend] Database Models - SQLite Schema and SQLAlchemy Models 2026-04-06 00:28:41 +02:00

Opened #4 [Backend] Auth System - JWT Authentication 2026-04-06 00:28:51 +02:00

Opened #5 [Backend] Bot CRUD - Bot Management with Max 3 Limit 2026-04-06 00:29:05 +02:00

Opened #6 [Backend] Chat Interface + CrewAI Integration 2026-04-06 00:29:22 +02:00

Opened #7 [Backend] Backtest Engine - Historical Data Replay 2026-04-06 00:29:33 +02:00

Opened #8 [Backend] Simulate Engine - Real-time Signal Detection 2026-04-06 00:29:44 +02:00

Opened #9 [Frontend] Project Setup - Svelte with TypeScript 2026-04-06 00:29:55 +02:00

Opened #10 [Frontend] Components - Chat UI, Dashboard, Visualizations 2026-04-06 00:30:06 +02:00

Opened #11 [Backend] AVE Cloud Integration - Data and Trading APIs 2026-04-06 00:30:17 +02:00

Opened #12 [Infrastructure] Deployment - Nginx, Systemd, Subdomain 2026-04-06 00:30:30 +02:00

Opened #24 Meta: Audit Actionables - Implementation Tracker 2026-04-09 07:11:34 +02:00

Opened #25 P0: Fix strategy config schema mismatch (backtesting broken) 2026-04-09 07:11:41 +02:00

Opened #26 P0: Bot creation fails - backend requires fields frontend doesn't send 2026-04-09 07:11:47 +02:00

Opened #27 P0: Config endpoints return empty arrays 2026-04-09 07:11:53 +02:00

Opened #28 P1: Risk management (stop-loss/take-profit) not implemented 2026-04-09 07:12:02 +02:00

Opened #29 P2: Duplicate AveCloudClient implementations 2026-04-09 07:12:05 +02:00

Opened #30 P2: Simulate engine silently swallows errors 2026-04-09 07:12:12 +02:00

Opened #31 P2: No chain validation - any chain accepted for Phase 1 2026-04-09 07:12:16 +02:00

Opened #41 feat: return access token on user registration 2026-04-10 03:27:07 +02:00

Opened #43 bug: MiniMax API endpoint is incorrect and authentication fails 2026-04-10 04:53:53 +02:00

Opened #51 feat: implement conversational AI with tool-calling for strategy management 2026-04-10 06:56:21 +02:00

Opened #53 Frontend: Token Address Confirmation Dialog 2026-04-10 13:20:42 +02:00

Opened #54 Test Issue 2026-04-13 11:40:57 +02:00

Opened #55 Test Issue 2 2026-04-13 11:44:16 +02:00

Opened #56 [AVE Skills Integration] Add AVE Cloud Skills as Conversational Tools 2026-04-13 11:44:36 +02:00

Opened #57 [Feature] Slash Command Help System 2026-04-13 11:44:47 +02:00

Opened #59 [Redesign] Backend - Conversation-based Chat System 2026-04-13 12:51:26 +02:00

Opened #60 [Redesign] Frontend - Conversation-based Chat UI 2026-04-13 12:51:49 +02:00

Opened #61 [Redesign] UI Design - Dark Theme with Trading Identity (Subtle B&W Nod) 2026-04-13 14:19:42 +02:00

Opened #63 [Refactor] Split conversational.py into Modular Structure 2026-04-14 04:15:40 +02:00