Skip to content

fix(cli): revert plugin list heading to 'Installed plugins:'#417

Merged
christso merged 1 commit into
mainfrom
fix/plugin-list-heading-revert
May 30, 2026
Merged

fix(cli): revert plugin list heading to 'Installed plugins:'#417
christso merged 1 commit into
mainfrom
fix/plugin-list-heading-revert

Conversation

@christso
Copy link
Copy Markdown
Contributor

Summary

  • feat(status): distinguish skills vs plugins, hoist status to root #415 renamed the plugin list text heading from Installed plugins: to Installed: as part of the skill-vs-plugin distinction work
  • This breaks grep-based scrapers that key on the old heading string
  • The per-entry Type: skill|plugin line already conveys the kind distinction without needing the heading change
  • Revert heading to Installed plugins: to minimise churn for existing tooling

JSON output (--json) is stable and unaffected.

Test plan

  • bun run typecheck passes
  • bun run lint passes
  • bun test — 1306 pass, 0 fail
  • No tests assert the heading string; confirmed by grep across tests/

🤖 Generated with Claude Code

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.
@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages Bot commented May 30, 2026

Deploying allagents with  Cloudflare Pages  Cloudflare Pages

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

View logs

@christso christso merged commit dc6d1b3 into main May 30, 2026
1 check passed
@christso christso deleted the fix/plugin-list-heading-revert branch May 30, 2026 08:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant