From 2f7a3f806a9e704728619b53ad4a96c19d15ae15 Mon Sep 17 00:00:00 2001 From: Jabrail <78273416+jabrailkhalil@users.noreply.github.com> Date: Sat, 5 Sep 2026 00:30:18 +0300 Subject: [PATCH] fix(gui): correct Windows chat history storage path --- gui/src/components/History/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/src/components/History/index.tsx b/gui/src/components/History/index.tsx index c206778e5d9..0bac2d17131 100644 --- a/gui/src/components/History/index.tsx +++ b/gui/src/components/History/index.tsx @@ -220,7 +220,7 @@ export function History() { Chat history is saved to{" "} {platform === "windows" - ? "%USERPROFILE%/.continue" + ? "%USERPROFILE%/.continue/sessions" : "~/.continue/sessions"}