Screen reader updates (#7307) (#7595)

This commit is contained in:
christine betts
2025-09-02 14:26:56 -07:00
committed by GitHub
parent 30339a4aa3
commit abe2b71a6a
13 changed files with 67 additions and 28 deletions
@@ -7,7 +7,7 @@
import type React from 'react';
import { Text, Box } from 'ink';
import { Colors } from '../../colors.js';
import { SCREEN_READER_USER_PREFIX } from '../../constants.js';
import { SCREEN_READER_USER_PREFIX } from '../../textConstants.js';
import { isSlashCommand as checkIsSlashCommand } from '../../utils/commandUtils.js';
interface UserMessageProps {