Hey! Thanks for the kind words.
Re Question 1: If you’re maximally security focused, the two settings to toggle are “Local/Privacy Mode” (hit the gear in the top right) and “Indexing new repos by default” (More tab on the right bar and then click into settings). Details on each:
- When turned on, Privacy Mode will ensure that absolutely no code data is stored on our servers.
- If you turn off indexing by default, then we won’t compute embeddings over new codebases you open (the embedding step requires uploading your code piece by piece in chunks to our server; nothing will persist after the life of the request but understand that some folks might not even want this).
In summary, with both of these on, we’ll only send 100-300 lines of code to our server when you invoke the AI, and none of this code will be stored anywhere at-rest.