Tags: WaveSpeedAI/wavespeed-desktop
Tags
Fix new tab to use current model by default New tabs now inherit the selected model from the active tab instead of opening empty, fixing inconsistent behavior caused by race conditions. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
Fix/linux and upload issues (#16) * Fix Linux sandbox issue on Ubuntu 24.04+ - Add after-install.sh script to set SUID bit on chrome-sandbox - Add --no-sandbox to .desktop file via executableArgs - Users can launch from application menu or use --no-sandbox flag in terminal Fixes #13 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]> * Fix large file upload issues - Add maxBodyLength and maxContentLength to allow large file uploads - Add dynamic timeout based on file size (min 120s, +1s per MB, max 600s) - Fixes uploads failing for files larger than ~10MB 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]> * Harden chrome-sandbox permissions setup --------- Co-authored-by: Haorui Jiang <[email protected]> Co-authored-by: Claude Opus 4.5 <[email protected]> Co-authored-by: C <[email protected]>
PreviousNext