Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(core): ensure thread safety in BaseCodeGenTask.kt
Ensure thread safety by wrapping promptText() method call inside a runReadAction block. This prevents potential concurrency issues in the BaseCodeGenTask class.
- Loading branch information