You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constinitialPrompt=`Please take a look in the current directory to orient yourself for the type of project this is. You are operating inside VSCode, if you need to know what files are open, please look in ${tempFilePath}, which will be updated with whatever the user has open in VSCode, also ${tempFilePathDirty} has a list of files which are not saved, so check with the user if you need to edit one of those files. Provide a brief summary of things with a welcome message, but be brief. No need to open each file yet.`;
38
+
constinitialPrompt=`Starting up in a new context: you are now running inside vs code, please list files/dirs and look around for directories which may be source code, if there is a .goosehint file read it, can also look at README file for hints on how to navigate the project in this dir. Following is a list of files currently open being edited (updated dynamically you can read when needed): ${tempFilePath} which may be relevant, and following is a list of files which have unsaved changes (be careful to not over write): ${tempFilePathDirty}. Present a short welcome messsage when ready for instruction.`;
39
39
40
40
// Subscribe to events to update the temp file when open files change
0 commit comments