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
|
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(),
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -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 = {};
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user