Conversation
|
Claude finished @Saga4's task in 2m 46s —— View job PR Review Summary
Prek ChecksNo changed source files to lint (the PR only removes lines). Prek reported no issues. Code ReviewThis PR reverts #1858, which added two lines to # Removed by this revert:
from codeflash.languages.registry import get_supported_extensions # line 16
supported_extensions = set(get_supported_extensions()) # line 42 in get_git_diff()Behavioral change: Before #1858, The revert is correct and clean — removing lines 16 and 42 restores the original behavior where only the current language's extensions are tracked. Line 31 ( No bugs, no security issues, no breaking API changes. Duplicate DetectionNo duplicates detected. The removed import was only used in Test Coverage
Merged Optimization PRs
Last updated: 2026-03-18 |
Reverts #1858