✨ New Feature
- GitHub Copilot Configuration Generator — New tool on the CLI Tools dashboard page. Select models and generate the
chatLanguageModels.jsonconfig block for VS Code GitHub Copilot using the Azure vendor pattern (#142)
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 Chat ≥ v0.37)
🧹 Housekeeping
- Added
electron/dist-electron/to.gitignore - Synced
electron/package.jsonversion to 1.6.7
Full Changelog: v1.6.6...v1.6.7