61 Commits

Author SHA1 Message Date
horus fb0ce20aa5 fix: ClawHub API and simplify Council nav
- Fix popular search query (was empty string)
- Group all agents under single 'Agents' tab
2026-03-24 16:13:25 +01:00
horus 602dcff5b2 feat: ClawHub Marketplace in Mission Control
- /mission-control/clawhub - Search, browse skills
- Install, Analyze, or Clone skills
- API route at /api/clawhub
- Added to Council navigation
2026-03-24 16:10:36 +01:00
horus 9c017b5967 feat(pdf-viewer): add proxy endpoint to bypass CSP for PDF loading
- Created /api/pdf-proxy route
- PDF viewer now uses proxy for URL loading
- Bypasses Content-Security-Policy restrictions
2026-03-23 22:27:36 +01:00
horus f947ed6063 fix(pdf-viewer): disable worker to bypass CSP, use Google Docs for URLs 2026-03-23 22:17:23 +01:00
horus 3bb2fa440f fix(pdf-viewer): try CDN worker for PDF.js 2026-03-23 22:16:07 +01:00
horus 1ca5d06696 fix(pdf-viewer): add debug info to troubleshoot rendering 2026-03-23 22:06:57 +01:00
horus 746615e095 fix(pdf-viewer): load PDF.js from CDN instead of npm
- Loads PDF.js from CDN to avoid SSR issues
- Component handles loading state while PDF.js initializes
- No more dynamic import errors
2026-03-23 21:54:13 +01:00
horus 76e37e2363 fix(pdf-viewer): use PDF.js with client-side rendering
- Created PDFViewerClient component with PDF.js
- Uses dynamic import with ssr: false to avoid server-side issues
- Full page navigation and zoom controls
- Upload or load from URL
2026-03-23 21:51:16 +01:00
horus fd9cbcb8a5 fix(mission-control): consistent dark theme across all pages
- All pages now use min-h-screen bg-slate-950
- Consistent card styling: bg-slate-800 rounded-xl border border-slate-700
- Fixed all hyphenated function names
- All 27 pages tested and returning 200
2026-03-23 19:35:06 +01:00
horus 00908900c8 feat(mission-control): add BackToMC button to all pages
- Created BackToMC component
- Added to all 27 mission control pages
- Each page now has '← Back to Mission Control' button at top
- Also pushed beta to develop to sync branches
2026-03-23 18:26:37 +01:00
horus 41c255abf2 feat(mission-control): new sidebar structure v3.0
- 10 categories: Command, Personal, Automation, Council, Projects, Trading, Leads, Memory, Sites, System
- Expand All / Collapse All buttons
- Open All by default: Command, Personal, Automation
- Logout button in footer
- All existing pages linked
2026-03-23 18:02:39 +01:00
horus 45af56d9cf feat(mission-control): restore MC tabs - temple, office, memory, claude, pdf-viewer, resume, resume-upload, temple-3d, demos
Also added:
- Memory API endpoints
- Briefs API endpoints
- AnveVoice stats API
- Claude spawn API
- TTS proxy
- Cleopatra voice widget
- api-auth middleware
2026-03-23 16:30:44 +01:00
horus d5575b58e3 SiteMente - AI-Powered Lead Generation Platform
Features:
- Mission Control dashboard
- HP Submissions tracking
- AI Agents integration
- Lead management CRM
- Marketing email templates
- Chrome extension support

Tech: Next.js, TypeScript, Tailwind CSS, MySQL
2026-03-19 17:38:12 +01:00
Horus 5e7f416c08 Council to top + Add/Edit/Delete tasks with recurring options 2026-02-27 19:04:18 +01:00
Horus fc2e1c1ff5 BMHQ Upgrade: Add Auto-Run, Execution Logs, Change Log, Brainown panels 2026-02-27 17:13:29 +01:00
Horus d7cd81b293 Add YouTube transcripts tab to Mission Control 2026-02-27 15:00:38 +01:00
root f1fa98fbcb Fix TradingReports syntax - functions before component 2026-02-25 17:05:59 +01:00
root de6d8eeceb Fix reports - generate real HTML in JavaScript 2026-02-25 14:03:04 +01:00
root 4bc7fb8fd3 Connect Trading Reports to LLM for real generation 2026-02-25 10:31:48 +01:00
root fcd3463bde Add Trading Reports to Tools section 2026-02-25 10:30:06 +01:00
root 32f57fff82 Rename to Trading Reports 2026-02-25 10:27:10 +01:00
root 71eb6c76c4 Add Macro Report Generator to Trading tab 2026-02-25 10:25:58 +01: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 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 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 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 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 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