diff options
| author | christine betts <[email protected]> | 2025-08-21 22:29:15 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-08-21 22:29:15 +0000 |
| commit | 10286934e6a549dcad557adecfc087552e13c983 (patch) | |
| tree | fe6a61cf3158918253d18d891dab52f4c9b7a33b /packages/cli/src/ui/constants.ts | |
| parent | 679acc45b222986032a01aebbffcddf756573f14 (diff) | |
Introduce initial screen reader mode handling and flag (#6653)
Diffstat (limited to 'packages/cli/src/ui/constants.ts')
| -rw-r--r-- | packages/cli/src/ui/constants.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/cli/src/ui/constants.ts b/packages/cli/src/ui/constants.ts index 6a77631c..6a1047dc 100644 --- a/packages/cli/src/ui/constants.ts +++ b/packages/cli/src/ui/constants.ts @@ -15,3 +15,7 @@ export const UI_WIDTH = export const STREAM_DEBOUNCE_MS = 100; export const SHELL_COMMAND_NAME = 'Shell Command'; + +export const SCREEN_READER_USER_PREFIX = 'User: '; + +export const SCREEN_READER_MODEL_PREFIX = 'Model: '; |
