From 907c65cc001b12184264192339f04c0841ea5c1d Mon Sep 17 00:00:00 2001 From: Xingyao Wang Date: Wed, 11 Dec 2024 16:51:05 -0500 Subject: [PATCH] chore: add back accidentally removed repo info (#5532) --- frontend/src/routes/_oh.app/hooks/use-ws-status-change.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/routes/_oh.app/hooks/use-ws-status-change.ts b/frontend/src/routes/_oh.app/hooks/use-ws-status-change.ts index 6c465e0d70..789af7dadf 100644 --- a/frontend/src/routes/_oh.app/hooks/use-ws-status-change.ts +++ b/frontend/src/routes/_oh.app/hooks/use-ws-status-change.ts @@ -52,6 +52,7 @@ export const useWSStatusChange = () => { if (gitHubToken && selectedRepository) { dispatch(clearSelectedRepository()); + additionalInfo = `Repository ${selectedRepository} has been cloned to /workspace. Please check the /workspace for files.`; } else if (importedProjectZip) { // if there's an uploaded project zip, add it to the chat additionalInfo =