Add plugin CLI command guide to integrations - #1534
Merged
Merged
Conversation
ishaanxgupta
marked this pull request as ready for review
August 18, 2026 16:02
|
Claude finished @ishaanxgupta's task in 1m 27s —— View job Review Complete
Overview: Adds a "Plugin commands" modal showing CLI install/login/uninstall commands, plus a tabbed "Agent instructions" / "Manual instructions" setup flow for individual plugins. Issues found: None — this looks good to ship. The code is well-structured:
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 | dda56e7 | Aug 20 2026, 06:09 PM |
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
supermemory-app | dda56e7 | Commit Preview URL Branch Preview URL |
Aug 20 2026, 06:10 PM |
Contributor
Author
Dhravya
approved these changes
Aug 20, 2026
Merge activity
|
## Summary - add an “Install plugins with one command” action beside the Plugins section <img width="1280" height="651" alt="image" src="https://github.com/user-attachments/assets/a2e19a91-c94c-4a56-87c4-b72c4dbe89ba" /> <img width="1280" height="554" alt="image" src="https://github.com/user-attachments/assets/2cd4b3a4-ac30-4411-8221-baca09e90b0f" />
graphite-app
Bot
force-pushed
the
feat/plugin-command-modal
branch
from
August 20, 2026 18:07
8a72982 to
dda56e7
Compare
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