fix(cli): revert plugin list heading to 'Installed plugins:'#417
Merged
Conversation
PR #415 renamed the heading from 'Installed plugins:' to 'Installed:' as part of the skill/plugin distinction work. This breaks grep-based scrapers that key on the old string. The per-entry 'Type: skill|plugin' line already conveys the distinction without the heading change, so revert the heading wording to minimise churn for existing tooling. JSON output is unaffected.
Deploying allagents with
|
| Latest commit: |
0de8780
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://66b38116.allagents.pages.dev |
| Branch Preview URL: | https://fix-plugin-list-heading-reve.allagents.pages.dev |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
statusto root #415 renamed theplugin listtext heading fromInstalled plugins:toInstalled:as part of the skill-vs-plugin distinction workType: skill|pluginline already conveys the kind distinction without needing the heading changeInstalled plugins:to minimise churn for existing toolingJSON output (
--json) is stable and unaffected.Test plan
bun run typecheckpassesbun run lintpassesbun test— 1306 pass, 0 failtests/🤖 Generated with Claude Code