Roo-Code/src/services/code-index/shared/__tests__
Roo Code f9debc6c3b fix: handle ByteString error in embedder validation flow
Add handling for ByteString conversion errors in the code index validation
helpers. This error occurs when non-ASCII characters (e.g., Cyrillic) are
present in the API key or base URL configuration, causing HTTP header
encoding to fail.

The fix:
- Adds ByteString error detection in handleValidationError function
- Returns a user-friendly localized error message from common namespace
- Adds comprehensive test coverage for the new error handling

Fixes #10973
2026-01-26 15:09:49 +00:00
..
get-relative-path.spec.ts Move @roo-code/cloud to the Roo-Code repo (#7503) 2025-08-28 11:18:45 -07:00
validation-helpers.spec.ts fix: handle ByteString error in embedder validation flow 2026-01-26 15:09:49 +00:00