From f9a0e59ca734567fe93723b54abf6221299c2aff Mon Sep 17 00:00:00 2001 From: konard Date: Fri, 27 Mar 2026 01:52:10 +0000 Subject: [PATCH 1/3] Initial commit with task details Adding .gitkeep for PR creation (default mode). This file will be removed when the task is complete. Issue: https://github.com/xlabtg/teleton-plugins/issues/73 --- .gitkeep | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitkeep b/.gitkeep index 80ab57e..7f470cb 100644 --- a/.gitkeep +++ b/.gitkeep @@ -1,2 +1,3 @@ # .gitkeep file auto-generated at 2026-03-19T10:37:13.073Z for PR creation at branch issue-19-f54b585823d1 for issue https://github.com/xlabtg/teleton-plugins/issues/19 -# Updated: 2026-03-27T01:04:44.761Z \ No newline at end of file +# Updated: 2026-03-27T01:04:44.761Z +# Updated: 2026-03-27T01:52:10.698Z \ No newline at end of file From 8bc1f192dab8b2ded8f574ef9c2adaa6d13ac447 Mon Sep 17 00:00:00 2001 From: konard Date: Fri, 27 Mar 2026 01:56:13 +0000 Subject: [PATCH 2/3] docs: update README with memory plugin and github-dev-assistant tool count - Add memory plugin to Available Plugins table under new "AI & Memory" section with 10 tools and correct description - Fix github-dev-assistant tool count from 57 to 60 (matches manifest v3.1.2) - All plugin manifests already reference TONresistor/teleton-plugins (no change needed) Fixes #73 Co-Authored-By: Claude Sonnet 4.6 --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ff35d7b..cb3974f 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,13 @@ No build step. Just copy and go. Plugins with npm dependencies are auto-installe | Plugin | Description | Tools | Author | |--------|-------------|:-----:|--------| -| [github-dev-assistant](plugins/github-dev-assistant/) | Complete GitHub workflow — repos, files, branches, PRs, issues, Actions, security, discussions | 57 | xlabtg | +| [github-dev-assistant](plugins/github-dev-assistant/) | Complete GitHub workflow — repos, files, branches, PRs, issues, Actions, security, discussions | 60 | xlabtg | + +### AI & Memory + +| Plugin | Description | Tools | Author | +|--------|-------------|:-----:|--------| +| [memory](plugins/memory/) | Persistent Memory Plugin — Store and retrieve memory entries with advanced filtering: tags, entities, date ranges, and free text — composable in any combination | 10 | xlabtg | ### Utilities & Games From 2663969ff44dc5ee983b46618162901ef454f425 Mon Sep 17 00:00:00 2001 From: konard Date: Fri, 27 Mar 2026 01:56:39 +0000 Subject: [PATCH 3/3] Revert "Initial commit with task details" This reverts commit f9a0e59ca734567fe93723b54abf6221299c2aff. --- .gitkeep | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitkeep b/.gitkeep index 7f470cb..80ab57e 100644 --- a/.gitkeep +++ b/.gitkeep @@ -1,3 +1,2 @@ # .gitkeep file auto-generated at 2026-03-19T10:37:13.073Z for PR creation at branch issue-19-f54b585823d1 for issue https://github.com/xlabtg/teleton-plugins/issues/19 -# Updated: 2026-03-27T01:04:44.761Z -# Updated: 2026-03-27T01:52:10.698Z \ No newline at end of file +# Updated: 2026-03-27T01:04:44.761Z \ No newline at end of file