feat(github-dev-assistant): add github_get_pull_request and github_list_files tools, agent guide (v3.1.0) - #54
Conversation
Adding .gitkeep for PR creation (default mode). This file will be removed when the task is complete. Issue: xlabtg#53
…st_files tools (v3.1.0) Closes xlabtg#53 — the two tools referenced in the issue were missing from the plugin: - github_get_pull_request: fetch full PR details (title, body, state, head/base, author, labels, review status, stats, timestamps) via GET /repos/{owner}/{repo}/pulls/{number} - github_list_files: list repository files/directories, identical behaviour to github_list_directory but under the name users naturally reach for Bump version to 3.1.0 and update tool count in header comments (57 → 60). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This reverts commit b8fce6d.
🤖 Solution Draft LogThis log file contains the complete execution trace of the AI solution draft process. 💰 Cost estimation:
🤖 Models used:
📎 Log file uploaded as Gist (1609KB)Now working session is ended, feel free to review and add any feedback on the solution draft. |
✅ Ready to mergeThis pull request is now ready to be merged:
Monitored by hive-mind with --auto-restart-until-mergeable flag |
|
Is there any way we can embed this guide into the plugin to help the agent better understand the concept of how the tools work? Well, should I add additional help for the three new tools that have been added now? Here is a guide to 57 tools developed before these changes were made, according to which the agent worked perfectly according to these standards. A complete guide to 57 plug-in tools for Offline operation Authentication: Tools: a quick reference on the example of the xlabtg/teleton-plugins repository and working with it (when working, use your own repository to work) Authorization
🔹 Repositories
🔹 Files and branches
🔹 Download requests
🔹 Problems
🔹 Fixes
🔹 Actions on GitHub
🔹 Other categories (briefly)
Templates for frequently performed tasks✅ Checking an arbitrary PR`
Send the file to {OWNER}/{THE REPOSITORY}:
Create a problem in {OWNER}/{REPO}:
✅ Problem solving`` |
|
🤖 AI Work Session Started Starting automated work session at 2026-03-26T09:26:51.212Z The PR has been converted to draft mode while work is in progress. This comment marks the beginning of an AI work session. Please wait for the session to finish, and provide your feedback. |
…pdate README
- Add GUIDE.md: comprehensive agent-oriented guide covering all 60 tools
with natural-language example commands, workflow templates, configuration
reference, security guidelines, and troubleshooting table.
Addresses the plugin owner's request to embed usage documentation directly
in the repository so agents have a reliable reference alongside the code.
- Update README.md:
- Add github_list_files to Files & Branches feature table
- Add github_get_pull_request to Pull Requests feature table
- Update tool count 57 → 60
- Add individual Tool Reference entries for github_list_files and
github_get_pull_request
- Add "Agent Guide" section with link to GUIDE.md
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
Great suggestion! I've added a GUIDE.md directly in the plugin directory — a comprehensive agent-oriented reference covering all 60 tools. The guide includes:
|
🤖 Solution Draft LogThis log file contains the complete execution trace of the AI solution draft process. 💰 Cost estimation:
🤖 Models used:
📎 Log file uploaded as Repository (770KB)Now working session is ended, feel free to review and add any feedback on the solution draft. |
✅ Ready to mergeThis pull request is now ready to be merged:
Monitored by hive-mind with --auto-restart-until-mergeable flag |
Summary
Fixes #53 — two GitHub Dev Assistant tools referenced in the issue were missing from the plugin, plus adds comprehensive documentation:
Other changes
Test plan
🤖 Generated with Claude Code