/** * @license * Copyright 2025 Google LLC * SPDX-License-Identifier: Apache-2.0 */ import React from 'react'; import { Box, Text } from 'ink'; import { Colors } from '../colors.js'; export const Tips: React.FC = () => ( Tips for getting started: 1.{' '} /help {' '} for more information. 2.{' '} /init {' '} to create a GEMINI.md for instructions & context. 3. Ask coding questions, edit code or run commands. 4. Be specific for the best results. );