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 =