Copilot
Copilot
## Problem The addon was throwing a `ValueError` when `finfo_file()` was called with an empty filename parameter: ``` ValueError: finfo_file(): Argument #2 ($filename) must not be empty File: redaxo/src/addons/zip_install/lib/zip_install.php Line:...
Implements CLI argument support for headless operation, automation, and scripting workflows. Users can now run scans, updates, and other operations without launching the GUI. ## Changes ### CLI Infrastructure -...
Adds comprehensive "What's new in Aspire 13" documentation based on milestone 8 issues, following the established format of previous release articles. ## Content Coverage **AppHost & Orchestration** - Simplified AppHost...
This PR addresses the critical gap in .NET Aspire documentation by providing a comprehensive tutorial for PostgreSQL Entity Framework Core migrations - something that has been repeatedly requested by the...
This PR implements a new `preload_models` configuration option that enables loading models into memory when the LocalAI server starts, improving response times by eliminating the initial model loading delay on...
This PR addresses all critical and high-severity security alerts in the repository by updating vulnerable dependencies to secure versions while maintaining API compatibility to preserve training functionality. ## Security Vulnerabilities...
This PR implements a robust caching solution to address performance issues with repeated Ethereum RPC and IPFS gateway calls throughout the DAppNode system. The solution introduces a new `@dappnode/cache` package...
Previously, when `aggregateDependencies` encountered a version whose dependencies couldn't be fetched, it would throw an error and fail the entire aggregation process. This caused package installation to fail completely even...
## Overview This PR implements support for multiple IPFS gateway URLs with automatic fallback logic in the DAppNode Manager toolkit. The system now tries multiple gateways in order until content...
## Overview This PR creates comprehensive documentation for DAppNode's repository management system, addressing the need for clear technical documentation about how packages are discovered, versioned, and distributed through smart contracts...