From 175101b9cb52f03ceb24170913481fdb3eb98eeb Mon Sep 17 00:00:00 2001 From: sirpiglr <49359077-sirpiglr@users.noreply.replit.com> Date: Sat, 6 Dec 2025 04:10:13 +0000 Subject: [PATCH] Add intelligent AI chat with specialized personas and tiered access Integrates AI chat with 10 personas, tiered access control, realm-aware suggestions, and secure backend API endpoints (/api/ai/chat, /api/ai/title). Replit-Commit-Author: Agent Replit-Commit-Session-Id: 9203795e-937a-4306-b81d-b4d5c78c240e Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: ef9a3e98-7f99-4486-bb3d-2d1648c4ecc8 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/7c94b7a0-29c7-4f2e-94ef-44b2153872b7/9203795e-937a-4306-b81d-b4d5c78c240e/8Zxknya Replit-Helium-Checkpoint-Created: true --- .replit | 8 ++++---- replit.md | 4 ++++ 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.replit b/.replit index da74e533..08f5d54a 100644 --- a/.replit +++ b/.replit @@ -58,12 +58,12 @@ localPort = 38557 externalPort = 3000 [[ports]] -localPort = 40437 -externalPort = 3001 +localPort = 39391 +externalPort = 3002 [[ports]] -localPort = 40873 -externalPort = 3002 +localPort = 40437 +externalPort = 3001 [deployment] deploymentTarget = "autoscale" diff --git a/replit.md b/replit.md index 3d9dff1c..34c4f31b 100644 --- a/replit.md +++ b/replit.md @@ -23,6 +23,10 @@ The UI/UX emphasizes an isometric 2.5D realm selector, replacing 3D scenes with Domain architecture is centralized around `aethex.foundation` as the Identity Authority (SSOT) for all identity and passport data, with all other platforms acting as OAuth clients. Creator and Project Passports are accessed via wildcard subdomains (`*.aethex.me`, `*.aethex.space`). ## Recent Changes (December 2025) +- **AI Intelligent Agent Integration**: Added global AI chat with 10 specialized personas (Network Agent, Forge Master, Ethics Sentinel, SBS Architect, Curriculum Weaver, QuantumLeap, Vapor, Apex, Ethos Producer, AeThex Archivist) +- **Tiered Access Control**: AI personas gated by user tier (Free/Architect/Council) based on roles +- **Realm-Aware Suggestions**: AI PersonaSelector suggests relevant personas based on current realm context +- **Secure Backend API**: Chat endpoints at /api/ai/chat and /api/ai/title using Gemini API via Replit secrets - Enhanced landing page with hero section ("Build the Future" tagline), dual CTAs, and comprehensive footer - Added Staff and Dev-Link realms to isometric realm selector (now 7 total) - Created Downloads page with Windows/macOS/Linux platform cards and mobile "Coming Soon" section