-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Documentation: Update README and plugin manifests for new additions
Issue Type: Documentation
Priority: Low
Category: Documentation
Problem Description
The README and plugin manifests need to be updated to reflect the newly added plugins and correct information.
Expected Behavior
1. Add Memory Plugin to README
The memory plugin should be added to the Available Plugins section in the README. Currently, it's missing from the catalog.
Location: README.md → "Available Plugins" section
Plugin Details:
- Plugin:
memory - Description: Persistent Memory Plugin — Store and retrieve memory entries with advanced filtering: tags, entities, date ranges, and free text — composable in any combination
- Tools: 8 tools
memory_store— Save a text entrymemory_list— List all memory entries with paginationmemory_search— Query entries with advanced filtersmemory_update— Update existing entriesmemory_delete— Delete entriesmemory_list_tags— List all tags and entitiesmemory_export— Export all entries to JSONmemory_import— Import entries from JSON
2. Update GitHub Dev Assistant Stats
The GitHub Dev Assistant plugin currently shows 57 tools, but it actually has 60 tools after recent additions.
Current manifest: plugins/github-dev-assistant/manifest.json
toolsarray contains 60 entries- Version:
3.1.2
Required updates:
- Update README to reflect 60 tools
- Update plugin count in the "Plugins" badge (currently shows 28 plugins)
- Update "Tools" badge (currently shows 249 tools)
3. Fix Repository Name in Manifests
All plugin manifests currently point to xlabtg/teleton-plugins, but should point to TONresistor/teleton-plugins since this is the upstream repository.
Affected files:
plugins/memory/manifest.json— if exists in forkplugins/github-dev-assistant/manifest.json— already fixed in PR fix(github-dev-assistant): path traversal vulnerability in github_download_file #65
Fix required:
Replace all occurrences of "xlabtg/teleton-plugins" with "TONresistor/teleton-plugins" in the repository field of manifests.
Additional Context
Plugins Added (via PR #10):
- ton-bridge — TON Bridge Mini App access (3 tools)
- ton-trading-bot — Atomic trading tools (6 tools)
- github-dev-assistant — GitHub workflow automation (60 tools)
- memory — Persistent memory plugin (8 tools)
Total Plugins: 28 plugins
Total Tools: 249 tools
Related Issue: #61 (manifests repository name)
Related PR: #10 (initial plugin additions)
Impact
- Users relying on the README for accurate plugin information will see outdated data
- The "Tools" count will be inaccurate (showing 249 instead of actual count)
- The memory plugin won't be discoverable in the catalog
Fix Required
- Add memory plugin section to README "Available Plugins" table
- Update GitHub Dev Assistant description to reflect 60 tools
- Update plugin/tool counts in badges
- Fix repository name in all manifests
- Ensure
plugins/memory/manifest.jsonexists and is properly configured
Severity: Low
Priority: Low
Created: 2026-03-27