Add skills command with completion support

This commit is contained in:
tanzhenxin 2026-01-08 14:23:13 +08:00
parent f8aecb2631
commit 9653dc90d5
8 changed files with 207 additions and 6 deletions

View file

@ -106,7 +106,7 @@ export function SuggestionsDisplay({
</Box>
{suggestion.description && (
<Box flexGrow={1} paddingLeft={3}>
<Box flexGrow={1} paddingLeft={2}>
<Text color={textColor} wrap="truncate">
{suggestion.description}
</Text>