- LMStudio tests expect translation keys for generic errors
- Ollama tests expect the actual error message to be preserved
- Updated validation-helpers to check embedder type and handle accordingly
- Add encoding_format: 'float' to embeddings.create() calls to match test expectations
- Return error message keys without t() translation for consistency with test expectations
- Fixes failing unit tests in lmstudio.spec.ts
- Rebased onto latest main branch
- Resolved all 13 file conflicts
- Added missing LM Studio translations to all 17 locale files
- Fixed 268 failing unit tests by updating assertions
- All CI checks now passing
- Added missing LM Studio translation keys to all non-English locale files
- Fixed test assertions in config-manager.spec.ts to match new config structure
- Fixed test assertion in service-factory.spec.ts for LM Studio embedder
- All provider options are now always included in config objects (with undefined values when not configured)
fix(embeddings): translate error messages before sending to UI
- Import t() function from i18n module
- Wrap error messages with t() translation function in _initializeEmbedder()
- Ensures proper localization of error messages in the UI
- Falls back to original message if no translation exists
* fix: use decodeURIComponent in openFile
* feat: add error handling for decodeURIComponent and tests
- Added try-catch block around decodeURIComponent to handle invalid escape sequences
- Falls back to original path if decoding fails
- Added comprehensive unit tests for the openFile function
- Tests cover invalid URI encoding, valid encoding, and various edge cases
* fix: update test to handle dynamic workspace paths in CI
* fix: handle Windows path separators in open-file tests
---------
Co-authored-by: Vivek Soni <vivex@Viveks-MacBook-Air-2.local>
Co-authored-by: Daniel Riccio <ricciodaniel98@gmail.com>
feat: Replace title attributes with StandardTooltip in ChatTextArea buttons
- Added StandardTooltip wrapper for Stop TTS button
- Replaced title attributes with StandardTooltip for Enhance Prompt button
- Replaced title attributes with StandardTooltip for Send Message button
- Replaced title attributes with StandardTooltip for Add Images button
Note: The stopTts translation key needs to be added to the localization files
* fix: handle null/empty custom modes files to prevent 'Cannot read properties of null' error
- Fix SimpleInstaller to ensure existingData is always an object after yaml.parse
- Fix CustomModesManager.parseYamlSafely to return empty object instead of null
- Ensure customModes array is always initialized in both install and remove operations
- Add tests for empty/null file handling scenarios
- Update existing tests to match correct behavior
* fix: handle null/undefined settings in updateModesInFile and loadModesFromFile
- Ensure settings object exists before accessing customModes property
- Initialize customModes as empty array if undefined
- Prevent 'Cannot read properties of null' error during mode import
- Add proper validation in loadModesFromFile before schema check
* Update icons in chattextarea
* fix: update icons in ChatTextArea and IndexingStatusBadge components
* fix: update Camera icon to Image and fix alignment
- Changed Camera icon to Image icon from lucide-react
- Fixed alignment issue by adjusting gap and removing extra margin
- Updated tests to work with new Lucide icon structure
* fix: revert alignment changes for Image icon
- Keep original alignment with gap-0.5 and mr-1 to match send and enhance buttons
---------
Co-authored-by: Daniel Riccio <ricciodaniel98@gmail.com>
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
Co-authored-by: Daniel Riccio <ricciodaniel98@gmail.com>
Co-authored-by: Daniel <57051444+daniel-lxs@users.noreply.github.com>