Skip to content
This repository was archived by the owner on Aug 1, 2025. It is now read-only.

Commit 5e47a65

Browse files
julialeexabeatrix
andauthored
[Backport M104] fix(chat): Update the storage warning banner message (#8056) (#8057)
Update the storage warning banner message to avoid [confusion](https://discord.com/channels/969688426372825169/969688427232641136/1383142818234630305) about 'storage'. ## Test plan Text update <!-- Required. See https://docs-legacy.sourcegraph.com/dev/background-information/testing_principles. --> --------- (cherry picked from commit dcfe95d) ## Test plan <!-- Required. See https://docs-legacy.sourcegraph.com/dev/background-information/testing_principles. --> Co-authored-by: Bee <68532117+abeatrix@users.noreply.github.com>
1 parent 12110d6 commit 5e47a65

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

vscode/webviews/chat/StorageWarningBanner.tsx

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,12 @@ export const StorageWarningBanner = ({ extensionAPI, vscodeAPI }: StorageWarning
3939
</div>
4040
<div className={styles.body}>
4141
<header>
42-
<h1 className="tw-text-blue-500">Storage is Full</h1>
42+
<h1 className="tw-text-blue-500">Large Chat History Detected</h1>
4343
<p className="tw-text-gray-500">
44-
Low local storage space detected. Chat performance may be slow. To fix this,
45-
export your chat history to save a copy, then clear your chat history to free up
46-
space.
44+
Your large chat history is being loaded into memory, which may slow down Cody's
45+
performance. To improve performance, select the options below to export your chat
46+
history to save a backup, then clear it to free up memory. You can also go to the
47+
history page to perform these actions.
4748
</p>
4849
</header>
4950
<div className={`${styles.actions} tw-flex tw-gap-3 tw-flex-wrap`}>

0 commit comments

Comments
 (0)