🕉
Changelog
Docs Site — Modal Restructure (Current)
- Added full-screen mode selector overlay on landing: choose Technical Documentation or About the Project
- Technical view: landing page with cards linking to all docs (Vision, MVP, Features, Architecture, Maharshi, Deployment)
- Non-technical view: standalone showcase with “What We Are”, journey timeline, “What’s Live Today” feature grid, and UI links
- Mode preference stored in
localStorage; switch via footer link - Navigation bar hidden in non-technical mode
- Changelog page added to docs nav
Backend — veda-guru-ai-api/main.py
- Anveṣaṇa agent mode rewritten to ReAct loop — LLM-driven iterative research (search → analyze → refine → synthesize)
- PDF export endpoint updated — only compiles user-selected satisfactory messages
Frontend — veda-guru-ai-ui/
- New
assets/status.js— shared backend health poller and keep-alive system - Removed invocation overlay — replaced with inline connection status card
- PDF selection — per-agent-message toggle; only checked messages included in export
- All pages now include
status.jsfor unified backend status