Add plugin CLI command guide to integrations - #1534
Conversation
|
Claude finished @ishaanxgupta's task in 1m 14s —— View job Code Review Complete
Overview: This PR adds a modal displaying plugin CLI commands (install, login, uninstall) accessible via a button next to the Plugins section header. Issues found: None — this looks good to ship. The code correctly references all plugin IDs that exist in Score: 10/10 |
There was a problem hiding this comment.
Overview: Adds a modal displaying plugin CLI commands (install, login, uninstall) accessible via a button next to the Plugins section header.
Issues found: None — this looks good to ship.
The code:
- Correctly references all four plugin IDs (
claude_code,cursor,codex,opencode) which all exist inPLUGIN_CATALOG - Properly reuses the existing
InstallStepscomponent for consistent UI - Has good accessibility with
aria-haspopup,aria-expanded, and screen-reader-onlyDialogTitle - Extends
SectionRailcleanly with an optionallabelSlotprop - Uses proper state management for the modal
Score: 10/10
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
supermemory-mcp | 277ca1a | Aug 18 2026, 04:02 PM |
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
supermemory-app | 277ca1a | Commit Preview URL Branch Preview URL |
Aug 18 2026, 04:04 PM |
Summary