From 17f3d1b05ab73ddfc373f6d17b399a1c2d86fcbd Mon Sep 17 00:00:00 2001 From: Alec Graves Date: Sat, 15 Nov 2025 21:05:57 -0600 Subject: [PATCH 1/4] add Agentic --- repository/a.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/repository/a.json b/repository/a.json index cc0893ee47c..c149910a383 100644 --- a/repository/a.json +++ b/repository/a.json @@ -481,6 +481,17 @@ } ] }, + { + "name": "Agentic", + "details": "https://github.com/alecGraves/Agentic", + "labels": ["ai", "llm", "chat"], + "releases": [ + { + "sublime_text": ">=3000", + "tags": true + } + ] + }, { "name": "AgentRansack", "details": "https://github.com/Starli0n/SublimeAgentRansack", From 703aef67a966637e46569c1bae75f2e5b8d4e73a Mon Sep 17 00:00:00 2001 From: Alec Graves Date: Sun, 16 Nov 2025 12:31:44 -0600 Subject: [PATCH 2/4] add author field --- repository/a.json | 1 + 1 file changed, 1 insertion(+) diff --git a/repository/a.json b/repository/a.json index c149910a383..74079498bb2 100644 --- a/repository/a.json +++ b/repository/a.json @@ -483,6 +483,7 @@ }, { "name": "Agentic", + "author": "Alec Graves", "details": "https://github.com/alecGraves/Agentic", "labels": ["ai", "llm", "chat"], "releases": [ From 98bad2a67b361e3beeafda122cdf7be00f17515b Mon Sep 17 00:00:00 2001 From: Alec Graves Date: Thu, 18 Dec 2025 22:18:09 -0600 Subject: [PATCH 3/4] remove redundant name Co-authored-by: Koen Lageveen --- repository/a.json | 1 - 1 file changed, 1 deletion(-) diff --git a/repository/a.json b/repository/a.json index 74079498bb2..ce9223fd9b0 100644 --- a/repository/a.json +++ b/repository/a.json @@ -482,7 +482,6 @@ ] }, { - "name": "Agentic", "author": "Alec Graves", "details": "https://github.com/alecGraves/Agentic", "labels": ["ai", "llm", "chat"], From 21762fc047d8b236ac6d33b5ea013eb10af10afa Mon Sep 17 00:00:00 2001 From: Alec Graves Date: Thu, 18 Dec 2025 22:44:36 -0600 Subject: [PATCH 4/4] Update a.json oops, fixed name --- repository/a.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repository/a.json b/repository/a.json index ce9223fd9b0..c149910a383 100644 --- a/repository/a.json +++ b/repository/a.json @@ -482,7 +482,7 @@ ] }, { - "author": "Alec Graves", + "name": "Agentic", "details": "https://github.com/alecGraves/Agentic", "labels": ["ai", "llm", "chat"], "releases": [