From 6f9564790f585c592a724e28894abe1ca22eb2d9 Mon Sep 17 00:00:00 2001 From: shokollm <270575765+shokollm@users.noreply.github.com> Date: Fri, 10 Apr 2026 11:13:20 +0000 Subject: [PATCH] docs: add ISSUES.md for tracking open issues --- docs/ISSUES.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 docs/ISSUES.md diff --git a/docs/ISSUES.md b/docs/ISSUES.md new file mode 100644 index 0000000..e9a1b5f --- /dev/null +++ b/docs/ISSUES.md @@ -0,0 +1,27 @@ +# Open Issues + +## Frontend + +### Token Address Confirmation Dialog +- **Priority**: High +- **Status**: Open +- **Description**: When user configures a trading strategy via chat and mentions a token (e.g., "buy PEPE"), the AI asks for the token contract address. The frontend should show a confirmation dialog allowing user to: + 1. See the token the AI detected (PEPE) + 2. Enter/confirm the BSC contract address + 3. Save the strategy with the confirmed address + +**Related Files**: +- Frontend: `src/frontend/src/routes/bot/[id]/+page.svelte` +- Backend: `src/backend/app/services/ai_agent/conversational.py` + +**Acceptance Criteria**: +- [ ] Modal/dialog appears when AI detects a token without address +- [ ] User can enter the contract address (0x...) +- [ ] Strategy is saved only after user confirmation +- [ ] Clear error handling if address is invalid + +--- + +## Backend + +*No open backend issues*