Commit graph

4 commits

Author SHA1 Message Date
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
Chris Estreich
cd9e92fa9b
Move @roo-code/cloud to the Roo-Code repo (#7503) 2025-08-28 11:18:45 -07:00
Daniel
32308d79c4
feat: add comprehensive error telemetry to code-index service (#5595) 2025-07-11 23:01:50 -04:00
Hannes Rudolph
7d31966978
fix: resolve workspace path inconsistency in code indexing for multi-workspace scenarios (#4397) (#5403)
Co-authored-by: Daniel Riccio <ricciodaniel98@gmail.com>
2025-07-07 11:29:57 -04:00