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: docs/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,7 @@ There are multiple workflows you can trigger with natural language. Below is a c
24
24
-**"Revert cleanup changes made to the 'verify_user' function"** -> The agent will look at the commit it originally modified and revert the function.
25
25
-**"Clean up global variables only"** -> The agent will skip other code slob identifiers and only look for global variables.
26
26
-**"Remove all code that is not covered by `test_e2e.py`"** -> A Python script will run your provided test script to identify all code that is not covered by the test script and remove it.
27
+
-**"Accessing --help remotely"** -> See [remote_help.md](remote_help.md) for how to set up the tool suite on any machine.
0 commit comments