From 2e2d90bdb9c887f043d813cf5ec8d27cdcc68cc9 Mon Sep 17 00:00:00 2001 From: Nikketryhard Date: Sat, 14 Feb 2026 16:07:00 -0600 Subject: [PATCH] =?UTF-8?q?chore:=20remove=20BYOK=20issue=20=E2=80=94=20ou?= =?UTF-8?q?t=20of=20scope?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- KNOWN_ISSUES.md | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) 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: