Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Enhance config file modification with special character escaping
- Added robust character escaping for keys and values in JSON configuration - Used sed to safely handle special characters during file modification - Improved reliability of modify_or_add_config function - Prevented potential sed parsing errors with advanced escaping techniques
- Loading branch information