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
feature: Replace hardcoded tool language mappings with API-driven configuration [PLUTO-1430] (#155)
feature: Replace hardcoded tool language mappings with API-driven configuration
Remove static DefaultToolLanguageMap with 60+ hardcoded entries
Integrate /api/v3/tools and /api/v3/languages/tools APIs
Separate remote/local mode logic for cleaner architecture
Eliminate code duplication between API functions
Enhance repository language detection for remote mode
Remove special treatment for trivy and codacy-enigma-cli
Update all integration tests to match API-driven behavior
BREAKING: Language configurations now require API access
BENEFIT: Always up-to-date mappings, no manual maintenance needed
Closes: PLUTO-1430
0 commit comments