Configurazioni dell'app #27
Reference in New Issue
Block a user
Delete Branch "configs"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Messo in una cartella apposta i prompt
Create delle configurazioni dell'app e rimesso a posto delle parti statiche di codice come configs
Pull Request Overview
This PR reorganizes the application structure by moving prompts to a dedicated folder and creating centralized app configurations. The main goal is to improve code organization and replace hardcoded static configurations with a configurable system.
src/app/agents/prompts/AppConfigclass and YAML configuration filetoolsmodule and refactored import paths accordinglyReviewed Changes
Copilot reviewed 43 out of 49 changed files in this pull request and generated 4 comments.
Show a summary per file
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
@@ -0,0 +1,232 @@import osThis singleton implementation is not thread-safe and can cause issues in concurrent environments. Consider using a proper singleton pattern with locks or removing the singleton behavior if it's not strictly necessary.
Import statements should be placed at the top of the file, not within method bodies. Move this import to the top-level imports section.
Comment should be in English to maintain consistency with code comments throughout the project.
Comment should be in English to maintain consistency with code comments throughout the project.