Copilot
Copilot
### **User description** Addresses the recurring issue where users are unaware that Preevy fully supports Docker Compose environment variable features. This PR adds comprehensive documentation to help users understand how...
This PR adds two new environment variables to enhance Preevy's service discovery capabilities, addressing specific user needs while maintaining full backward compatibility. ## New Environment Variables - **`PREEVY_ENV_ID`** - Contains...
This PR completes the migration from Skeleton UI to DaisyUI component library that was started in PR #123. The migration addresses critical build failures and ensures all core application functionality...
Replace `TSMappedType::type_parameter` with dedicated fields to match TSESTree ## Summary Successfully replaced `TSMappedType::type_parameter` (Box) with two dedicated fields that accurately represent the allowed syntax and match the TSESTree specification: -...
## Overview This PR provides a comprehensive security vulnerability assessment of the API Dash codebase and **implements complete security remediation**. After thorough analysis of authentication mechanisms, data storage, code generation,...
This PR adds comprehensive Docker support for AllKaraoke with automatic Node version detection from the `.nvmrc` file, making it easy to build and run the application in a containerized environment....
## Overview This PR adds a complete Model Context Protocol (MCP) server to TTS WebUI, enabling AI assistants like Claude Desktop to interact with text-to-speech functionality through a standardized protocol....
The documentation for the `deduplicated` event incorrectly stated that `jobId` refers to the attempted job and `deduplicatedJobId` refers to the existing job. The actual behavior is reversed. ## Changes -...
Verified that rolldown update from v1.0.0-beta.47 to v1.0.0-beta.49 in #2206 does not introduce build failures. ## Test Results - Build completes successfully - All 76 tests pass - No errors...
Modern Node.js and bundlers support `exports` field. The root-level `main`, `module`, `browser`, and `typesVersions` fields are deprecated but still widely used. ## Changes ### New Strict Options (default: `warn`) -...