/** * @license * Copyright 2025 Google LLC * SPDX-License-Identifier: Apache-2.0 */ import React from 'react'; import { Box, Newline, Text } from 'ink'; import { Colors } from '../colors.js'; export const Intro: React.FC = () => ( Abilities: * Use tools to read and write files * Semantically search and understand code * Execute bash commands Commands: /help {' '}- prints this help /clear {' '}- clear the screen /exit /quit );