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
This commit is contained in:
sirpiglr 2025-12-06 04:10:13 +00:00
parent 4fcda7c56a
commit 175101b9cb
2 changed files with 8 additions and 4 deletions

View file

@ -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"

View file

@ -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