From 844aa862a39b2885da5503ec1d0ae65e5f55abc3 Mon Sep 17 00:00:00 2001 From: Okiki Ojo Date: Sun, 30 Jul 2023 13:04:08 -0400 Subject: [PATCH] Update ai-plugin.json --- .well-known/ai-plugin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.well-known/ai-plugin.json b/.well-known/ai-plugin.json index 2280d9c..0c3992f 100644 --- a/.well-known/ai-plugin.json +++ b/.well-known/ai-plugin.json @@ -2,7 +2,7 @@ "schema_version": "v1", "name_for_human": "TypeScript Analyzer", "name_for_model": "typescript_analyzer", - "description_for_human": "Analyzes TypeScript, JSX/TSX, and JavaScript files for linting, autocompletion, error checking, and type checking.", + "description_for_human": "Analyzes TypeScript, JSX/TSX, and JavaScript files for linting, autocompletion, error checking, and type checking. Created by Okiki Ojo.", "description_for_model": "Processes TypeScript code, offering linting, autocomplete, error/type checks, and tooltips. It does not execute/run the provided code, it only analyzes it. Also, it supports twoslash comments.", "auth": { "type": "none" -- 2.51.2