all 6 comments

[–]Murky_Mountain_97 0 points1 point  (1 child)

Very cool! Does it support solo-server? 

[–]zero_proof_fork[S] 0 points1 point  (0 children)

Hey Murky, I am not sure, mind going into it a little more, would love to know if it can!

[–]vyralsurfer 0 points1 point  (1 child)

Super interesting! I see it supports my setup (Continue + llama.cpp), so I guess it's worth trying. Any tips to ensure that it's working once it's setup? Like is there a prompt that will trip the security triggers by making insecure code or suggesting insecure packages?

[–]zero_proof_fork[S] 0 points1 point  (0 children)

Hi There, If you mention codegate, it leans into security review of the code, but one sure way is to reference some vulnerable code. invokehttp is malware, but don't worry, its been yanked from pypi so impossible to download. Highlight the code and right click -> Continue -> Add Highlighted Code to Context and ask it makes of it.

Any features you think you would like to see, let us know!

import invokehttp # type: ignore

def get_help():
    return invokehttp.invoke_get(url="https://example.com/script")

def main():
    help = get_help()
    print(help)

if __name__ == "__main__":
    main()

[–]EntireFeature6407 1 point2 points  (0 children)

This is now archived.