
October 13, 2025
Build v0.1.10
This build introduces enhanced post interactions on Vibewall, a new Perceptron v2 structure, backend APIs for similarity-based connections, and several major UX and performance improvements across modules. It also strengthens AI connection logic and backend optimization for better scalability.
Major updates
Added multi-post attachment support on Vibewall, including slider and indicator icons for modal view.
Began development of collapsed and expanded side menu states with Framer Motion animations.
Introduced
/v2/perceptronroute for a complete Perceptron refactor, maintaining backward compatibility.Reorganized constants directory for cleaner structure and easier module maintenance.
Temporarily hid the scrollbar in Side Menu for a cleaner look while maintaining functionality.
Improved Inbox WebSocket architecture with centralized chatroom tracking, debounced disconnections, and real-time synchronization.
Enhanced chat UX with smart scroll behavior, stable typing indicators, and race-condition prevention.
Added new backend endpoints:
getUserPerceptronsGraph – returns all perceptrons with full metadata for visualizations.
getPerceptronDataByTabs – fetches dynamic data per tab with optimized queries.
findSimilarityByUsername – compares profiles and returns similarity scores and relationship context.
Refactored findSimilarProfiles to use batch lookups for better speed and scalability.
Added Redis with BullMQ for optimized cron job management.
Introduced AI-driven similarity-based decision-making for connection actions like messaging, friend requests, and user interactions.
Key Fixes
Fixed avatar loading, offset, and control visibility for user/perceptron avatars.
Removed redundant camera API calls and improved avatar persistence handling.
Shop filters updated ("facemask" → "facewear") and improved UX for empty results.
Fixed form dirty-state tracking in Basic Information forms and enabled proper save logic.
Restricted Network name and description length (80/500 chars) with clearer feedback messages.
Fixed visual and data sync issues in Network InviteHistoryModal and ThreadGroupGrid error messages.
Updated avatar image refresh logic in side panel after avatar updates.
Fixed major Inbox issues — connection leaks, delayed typing indicators, message sync lag, and duplicate WebSocket sessions.
Improved chat message deletion events, pagination scrolling, and last message updates in chat lists.
Introduced a new
/vibewallroute with improved breadcrumbs, cleaner navigation, and separate pages for user profiles and connections.Fixed Vibewall post sync issues between feed and modal views with proper query invalidations.
Backend fixes for Uplink filtered Vibewall Posts API to ensure accurate results.
Updated AI sensory event templates with correct tool names for consistent processing.
QA & Deployment
Frontend & Backend have passed initial QA.
Successful build deployed to the test environment.


