rename review plugin slash command to /jj-review to avoid built-in conflict
This commit is contained in:
@@ -691,11 +691,11 @@ export const tui: TuiPlugin = async (api) => {
|
||||
inJjRepo
|
||||
? [
|
||||
{
|
||||
title: "Review code changes",
|
||||
value: "review",
|
||||
title: "Review code changes (jj)",
|
||||
value: "jj-review",
|
||||
description:
|
||||
"Working-copy, bookmark, change, PR, or folder",
|
||||
slash: { name: "review" },
|
||||
slash: { name: "jj-review" },
|
||||
onSelect: () => showReviewSelector(),
|
||||
},
|
||||
]
|
||||
|
||||
@@ -74,12 +74,6 @@ in {
|
||||
type = "remote";
|
||||
url = "https://mcp.grep.app";
|
||||
};
|
||||
sentry = {
|
||||
enabled = true;
|
||||
type = "remote";
|
||||
url = "https://mcp.sentry.dev/mcp";
|
||||
oauth = {};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user