-
Notifications
You must be signed in to change notification settings - Fork 302
Fix plugin command syntax: install plugin → plugin install
#14224
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -100,7 +100,7 @@ See [GitHub Tokens](/gh-aw/reference/tokens/) for complete documentation. | |||||
|
|
||||||
| ### Plugins (`plugins:`) | ||||||
|
|
||||||
| Specifies plugins to install before workflow execution. Plugins are installed using engine-specific CLI commands (`copilot install plugin`, `claude install plugin`, `codex install plugin`). | ||||||
| Specifies plugins to install before workflow execution. Plugins are installed using engine-specific CLI commands (`copilot plugin install`, `claude plugin install`, `codex plugin install`). | ||||||
|
||||||
| Specifies plugins to install before workflow execution. Plugins are installed using engine-specific CLI commands (`copilot plugin install`, `claude plugin install`, `codex plugin install`). | |
| Specifies plugins to install before workflow execution. Plugins are typically installed using engine-specific CLI commands. Currently, only the Copilot syntax (`copilot plugin install`) is validated; Claude (`claude plugin install`) and Codex (`codex plugin install`) syntaxes are experimental and may change—consult the engine’s documentation for the latest supported commands. |
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.
This docs page gains a new workflow entry (Dependabot Project Manager), but the PR description doesn’t mention this documentation update. Consider adding it to the PR’s change list (or splitting it) so reviewers understand why this page is being modified alongside the plugin command fix.