Skip to content

Commit 9d5482a

Browse files
AlexMikhalevclaude
andcommitted
fix: add openrouter feature flag to resolve clippy warnings
Add missing openrouter feature flag to terraphim_middleware Cargo.toml. This resolves unexpected cfg condition value warnings in test files. Note: Workspace has pre-existing clippy warnings unrelated to this fix (unused variables, clamp patterns). All security test files pass clippy clean. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 005174e commit 9d5482a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

crates/terraphim_middleware/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,5 @@ mcp-sse = ["reqwest-eventsource"]
5858
mcp = ["mcp-sse"]
5959
# Optional: use rust-sdk for full protocol clients
6060
mcp-rust-sdk = ["mcp-client", "mcp-spec", "mcp-sse"]
61+
# OpenRouter LLM provider support
62+
openrouter = []

0 commit comments

Comments
 (0)