From 279a669b3a7b81d02000b849fc6761afb08ab528 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 ];