diff --git a/contributors.svg b/contributors.svg index c2454ff35..af24ae098 100644 --- a/contributors.svg +++ b/contributors.svg @@ -20,16 +20,16 @@ + + - + - + - + - - - + diff --git a/src/components/HelpV2/Commands.tsx b/src/components/HelpV2/Commands.tsx index fcff85f72..eb086e8d5 100644 --- a/src/components/HelpV2/Commands.tsx +++ b/src/components/HelpV2/Commands.tsx @@ -1,7 +1,9 @@ import * as React from 'react' import { useMemo } from 'react' import { type Command, formatDescriptionWithSource } from '../../commands.js' -import { Box, Text } from '@anthropic/ink' +import { truncate } from '../../utils/truncate.js' +import { Box, Text, useTabHeaderFocus } from '@anthropic/ink' +import { Select } from '../CustomSelect/select.js' type Props = { commands: Command[]