Commit Graph

118 Commits

Author SHA1 Message Date
root 128c60e72f Fix language toggle and mic access 2026-02-24 12:32:24 +00:00
root 19c4187897 Fix Vapi webhook - add toolCallId to response 2026-02-24 12:09:39 +00:00
root 247eeb9597 Fix leads API null handling 2026-02-24 11:37:20 +00:00
root 6e7f30b514 Add Lead CRM API with Supabase 2026-02-24 07:49:22 +00:00
root 8d37ce19d6 Fix Supabase column mapping 2026-02-23 19:52:27 +00:00
root 2bb58e041b Add Supabase integration for trading journal 2026-02-23 19:27:47 +00:00
root a0a2fc1d40 Fix TradingView chart embedding 2026-02-23 19:20:46 +00:00
root 13112a9cee Add TradingView charts, sentiment, funding rates to Tools 2026-02-23 17:59:26 +00:00
root 925245fd10 Add WhaleTrades tab + Trading Tools (Calculator, Alerts, Notes) 2026-02-23 17:23:01 +00:00
root b6a26f95e4 Fix trader filter to support both fields 2026-02-23 17:12:00 +00:00
root acf5eadf54 Add trader filter to chart and per-trader stats 2026-02-23 17:10:32 +00:00
root c2e9e0f3ad Add Thoth AI Agent as active trader 2026-02-23 16:57:21 +00:00
root 5298480c16 Add paper trading with per-trader style tracking and stats 2026-02-23 16:52:10 +00:00
root fb68d68cf0 Add full analysis modal for traders 2026-02-23 16:28:25 +00:00
root c965fdf7d2 Add Gareth Soloway + Combined trading mode 2026-02-23 16:19:48 +00:00
root 24ce58621b Add English language support to chat widget 2026-02-23 16:15:17 +00:00
root 5fb2627519 Fix widget toggleChat error 2026-02-23 16:07:47 +00:00
root ace78e3673 Fix: reapply all trading chart fixes + gareth 5970 frames 2026-02-22 23:36:24 +00:00
root 09f26f3b1c Revert to working version 2026-02-22 23:23:44 +00:00
root 70f9a8c535 Fix: add onClick to View full analysis button 2026-02-22 23:10:59 +00:00
root 476465ec59 Fix: docs page syntax error 2026-02-22 23:06:09 +00:00
root 814f00ca83 Fix: update Gareth frames to 5970, add indicator buttons 2026-02-22 23:01:05 +00:00
root 348876f920 Fix: import TradingChart as default instead of named import 2026-02-22 22:54:38 +00:00
root 1107706085 Fix: load lightweight-charts from CDN instead of npm import 2026-02-22 22:29:38 +00:00
root 81b549dae0 Rewrite trading chart - clean implementation 2026-02-22 22:19:38 +00:00
root 3fb639261c Fix chart: add SSR mounting check 2026-02-22 22:17:50 +00:00
root 4246d38fc0 Fix chart: fix TypeScript errors and add null checks 2026-02-22 22:15:05 +00:00
root 82fd91851e Fix chart: lazy load lightweight-charts on client only 2026-02-22 22:12:28 +00:00
root 7b2b102c32 Fix trading chart: use lightweight-charts instead of broken chart.js 2026-02-22 22:09:02 +00:00
root 483a2cb2ae Fix trading chart: Binance API URL syntax + CoinGecko fallback 2026-02-22 21:56:21 +00:00
root d97e88a8c1 Connect Horus Chat to Telegram (Horus) 2026-02-22 16:40:52 +00:00
root 98334847dc Add daily snapshots system (7 days) 2026-02-22 16:39:12 +00:00
root f29a2b9714 Add mandatory testing workflow rule 2026-02-22 16:36:45 +00:00
root 73df0f3be8 Add Horus Chat as separate tab 2026-02-22 16:35:10 +00:00
root e66423c8fc Add Horus Chat to MC - connects to AI agent 2026-02-22 16:33:22 +00:00
root 35b908ce48 Add deployment script 2026-02-22 16:27:21 +00:00
root 2413e15b4c Add deployment workflow & develop branch 2026-02-22 16:27:05 +00:00
root 9d316bd29d Add Amir as MC user 2026-02-22 16:19:46 +00:00
root be82f40dc7 Add Daily Feedback system to Council tab 2026-02-22 14:53:22 +00:00
root 83dc1507da Add full golden notes from all agents 2026-02-22 14:49:14 +00:00
root 3ecc073b7c Move golden notes to Council tab, add agent names 2026-02-22 14:41:20 +00:00
root 8b295d316e Add Gareth Soloway trading strategy to MC 2026-02-22 08:01:51 +00:00
root 0817444dc5 Add LICENSE, README, and Docs tab to Mission Control 2026-02-22 07:33:18 +00:00
root 3e7b457d5f fix: add car-rental vertical content and location param support
- Add car-rental vertical with ES/EN content
- Add location state (generic | benalmadena)
- Read ?location=benalmadena from URL
- Fix demo pages now working: /demos/car-rental?location=benalmadena
2026-02-19 14:00:58 +00:00
root 5eb70b527a fix: map plan names to correct Stripe price IDs
- Add PLAN_NAME_TO_STRIPE_ID mapping helper
- Maps: Chat IA → essential, Chat + Voz → profesional, Empresa IA → premium
- Fixes bug where wrong plan IDs were sent to Stripe (e.g. 'chat ia' instead of 'essential')
- Test calls verified for all 3 tiers across verticals
2026-02-19 13:49:28 +00:00
root 9ed87efdeb feat: Car Rental Benalmádena demo content + feedback template
- Add car-rental-benalmadena.md (hero, benefits, use cases, conversations)
- Add pitch-car-rental-benalmadena.md (tailored pitch + 3-step demo plan)
- Add feedback/car-rental-benalmadena.md (feedback capture template)

- Add car-rental vertical with ?location=benalmadena support in demos
2026-02-19 13:48:08 +00:00
root 51ab653f3c feat: add car-rental vertical with location support
- Add car-rental as a vertical option
- Add Location type (generic | benalmadena)
- Support ?location=benalmadena param for car-rental
2026-02-19 13:34:01 +00:00
root 0e418964cf fix: use searchParams from useSearchParams for vertical routing
- Use searchParams from Next.js useSearchParams hook instead of window.location
- Add searchParams as useEffect dependency to properly update when URL changes
- Add fallback for vertical content to prevent SSR hydration issues

This fixes the bug where all demo pages showed real-estate content.
2026-02-19 13:15:19 +00:00
root 0e524c5c3c fix: read vertical from URL using window instead of searchParams 2026-02-19 12:34:27 +00:00
root 0dda4514ea fix: read vertical param from URL for demo routing 2026-02-19 12:31:57 +00:00