Skip to content

Commit 08e1ae2

Browse files
chore: add Data Science category and keywords, bump to 0.0.25
1 parent 64cb8ef commit 08e1ae2

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

package.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "GitHub Copilot API Gateway",
44
"description": "Universal API Gateway for GitHub Copilot. Expose GPT-4o, Claude 3.5, & Gemini via local OpenAI, Anthropic, & Google compatible APIs. Use Copilot with Cursor, LangChain, & Agents. Includes Enterprise Apps Hub.",
55
"icon": "media/icon.png",
6-
"version": "0.0.24",
6+
"version": "0.0.25",
77
"author": {
88
"name": "Suhaib Bin Younis",
99
"email": "vscode@suhaib.in",
@@ -30,7 +30,8 @@
3030
"Machine Learning",
3131
"Programming Languages",
3232
"Testing",
33-
"Education"
33+
"Education",
34+
"Data Science"
3435
],
3536
"keywords": [
3637
"github copilot",
@@ -62,7 +63,11 @@
6263
"llamaindex",
6364
"cursor",
6465
"aider",
65-
"playwright"
66+
"cursor",
67+
"aider",
68+
"playwright",
69+
"large language models",
70+
"code generation"
6671
],
6772
"activationEvents": [
6873
"onUri",

0 commit comments

Comments
 (0)