From 94f4ff4f2e6d46b283684f6406c04b2dfa1e4f82 Mon Sep 17 00:00:00 2001 From: Christopher Date: Wed, 21 Jun 2023 22:24:19 -0400 Subject: [PATCH 1/2] feature(tags): associate project with relative keywords --- package.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 6b42a3d..a5fba6e 100644 --- a/package.json +++ b/package.json @@ -2,13 +2,27 @@ "name": "gpt-contextfiles", "displayName": "GPT-ContextFiles", "description": "Choose the files to pass into GPT to provide a question with multiple files (doesn't check context)", - "version": "0.1.1", + "version": "0.1.2", "engines": { "vscode": "^1.79.0" }, "categories": [ "Machine Learning" ], + "tags": [ + "16k", + "GPT", + "ai", + "testing", + "debugging", + "files", + "api" + ], + "relatedTags": [ + "Artificial Intelligence", + "Natural Language Processing", + "Code editor" + ], "activationEvents": [ "onCommand:extension.addFilesToGPTContext", "onCommand:extension.openGPTContextPanel" From 2a6c28550f480c17c8e2347f097e6ba6f5ee0a42 Mon Sep 17 00:00:00 2001 From: Christopher Date: Wed, 21 Jun 2023 23:07:27 -0400 Subject: [PATCH 2/2] feature(categories): Expand into other categories related to this program --- package.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index a5fba6e..6d7adb3 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,13 @@ "vscode": "^1.79.0" }, "categories": [ - "Machine Learning" + "Machine Learning", + "Debuggers", + "Formatters", + "Linters", + "Programming Languages", + "Testing", + "Snippets" ], "tags": [ "16k",