From e4d83e91bb5b5ddc6cdf738ad75df5cb494eda87 Mon Sep 17 00:00:00 2001 From: diegosouzapw Date: Sat, 28 Feb 2026 11:53:39 -0300 Subject: [PATCH] chore(release): prepare release v1.6.7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - CHANGELOG: add v1.6.7 entry (Copilot Config Generator #142) - FEATURES.md: add Copilot to CLI Tools section - Version bump: 1.6.6 → 1.6.7 (package.json + electron/package.json) --- CHANGELOG.md | 12 ++++++++++++ docs/FEATURES.md | 2 +- electron/package.json | 2 +- package.json | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) 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": {