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
Copy file name to clipboardExpand all lines: README.md
+4-63Lines changed: 4 additions & 63 deletions
Original file line number
Diff line number
Diff line change
@@ -24,79 +24,20 @@ Metabob is an AI-based code review tool that utilizes a combination of Graph Neu
24
24
# Settings
25
25
26
26
* To disable Metabob anlaysis from running every time code is saved, go to the extension settings and deselect the checkbox under the text "Metabob: **Analyze Document On Save**"
27
-
28
-

29
27
30
28
* To change the backend LLM model Metabob uses to generate problem descriptions and code recommendations, select your preferred model from the "Metabob: **Backend Selection**" drop down menu
31
-
32
-

33
29
34
30
* If you prefer to use one of the openai models, you need to authenticate by inputting your openai API key into the text field under "Metabob: ChatGPT Token" text field on Metabob's extension settings
35
31
36
-

37
-
38
32
# Usage
39
-
40
-
1. Request an analysis
41
-
42
-
Users can request Metabob to analyze the file they are currently working on by:
43
-
* Using the "**ANALYZE**" -button on the Metabob extension side panel
* Saving the file (requires "**Analyze Document On Save**" to be enabled on the extension settings
54
-
55
-
56
-
Users can confirm that the Metabob Analysis is running by seeing a loading icon next to a text "Metabob: Analyzing Document" on the bottom left corner of the VS Code editor.
Once the analysis has finished, users can see problematic areas highlighted in red on the file they are currently viewing and requested analysis for from Metabob.
Users can view the different generated code recommendations they have asked to generate by using the arrows below the code generated code recommendation
0 commit comments