mirror of
https://github.com/vxcontrol/pentagi.git
synced 2026-09-11 04:45:38 +00:00
- Introduced new fields `version` and `isDevelopMode` in the Settings model to provide application versioning and development mode status. - Updated GraphQL schema and resolvers to support the new fields, ensuring they are accessible via the Settings query. - Enhanced Swagger documentation to reflect the changes in the Settings API endpoint. - Added necessary validation and response handling for the new fields in the Settings service.