v1.174.1
Fix
Enhance thread retrieval for unorganized threads
- Implemented logic to return a synthetic thread for 'thread_unorganized' to ensure visibility and proper CTAs for all users.
- Updated error handling to prevent 404 responses for unorganized threads, improving user experience when accessing unorganized notes.
Feature
Enhance note retrieval and layout handling for mobile
- Added userId and version fields to note data retrieval for improved context.
- Updated CreateNoteButton rendering logic to adapt for mobile views in Dashboard, Space, and Thread pages.
- Enhanced layout styles to ensure proper content filling and sticky positioning for CreateNoteButton on mobile.
- Introduced new documentation for main-column layout rules in AGENTS.md.
