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
refactor(i18n): update translations and improve error messages
- Update English and Chinese translations for chat panel and planner
- Improve error message for missing after file in planner
- Update plugin version to 2.0.5
- Remove unused translation key
docs: add unreleased section to CHANGELOG.md
- Create new Unreleased section at the top of CHANGELOG.md
- Update date for the new section to 2025-03-31
build: update plugin version to 2.0.2
- Remove '-SNAPSHOT' suffix from pluginVersion in gradle.properties
- Update version to 2.0.2 for the AutoDev plugin
feat(devti): enhance ripgrep binary search for Windows and Unix systems
unit-mesh#344
- Implement separate search strategies for Windows and Unix-based systems
- Add support for locating ripgrep binary in common installation directories on Windows
- Improve error handling and logging for better diagnostics
- Refactor code to make it more maintainable and easier to understand