From 3f6099d2adb86086e853e1b705ced4f02b265f3e Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Fri, 17 Jul 2026 14:06:28 +0000 Subject: [PATCH] feat(router): add version, pypi, entrypoint, license fields to plugin catalog Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- router_plugins.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/router_plugins.json b/router_plugins.json index c1a98f7c331..e5514429c20 100644 --- a/router_plugins.json +++ b/router_plugins.json @@ -5,7 +5,11 @@ "author": "Jean Nuñez", "repo": "https://github.com/jeann2013/language-detector", "commit": "9e712819269173fc25a16f59ca3e9890f7864ac1", + "version": "1.0.0", + "pypi": null, "litellm_version": ">=1.94.0", + "entrypoint": "litellm_plugin_language_detector.plugin.language_detector_plugin", + "license": "MIT", "tags": ["language", "classification", "routing"] } ]