SurfSense/surfsense_browser_extension/sidepanel
API Test Bot 4be8c1b996 feat(chat): add command patterns for Epic 2, 3, 4 widgets
- Add new command patterns to COMMAND_PATTERNS:
  * SHOW_WHALE_ACTIVITY - Matches 'show whale activity/transactions'
  * TRADING_SUGGESTION - Matches 'suggest/recommend entry/exit for TOKEN'
  * SHOW_PORTFOLIO - Matches 'show my portfolio'
  * CAPTURE_CHART - Matches 'capture/screenshot chart'
  * GENERATE_THREAD - Matches 'generate/create thread'

- Update handleSendMessage to handle new commands:
  * Whale activity: Shows MOCK_WHALE_TRANSACTIONS with smart money insights
  * Trading suggestion: Shows MOCK_TRADING_SUGGESTION with risk/reward analysis
  * Portfolio: Shows MOCK_PORTFOLIO with P&L and best performer
  * Chart capture: Shows chart capture tool with auto-filled metadata
  * Thread generator: Shows thread generator with token info pre-filled

- Import mock data for new widgets:
  * MOCK_WHALE_TRANSACTIONS
  * MOCK_TRADING_SUGGESTION
  * MOCK_PORTFOLIO

- Update help message to include all Epic commands organized by category

Enables users to trigger Epic 2, 3, 4 widgets via natural language commands
2026-02-04 02:59:34 +07:00
..
analysis feat(epic-3): implement Trading Intelligence components with mock data 2026-02-04 02:36:35 +07:00
capture feat(epic-4): implement Content Creation & Productivity components 2026-02-04 02:39:48 +07:00
chat feat(chat): add command patterns for Epic 2, 3, 4 widgets 2026-02-04 02:59:34 +07:00
components/shared feat(crypto): add SurfSense 2.0 Crypto Co-Pilot UI components 2026-02-04 02:19:57 +07:00
content feat(epic-4): implement Content Creation & Productivity components 2026-02-04 02:39:48 +07:00
context feat(crypto): add SurfSense 2.0 Crypto Co-Pilot UI components 2026-02-04 02:19:57 +07:00
crypto feat(crypto): add SurfSense 2.0 Crypto Co-Pilot UI components 2026-02-04 02:19:57 +07:00
dexscreener feat(crypto): add SurfSense 2.0 Crypto Co-Pilot UI components 2026-02-04 02:19:57 +07:00
mock feat(epic-3): implement Trading Intelligence components with mock data 2026-02-04 02:36:35 +07:00
portfolio feat(epic-3): implement Trading Intelligence components with mock data 2026-02-04 02:36:35 +07:00
settings feat(epic-4): implement Content Creation & Productivity components 2026-02-04 02:39:48 +07:00
whale feat(epic-2): implement WhaleActivityFeed component with mock data 2026-02-04 02:31:36 +07:00
widgets feat(chat): integrate Epic 2, 3, 4 widgets into chat interface 2026-02-04 02:55:50 +07:00
index.tsx docs: update PRD with comprehensive extension features and UX integration strategy 2026-02-01 21:32:06 +07:00