diff --git a/KNOWN_ISSUES.md b/KNOWN_ISSUES.md index a4b6875..3d0c3da 100644 --- a/KNOWN_ISSUES.md +++ b/KNOWN_ISSUES.md @@ -99,22 +99,9 @@ implementing a gRPC streaming client with reconnection handling. Not blocking. --- -### 6. No BYOK Model Routing - -**File:** `src/api/models.rs` - -The LS supports BYOK (Bring Your Own Key) models (e.g., `MODEL_CLAUDE_4_SONNET_BYOK`, -`MODEL_OPENAI_COMPATIBLE`). Our proxy only exposes the 5 built-in placeholder -models. - -**Status:** Feature request. Would need a runtime model registration mechanism. -Proto enum numbers are documented in `docs/ls-binary-analysis.md`. - ---- - ## 🟢 Low -### 7. No Integration Tests for MITM Module +### 6. No Integration Tests for MITM Module Unit tests cover protobuf decoding and intercept parsing (17 tests pass), but no integration tests for: