Major WHOOSH system refactoring and feature enhancements
- Migrated from HIVE branding to WHOOSH across all components - Enhanced backend API with new services: AI models, BZZZ integration, templates, members - Added comprehensive testing suite with security, performance, and integration tests - Improved frontend with new components for project setup, AI models, and team management - Updated MCP server implementation with WHOOSH-specific tools and resources - Enhanced deployment configurations with production-ready Docker setups - Added comprehensive documentation and setup guides - Implemented age encryption service and UCXL integration 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -2,22 +2,22 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" type="image/svg+xml" href="/hive-icon.svg" />
|
||||
<link rel="icon" type="image/svg+xml" href="/whoosh-icon.svg" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta name="description" content="Hive - Unified Distributed AI Orchestration Platform for coordinating AI agents, managing workflows, and monitoring performance" />
|
||||
<meta name="description" content="WHOOSH - Unified Distributed AI Orchestration Platform for coordinating AI agents, managing workflows, and monitoring performance" />
|
||||
<meta name="keywords" content="AI, orchestration, workflows, agents, distributed computing, automation" />
|
||||
<meta name="author" content="Hive Platform" />
|
||||
<meta name="author" content="WHOOSH Platform" />
|
||||
<meta name="theme-color" content="#3b82f6" />
|
||||
|
||||
<!-- Open Graph / Facebook -->
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:title" content="Hive - Distributed AI Orchestration" />
|
||||
<meta property="og:title" content="WHOOSH - Distributed AI Orchestration" />
|
||||
<meta property="og:description" content="Unified platform for coordinating AI agents, managing workflows, and monitoring performance" />
|
||||
<meta property="og:url" content="https://hive.home.deepblack.cloud" />
|
||||
<meta property="og:url" content="https://whoosh.home.deepblack.cloud" />
|
||||
|
||||
<!-- Twitter -->
|
||||
<meta property="twitter:card" content="summary_large_image" />
|
||||
<meta property="twitter:title" content="Hive - Distributed AI Orchestration" />
|
||||
<meta property="twitter:title" content="WHOOSH - Distributed AI Orchestration" />
|
||||
<meta property="twitter:description" content="Unified platform for coordinating AI agents, managing workflows, and monitoring performance" />
|
||||
|
||||
<!-- Accessibility -->
|
||||
@@ -28,7 +28,7 @@
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
|
||||
|
||||
<title>🐝 Hive - Distributed AI Orchestration</title>
|
||||
<title>🐝 WHOOSH - Distributed AI Orchestration</title>
|
||||
|
||||
<style>
|
||||
/* Loading styles for better UX */
|
||||
|
||||
Reference in New Issue
Block a user