mirror of
https://github.com/lobehub/lobehub.git
synced 2026-03-26 13:19:34 +07:00
* ✨ feat(settings): improve tool detector display layout - Move version to left side with Name, display as Tag - Right side: two lines (Available status + path), right-aligned - Unavailable: single line centered - Add runtime environment detectors (Node, Python, npm) - Add i18n for system tools settings Made-with: Cursor * 🔧 fix(toolDetectors): ensure successful version check for Python runtime - Update pythonDetector to enforce successful invocation of `--version` for confirming usable runtime. - Removed redundant version handling logic to streamline the detection process. Signed-off-by: Innei <tukon479@gmail.com> --------- Signed-off-by: Innei <tukon479@gmail.com>