-
Notifications
You must be signed in to change notification settings - Fork 182
feat: Add run_slash_command tool and update related documentation #330
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
- Introduced the run_slash_command tool for executing predefined slash commands, enhancing workflow automation. - Updated release notes for version 3.26.6 to include details about the new tool and its capabilities. - Modified existing documentation to reference the new tool and its usage. - Removed the version_only interaction from user interactions as it is no longer needed. - Updated sidebars to include links to the new run_slash_command documentation.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR introduces the run_slash_command tool as an experimental feature, allowing AI to execute predefined slash commands programmatically for enhanced workflow automation. The changes focus on documentation updates, release notes preparation, and configuration adjustments to support this new capability.
Key changes:
- Adds the new
run_slash_commandtool with comprehensive documentation and usage examples - Updates release notes for version 3.26.6 to highlight the new tool and related improvements
- Streamlines release notes workflow by removing version-only interaction patterns and simplifying PR extraction
Reviewed Changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| sidebars.ts | Adds navigation links for run_slash_command documentation and v3.26.6 release notes |
| docs/update-notes/v3.26.mdx | Updates combined v3.26 release notes with run_slash_command feature and recent improvements |
| docs/update-notes/v3.26.6.mdx | Creates dedicated release notes for v3.26.6 highlighting the new tool |
| docs/update-notes/index.md | Adds v3.26.6 to the version index |
| docs/features/experimental/experimental-features.md | References the new run_slash_command tool in experimental features list |
| docs/advanced-usage/available-tools/tool-use-overview.md | Updates tool categorization to include run_slash_command in Command Group |
| docs/advanced-usage/available-tools/run-slash-command.md | Comprehensive documentation for the new tool including usage, examples, and best practices |
| .roo/rules-release-notes-writer/3_user_interactions.xml | Removes version-only interaction workflow that's no longer needed |
| .roo/rules-release-notes-writer/1_main_workflow.xml | Simplifies PR extraction workflow and updates file naming conventions |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
|
||
| # run_slash_command | ||
|
|
||
| :::warning Experimental Feature |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The experimental warning block uses '::::warning' instead of the standard ':::warning'. Consider changing it to ':::warning' to ensure proper rendering in Docusaurus.
Important
Adds
run_slash_commandtool for executing predefined slash commands, updates documentation, and modifies sidebars and user interactions.run_slash_commandtool for executing predefined slash commands, enhancing workflow automation.version_onlyinteraction from user interactions.run-slash-command.mdto document the new tool.tool-use-overview.mdto includerun_slash_commandin the Command Group.run_slash_commandto experimental features inexperimental-features.md.v3.26.6.mdxandv3.26.mdxto include the new tool.sidebars.tsto includerun_slash_commandin the Advanced Usage and Experimental sections.This description was created by
for e22c79c. You can customize this summary. It will automatically update as commits are pushed.