Ver Fonte

chore: add back accidentally removed repo info (#5532)

Xingyao Wang há 11 meses atrás
pai
commit
907c65cc00

+ 1 - 0
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 =