rename review plugin slash command to /jj-review to avoid built-in conflict

This commit is contained in:
2026-03-31 21:58:43 +00:00
parent 813fd347d5
commit cea666f3d8
2 changed files with 3 additions and 9 deletions

View File

@@ -691,11 +691,11 @@ export const tui: TuiPlugin = async (api) => {
inJjRepo inJjRepo
? [ ? [
{ {
title: "Review code changes", title: "Review code changes (jj)",
value: "review", value: "jj-review",
description: description:
"Working-copy, bookmark, change, PR, or folder", "Working-copy, bookmark, change, PR, or folder",
slash: { name: "review" }, slash: { name: "jj-review" },
onSelect: () => showReviewSelector(), onSelect: () => showReviewSelector(),
}, },
] ]

View File

@@ -74,12 +74,6 @@ in {
type = "remote"; type = "remote";
url = "https://mcp.grep.app"; url = "https://mcp.grep.app";
}; };
sentry = {
enabled = true;
type = "remote";
url = "https://mcp.sentry.dev/mcp";
oauth = {};
};
}; };
}; };
}; };