e956a9ad35
* refactor(CopilotService): streamline token file handling and improve error management - Consolidated token file path retrieval into a dedicated method for better clarity and maintainability. - Updated file system operations to ensure directory existence before writing the token file. - Enhanced error handling during token save and read operations, ensuring robust logging and user feedback. * lint * build: add sharp dependency for image processing - Added sharp as a dependency in package.json to support image processing functionalities. - Removed sharp from the devDependencies section to ensure it is available in production.