Commit Graph

58 Commits

Author SHA1 Message Date
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
root 245e924530 feat: add lead capture forms to demo pages
- Add business name, contact name fields to form
- Add vertical-specific fields (tables for restaurant, properties for real-estate, etc.)
- Save leads to localStorage matching CRM schema
- Add success message after submission
- Wire to existing /leads CRM
2026-02-19 12:25:34 +00:00
root 040655912c fix: /demos/[vertical] route with Next.js 15 params await
- Fix Next.js 15 params requirement (await params)
- Add minimal test for route redirect behavior
- Test verifies all 4 verticals redirect correctly
2026-02-19 12:24:38 +00:00
root aa1b2fa80b feat: Complete SEO optimization - meta tags, Open Graph, Twitter cards, JSON-LD structured data, keywords 2026-02-16 14:56:44 +00:00
root 641bd7652a feat: Align pricing demos with home page (€390-€1390), add sitemap.xml and robots.txt 2026-02-16 14:51:34 +00:00
root 6c617fe048 feat: Add EN/ES language toggle to demos page with full translations 2026-02-16 14:35:50 +00:00
root e562ed7cb3 feat: Add SiteMente logo to landing and demos pages 2026-02-16 14:31:22 +00:00
root 1098027de2 feat: Add demos page with 4 verticals (Real Estate, Restaurant, Clinic, Home Services) 2026-02-16 14:24:45 +00:00
root d09d6985ca feat: Council - agent teams management 2026-02-16 13:19:21 +00:00
root eaaa556448 feat: Add search, quick add task, export, today's focus, keyboard shortcuts 2026-02-16 13:09:49 +00:00
root 2ae7c232f3 feat: Collapse all button + home button in header 2026-02-16 12:59:56 +00:00