usvimal
usvimal
## Summary Fixes #6490 - Windows users can now browse and open projects outside their home directory. ## Problem On Windows, the directory selector dialog was limited to browsing within...
## Summary On Windows, file paths are case-insensitive but the project deduplication check used strict equality (`===`). This caused the same directory opened with different casing (e.g., `C:\Users` vs `c:\Users`)...
## Problem When switching from a model like minimax to Claude/Opus mid-session, the API returns: ``` messages.9.content.0: Invalid 'signature' in 'thinking' block ``` This happens because the session contains cached...
## Summary Adds a "Quick Start" button on the home page that opens a session in the user's home directory, allowing users to start working without selecting a specific project...
## Summary Previously the desktop app window was only created after the sidecar server was ready (up to 7 seconds). Users saw nothing during this time. Now the window appears...
## Summary Adds a delete button in the session header for quick session cleanup. ## Changes - Added X icon button next to the "New session" button - Shows confirmation...
## Summary - The `pipe()` result filtering archived sessions and sorting by update time was computed but never assigned or returned - The original unfiltered `sessions` array was returned instead,...
## Summary - Add `max-height` and `overflow-y: auto` to the message nav tooltip content - Allows scrolling within the tooltip when there are many messages in a session ## Problem...
## Summary - Filter out archived sessions server-side in the `/session` list endpoint - Sort sessions by most recently updated first (descending) ## Problem The session list API was returning...
## Summary - Adds `tauri-plugin-single-instance` to prevent multiple desktop app instances - **Fixes orphaned sidecar cleanup** - kills the sidecar process on startup timeout before exiting ## Problem Opening the...