Copilot
Copilot
CLI-generated Atomic projects fail to build or start on Node < 20.19.0 due to ES module handling differences when Stencil internally converts ES imports to CommonJS `require()` calls for the...
This PR implements towncrier for automated changelog management in OpenGHG, resolving issue #1302. The new system eliminates merge conflicts in the changelog and streamlines the release process by using "news...
## Description Consolidates disparate registry implementations into a unified `RegistryV2` architecture. Previously, DI, Model, Schema, and Web registries used inconsistent patterns for metadata management and change propagation. ### Core Changes...
**Description** This PR fixes the MCP/Agent toggle not appearing in the chat UI when users create model configurations that share the same model file. The toggle was incorrectly gated behind...
**Description** Adds importer for diffuser backend models following existing importer patterns (llama-cpp, mlx, vllm, transformers), including UI support in the model editor. **Implementation** - **`diffuser.go`**: Implements `DiffuserImporter` matching models via:...
Fixes #7171 - When deleting a model configuration, LocalAI was incorrectly removing model files still referenced by other configurations. ## Root Cause Two bugs in `DeleteModelFromSystem`: 1. **Line 376**: Logic...
User deletion left orphaned UserRole and UserEdit records in the database. The deletion dialog provided no visibility into which projects would be affected. ## Backend Changes - **UserController**: Enhanced `DeleteUser`...
Adds progress metrics to semantic domain tiles: sense count badges on the current domain and completion progress bars on navigable siblings/children. ## Backend Added two statistics endpoints in `StatisticsController`: -...
Adds a column to the user statistics table showing each user's most recently added semantic domain with timestamp and provenance. ## Backend - Extended `SemanticDomainUserCount` model with `RecentDomain` property -...
HTML files in language folders incorrectly used English (`en`) language codes in Google Play Store links, domain URLs, and UTM parameters instead of the folder's language code. ## Changes Automated...