--- --- # Issue #11: Session creation and ID management **Status:** COMPLETED **Issue:** https://git.shahondin1624.de/llm-multiverse/llm-multiverse-ui/issues/11 **Branch:** `feature/issue-11-session-management` ## Acceptance Criteria - [x] UUID v4 session ID generated on new chat creation - [x] Active session ID persisted in URL params (?session=) - [x] Session ID also stored in localStorage for recovery - [x] "New Chat" button creates a fresh session - [x] Switching sessions updates URL and loads correct message history - [x] Session ID passed to ProcessRequest gRPC calls