Release Notes - v0.8.5.1

Release Date: January 31, 2026 Type: Patch Release (Bug Fixes)


Summary

Fast-follow patch release addressing 14 alpha testing bugs discovered during post-MUX testing. All issues verified fixed and closed.


Bug Fixes

Authentication & Session (P0-P1)

Issue Title Fix
#723 Logout not working Cookie deletion on all logout paths
#724 LLM API keys mismatch User-scoped credential storage/retrieval
#730 Username shows email prefix Added username to JWT claims
#731 Conversations not persisting Auto-create conversation on first message

Portfolio & Projects (P0)

Issue Title Fix
#728 Portfolio onboarding never saves Multiple fixes: persistence, constraints, routing
#733 Projects not saving during onboarding Root cause fixes via #736, #737
#736 Projects unique constraint global Migration: per-user uniqueness
#737 Portfolio “yes” routes to small talk Session creation in status handler
Issue Title Fix
#720 Race condition on first load Log level change shows startup complete
#721 Setup wizard missing stylesheet tokens.css inclusion
#722 First-time user routed to login Auto-redirect to setup
#726 Sidebar not showing current chat last_activity_at update on turn
#727 Text input triggers autofill autocomplete=”off” attribute
#729 History button does nothing HistorySidebar mount (via #735)
#732 History trust-gated wrong level Lowered from stage 2 to 1
#735 History sidebar never mounted Full mount with API integration

Duplicate Closed

Issue Title Resolution
#725 Chat refresh messages Duplicate of #583 (fix intact)

Database Migrations

New migration required:

alembic upgrade head

Migration 3c85fd899ece_fix_projects_unique_constraint_736.py:


Files Modified

Core Services

Web Routes

Templates

Infrastructure


Testing


Upgrade Instructions

  1. Pull latest code:
    git pull origin production
    
  2. Run database migration:
    alembic upgrade head
    
  3. Restart server:
    python main.py
    

Known Issues

See ALPHA_KNOWN_ISSUES.md for current known issues.


Full Changelog: v0.8.5…v0.8.5.1