From 93395e57110db13c5228eb8cc1e7e7842bf74e8a Mon Sep 17 00:00:00 2001 From: Lars Baunwall Date: Sat, 4 Oct 2025 19:26:44 +0200 Subject: [PATCH] Move to the AI category on the marketplace --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 99d25b8..13f581e 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "name": "copilot-bridge", "displayName": "Copilot Bridge", "description": "Local OpenAI-compatible chat endpoint (inference) bridging to GitHub Copilot via the VS Code Language Model API.", - "version": "1.1.0", + "version": "1.1.1", "publisher": "thinkability", "repository": { "type": "git", @@ -19,7 +19,7 @@ "ui" ], "categories": [ - "Other" + "AI" ], "activationEvents": [ "onStartupFinished"