diff --git a/.opencode/plugins/review.ts b/.opencode/plugins/review.ts index 0f59f31..502fb35 100644 --- a/.opencode/plugins/review.ts +++ b/.opencode/plugins/review.ts @@ -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(), }, ] diff --git a/modules/ai-tools.nix b/modules/ai-tools.nix index 2e7c528..bbd0ddf 100644 --- a/modules/ai-tools.nix +++ b/modules/ai-tools.nix @@ -74,12 +74,6 @@ in { type = "remote"; url = "https://mcp.grep.app"; }; - sentry = { - enabled = true; - type = "remote"; - url = "https://mcp.sentry.dev/mcp"; - oauth = {}; - }; }; }; };