diff --git a/CHANGELOG.md b/CHANGELOG.md index f4539dd1..b6f15ebe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 --- +## [1.6.7] — 2026-02-28 + +### ✨ New Feature + +- **GitHub Copilot Configuration Generator** — New tool on the CLI Tools dashboard page. Select models and generate the `chatLanguageModels.json` config block for VS Code GitHub Copilot using the Azure vendor pattern. Features: bulk model selection from `/v1/models` (includes combos/custom), search/filter, configurable tokens/tool-calling/vision, one-click copy, persistent selection via localStorage. Version compatibility warning for VS Code ≥ 1.109 / Copilot Chat ≥ v0.37 ([#142](https://github.com/diegosouzapw/OmniRoute/issues/142)) + +### 🧹 Housekeeping + +- Added `electron/dist-electron/` to `.gitignore` (build artifact) + +--- + ## [1.6.6] — 2026-02-28 ### 🔒 Security Fix diff --git a/docs/FEATURES.md b/docs/FEATURES.md index 9f4d8728..eff467bf 100644 --- a/docs/FEATURES.md +++ b/docs/FEATURES.md @@ -56,7 +56,7 @@ General settings, system storage, backup management (export/import database), ap ## 🔧 CLI Tools -One-click configuration for AI coding tools: Claude Code, Codex CLI, Gemini CLI, OpenClaw, Kilo Code, and Antigravity. +One-click configuration for AI coding tools: Claude Code, Codex CLI, Gemini CLI, OpenClaw, Kilo Code, Antigravity, and **GitHub Copilot** (config generator for `chatLanguageModels.json`). ![CLI Tools Dashboard](screenshots/07-cli-tools.png) diff --git a/electron/package.json b/electron/package.json index 09fb7215..77746f66 100644 --- a/electron/package.json +++ b/electron/package.json @@ -1,6 +1,6 @@ { "name": "omniroute-desktop", - "version": "1.6.4", + "version": "1.6.7", "description": "OmniRoute Desktop Application", "main": "main.js", "author": "OmniRoute Team", diff --git a/package.json b/package.json index ba06aee2..d2e9f629 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "omniroute", - "version": "1.6.6", + "version": "1.6.7", "description": "Smart AI Router with auto fallback — route to FREE & cheap models, zero downtime. Works with Cursor, Cline, Claude Desktop, Codex, and any OpenAI-compatible tool.", "type": "module", "bin": {