What's Changed
- Fixed Sidecast getting stuck in a generating state when a live LLM request drops or stalls. Sidecast now uses a shorter live timeout and protects request state so older canceled calls cannot interfere with the newest generation. (#627, closes #624)
- Updated the Homebrew cask to the latest published DMG version and checksum.
Contributors
- Thanks @billfrombrazil for the detailed Sidecast provider/model report and restart behavior that helped pin down the stuck-generation path.