Release digest
Improved
- Landing Page Search - Shares same merged logic as Dashboard search
Fixed
- RAG Indexing 🧠 - Critical fix: Enabled indexing of Markdown documents
- Switched Vertex AI Search to Unstructured Data Store
- Script now automatically renames
.md->.txtduring upload - Fixed
Content-Typeheaders for correct parsing - Result: 100% of documentation (200+ files) now indexed and retrievable!
- RAG Metadata 🏷️ - Fixed "unknown" source files in API response
- Correctly extracts filename and snippet from unstructured search results
- API now returns valid
sourceslist with previews
- Crypto Search 🔍 - Critical fix: Now shows BOTH database AND CoinGecko
results
- Previously only DB results were shown if any existed
- New projects from CoinGecko now marked with
from_coingecko: true - Frontend displays "New" badge for unanalyzed projects
- Project Data Harvesting 🌾 - Fixed endpoint routing conflict
- Removed duplicate
/project/{slug}fromrouters/crypto.py - Now uses
crypto_servicewhich integrates ALL connectors:- GitHub (commits, active developers)
- ICODrops (fundraising, vesting schedules)
- DefiLlama (TVL, raises, emissions)
- Removed duplicate
- ICODrops Integration 💰 - Now fetches fundraising data for all projects
- Added "enso" → "ensofinance" slug mapping
total_raisednow falls back to ICODrops if DefiLlama has no data
- Changelog App Build 📋 - Fixed path aliases for GitHub Actions
- Switched all imports to
@/aliases - Reverted to pnpm with proper caching
- Switched all imports to
