- Added support for collecting Smithery, QStash, and MCP API keys.
- Introduced a function to generate a secure base64-encoded encryption key for MCP credentials.
- Updated the total steps in the setup wizard from 11 to 14 to accommodate new configurations.
- Modified environment variable loading to include new services.
- Updated dependency management in `pyproject.toml` and `uv.lock` to include new packages.
- Removed the clear_progress function as it was no longer needed.
- Added user prompts to skip Supabase database setup during installation.
- Implemented checks for existing virtual environments and created one if absent.
- Updated instructions for starting backend services to use 'python' instead of 'uv'.
- Enhanced test cases to cover new setup functionalities and user interactions.
- Introduced a structured SetupWizard class to manage the setup process.
- Added methods for collecting and validating Supabase, Daytona, LLM, and search API keys.
- Implemented environment file configuration for both backend and frontend.
- Enhanced user interaction with clear prompts and validation for inputs.
- Added unit tests to ensure functionality and reliability of the setup process.