mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-07-31 20:32:20 +03:00
Adds a Copilot configuration generator to the CLI Tools dashboard page. Users can select models and generate the chatLanguageModels.json config block for VS Code GitHub Copilot with the Azure vendor pattern. Features: - Bulk model selection from /v1/models (includes combos, custom, aliased) - Search/filter for large model lists - Configurable maxInputTokens, maxOutputTokens, toolCalling, vision - One-click copy to clipboard - Persistent model selection via localStorage - Version compatibility warning (VS Code >= 1.109, Copilot >= v0.37) Feedback from @alpgul applied: - Use /v1/models instead of /api/models/alias (includes combo definitions) - Use window.location.origin for URL (no port duplication in Docker) Also: added electron/dist-electron/ to .gitignore (build artifact)