fix: restore plugin display names, Secretless plugin, docs, and CHANGELOGs#52
Merged
thebenignhacker merged 1 commit intomainfrom Mar 17, 2026
Merged
Conversation
…ELOGs The squash merge lost several changes. This commit restores: - Plugin displayNames: Credential Protection, File Signing, Skill Safety Scanner - Secretless AI plugin (src/plugins/secretless.ts) and tests - fix-all pipeline: 4 plugins with AI Visibility Protection - fix-all help text with --with-aim explanation - Import for createSecretlessPlugin in cli.ts - Updated test assertions for new display names - docs/PLUGIN_API.md with new plugin names and Secretless entry - CHANGELOG.md with Unreleased section documenting all UX changes
There was a problem hiding this comment.
Claude Code Review
VERDICT: APPROVE
SUMMARY: This PR restores display name changes, adds the Secretless AI plugin with proper dynamic module loading, and updates documentation. The new secretless.ts plugin uses runtime dynamic imports to load an optional dependency without creating a hard requirement. All changes are documentation/test updates or UX improvements (display names). The dynamic import pattern is correctly implemented with proper null checks and graceful degradation when secretless-ai is not installed.
Reviewed 10 files changed (23020 bytes)
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
The squash merge of #51 lost several changes. This PR restores them and adds missing docs.
Restored:
New docs:
Test plan
npm run buildcleannpm testpasses (962 tests)fix-all --helpshows 4 plain-English plugin namesfix-all --scan-onlyshows AI Visibility Protection plugin