You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: set language singleton early so git diff auto-detection works for all languages
The language singleton was only set after function discovery, but get_git_diff()
needs it during discovery to filter by file extension.
- config_parser.py: set config["language"] based on config file type (codeflash.toml
→ java, pyproject.toml → python) so all project types return a language
- cli.py: call set_current_language() in process_pyproject_config() using the
config value, before the optimizer runs
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments