Skip to content

Conversation

@niltor
Copy link
Contributor

@niltor niltor commented Aug 21, 2025

No description provided.

@niltor niltor requested a review from Copilot August 21, 2025 01:51
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR represents a major version upgrade from v10.0.0-beta1 to v10.0.0-beta3, involving extensive refactoring and modernization of the AterStudio project. The changes include renaming core entities, updating dependencies, improving code generation capabilities, and adding new features like MCP (Model Context Protocol) support.

  • Renamed Project entity to Solution and updated all related references and database contexts
  • Updated dependencies to newer versions (Microsoft packages from 9.0.5 to 9.0.8+, FluentUI from 4.11.9 to 4.12.1)
  • Removed deprecated features and added new functionality including MCP tools management and enhanced code generation

Reviewed Changes

Copilot reviewed 163 out of 863 changed files in this pull request and generated 6 comments.

Show a summary per file
File Description
src/Services/AterStudio/Components/App.razor.cs Added constants for message notification centers
src/Services/AterStudio/Components/App.razor Added FluentDesignTheme, JavaScript utilities for clipboard and theme detection
src/Services/AterStudio/AterStudio.csproj Updated version to beta3, removed several package references, updated Entity Framework to 9.0.8
src/Modules/StudioMod/StudioMod.csproj Updated Entity Framework reference, added MCP package, renamed project references
Multiple DTO files Removed GenStepType enum references and cleaned up formatting
Multiple Manager files Renamed DataAccessContext<T> to DefaultDbContext, updated entity references from Project to Solution
src/Definition/Share/Services/* Extensive refactoring of service classes with improved error handling and new features
src/Definition/Share/* Updated project context, models, and localization resources
Files not reviewed (1)
  • src/Command/NodeBridge/pnpm-lock.yaml: Language not supported
Comments suppressed due to low confidence (1)

src/Definition/Share/Services/CodeGenService.cs:178

  • The enum value 'EntityCLass' appears to be a typo - should be 'EntityClass' with consistent capitalization.
        );

niltor and others added 3 commits August 21, 2025 09:54
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@niltor niltor merged commit 04e7cb5 into v10 Aug 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants