vtcode-llm 0.136.5

LLM provider abstraction, client implementations, and streaming for VT Code
1
2
3
4
5
use super::OpenRouterProvider;

impl OpenRouterProvider {
    // Parsing logic moved to common helpers
}