From 26c115a4fb72cab25f11ac5c58f55d8e39b9d9a7 Mon Sep 17 00:00:00 2001 From: Jack Wotherspoon Date: Tue, 16 Dec 2025 16:34:42 -0800 Subject: [PATCH] chore: remove repo specific tips (#15164) --- packages/cli/src/ui/constants/tips.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/cli/src/ui/constants/tips.ts b/packages/cli/src/ui/constants/tips.ts index 03e714c241..7200d3af4e 100644 --- a/packages/cli/src/ui/constants/tips.ts +++ b/packages/cli/src/ui/constants/tips.ts @@ -160,8 +160,6 @@ export const INFORMATIVE_TIPS = [ 'Set up GitHub Actions with /setup-github...', 'Configure terminal keybindings for multiline input with /terminal-setup...', 'Find relevant documentation with /find-docs...', - 'Review a pull request with /oncall:pr-review...', - 'Go back to main and clean up the branch with /github:cleanup-back-to-main...', 'Execute any shell command with !...', // Command tips end here ];